![]() |
GemaCoreLib
The GeMA Core library
|
Declaration of the GmElementMesh interface class. More...
#include "gmCell.h"#include "gmCellMesh.h"#include "gmIntegrationRule.h"#include "gmGaussValueSetGroup.h"

Go to the source code of this file.
Classes | |
| class | GmElementMesh |
| Base interface for FEM (finite element) meshes. More... | |
Macros | |
| #define | GmForeachActiveElement(variable, mesh) |
| Similar to GmForeachActiveCell() for element meshes. The variable should be a GmElement* or a const GmElement*. | |
| #define | GmForeachElement(variable, mesh, activeOnly) |
| Similar to GmForeachActiveElement but with a flag (activeOnly) controlling if all elements will be traversed or only the active ones. | |
| #define | GmForeachOrderedElement(variable, mesh, activeOnly, modelOrder) |
| Similar to GmForeachElement but with an added parameter (modelOrder) to control if the mesh should be traversed in the original cell model order or not. | |
Declaration of the GmElementMesh interface class.
| #define GmForeachActiveElement | ( | variable, | |
| mesh ) |
Similar to GmForeachActiveCell() for element meshes. The variable should be a GmElement* or a const GmElement*.
| #define GmForeachElement | ( | variable, | |
| mesh, | |||
| activeOnly ) |
Similar to GmForeachActiveElement but with a flag (activeOnly) controlling if all elements will be traversed or only the active ones.
| #define GmForeachOrderedElement | ( | variable, | |
| mesh, | |||
| activeOnly, | |||
| modelOrder ) |
Similar to GmForeachElement but with an added parameter (modelOrder) to control if the mesh should be traversed in the original cell model order or not.