![]() |
Xfem
The Xfem Plugin
|
Basic implementation for an Xfem element, based on a "standard" GeMA mesh element. More...
#include <xfemElement.h>


Public Member Functions | |
| XfemGemaElement (int meshId, int id, int offset) | |
| Constructor. | |
| virtual int | cellId () const |
| virtual bool | enriched () const |
| Returns true if this element has been enriched, false when not. | |
Public Member Functions inherited from GmpGhostCell< Base, Proxy, CellMeshData, T, N > | |
| GmpGhostCell (int meshId, int cellId, int offset) | |
| void | replaceGhostNodes (int *ghostNodes, int numNodes) |
Public Member Functions inherited from GmpCell< Base, Proxy, CellMeshData, T, N > | |
| GmpCell (int meshId, int cellId, int offset) | |
| void | replaceCellId (int id, bool keepActiveFlag) |
| int | offset () const |
| void | setOffset (int offset) |
Protected Member Functions | |
| virtual void | setEnriched (bool mode) |
| Marks the element as enriched or not. | |
Protected Member Functions inherited from GmpCell< Base, Proxy, CellMeshData, T, N > | |
| CellMeshData * | meshData () const |
Additional Inherited Members | |
Protected Attributes inherited from GmpGhostCell< Base, Proxy, CellMeshData, T, N > | |
| GmPODVector< int, uint32_t, GmPODVectorFastGrow< uint32_t > > | _ghostList |
Protected Attributes inherited from GmpCell< Base, Proxy, CellMeshData, T, N > | |
| int | _cellId |
| int | _nodeOffset |
Basic implementation for an Xfem element, based on a "standard" GeMA mesh element.