#include <iostream>#include <vector>#include <map>Go to the source code of this file.
Macros | |
| #define | _FCALL |
Functions | |
| void | c_prevent_decomposition_rbody_ (int *rbodysize, int *elements) |
| void | c_enforce_constraints_rbody_ (int *cep, int *nspmd, int *nrby) |
| void _FCALL | C_PREVENT_DECOMPOSITION_RBODY (int *rbodysize, int *elements) |
| void | c_prvent_decomposition_rbody__ (int *rbodysize, int *elements) |
| void | c_prevent_decomposition_rbody (int *rbodysize, int *elements) |
| void _FCALL | C_ENFORCE_CONSTRAINTS_RBODY (int *cep, int *nspmd, int *nrby) |
| void | c_enforce_constraints_rbody__ (int *cep, int *nspmd, int *nrby) |
| void | c_enforce_constraints_rbody (int *cep, int *nspmd, int *nrby) |
Variables | |
| std::vector< std::vector< int > > | rbody |
| #define _FCALL |
Definition at line 27 of file c_domain_decomposition_rbody.cpp.
| void _FCALL C_ENFORCE_CONSTRAINTS_RBODY | ( | int * | cep, |
| int * | nspmd, | ||
| int * | nrby ) |
Definition at line 132 of file c_domain_decomposition_rbody.cpp.
| void c_enforce_constraints_rbody | ( | int * | cep, |
| int * | nspmd, | ||
| int * | nrby ) |
Definition at line 140 of file c_domain_decomposition_rbody.cpp.
| void c_enforce_constraints_rbody_ | ( | int * | cep, |
| int * | nspmd, | ||
| int * | nrby ) |
Definition at line 57 of file c_domain_decomposition_rbody.cpp.
| void c_enforce_constraints_rbody__ | ( | int * | cep, |
| int * | nspmd, | ||
| int * | nrby ) |
Definition at line 136 of file c_domain_decomposition_rbody.cpp.
| void _FCALL C_PREVENT_DECOMPOSITION_RBODY | ( | int * | rbodysize, |
| int * | elements ) |
Definition at line 119 of file c_domain_decomposition_rbody.cpp.
| void c_prevent_decomposition_rbody | ( | int * | rbodysize, |
| int * | elements ) |
Definition at line 127 of file c_domain_decomposition_rbody.cpp.
| void c_prevent_decomposition_rbody_ | ( | int * | rbodysize, |
| int * | elements ) |
Definition at line 40 of file c_domain_decomposition_rbody.cpp.
| void c_prvent_decomposition_rbody__ | ( | int * | rbodysize, |
| int * | elements ) |
Definition at line 123 of file c_domain_decomposition_rbody.cpp.
| std::vector<std::vector<int> > rbody |
Definition at line 31 of file c_domain_decomposition_rbody.cpp.