![]() |
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 (GmCellMesh *mesh, 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 GmpGemaGhostCell< XfemElement, XfemLuaElement, GmpGemaCellMeshData< XfemVector >, T, N, VN > | |
| GmpGemaGhostCell (GmCellMesh *mesh, int meshId, int id, int offset) | |
Public Member Functions inherited from GmpGhostCellBase< GmpGemaCell, XfemElement, XfemLuaElement, GmpGemaCellMeshData< XfemVector >, T, N, VN > | |
| GmpGhostCellBase (GmCellMesh *mesh, int meshId, int id, int offset) | |
Protected Member Functions | |
| virtual void | setEnriched (bool mode) |
| Marks the element as enriched or not. | |
Additional Inherited Members | |
Protected Attributes inherited from GmpGhostCellBase< GmpGemaCell, XfemElement, XfemLuaElement, GmpGemaCellMeshData< XfemVector >, T, N, VN > | |
| GmPODVector< int, uint32_t, GmPODVectorFastGrow< uint32_t > > | _ghostList |
Basic implementation for an Xfem element, based on a "standard" GeMA mesh element.
See additional comments on XfemSurfElement
1.8.15