Managing complexities for problem.
More...
Go to the source code of this file.
|
namespace | MoFEM |
| implementation of Data Operators for Forces and Sources
|
|
Managing complexities for problem.
Definition in file ProblemsCore.cpp.
◆ ProblemCoreFunctionBegin
#define ProblemCoreFunctionBegin |
Value:
MOFEM_LOG_CHANNEL("WORLD"); \
MOFEM_LOG_CHANNEL("SYNC"); \
MOFEM_LOG_FUNCTION(); \
MOFEM_LOG_TAG("SYNC", "ProblemCore"); \
MOFEM_LOG_TAG("WORLD", "ProblemCore")
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition at line 8 of file ProblemsCore.cpp.
◆ SET_BASIC_METHOD
#define SET_BASIC_METHOD |
( |
|
METHOD, |
|
|
|
PROBLEM_PTR |
|
) |
| |
Value: { \
METHOD.rAnk = rAnk; \
METHOD.sIze = sIze; \
METHOD.problemPtr = PROBLEM_PTR; \
METHOD.fieldsPtr = &fIelds; \
METHOD.refinedEntitiesPtr = &refinedEntities; \
METHOD.entitiesPtr = &entsFields; \
METHOD.dofsPtr = &dofsField; \
METHOD.refinedFiniteElementsPtr = &refinedFiniteElements; \
METHOD.finiteElementsPtr = &finiteElements; \
METHOD.finiteElementsEntitiesPtr = &entsFiniteElements; \
METHOD.adjacenciesPtr = &entFEAdjacencies; \
}
Definition at line 348 of file ProblemsCore.cpp.