![]() |
GemaCoreLib
The GeMA Core library
|
Declaration of the GmElementMesh interface class. More...
Go to the source code of this file.
Classes | |
class | GmElementMesh |
Base interface for FEM (finite element) meshes. More... | |
Macros | |
#define | GmForeachActiveElement(variable, mesh) GmForeachCellHelper(variable, mesh, GmElementMesh, GmElement, true) |
Similar to GmForeachActiveCell() for element meshes. The variable should be a GmElement* or a const GmElement*. | |
#define | GmForeachElement(variable, mesh, activeOnly) GmForeachCellHelper(variable, mesh, GmElementMesh, GmElement, activeOnly) |
Similar to GmForeachActiveElement but with a flag (activeOnly) controlling if all elements will be traversed or only the active ones. | |
Declaration of the GmElementMesh interface class.