|
OOFEM 3.0
|
#include <connectivitytable.h>
Classes | |
| struct | elementRec |
Public Attributes | |
| int | interpolationOrder |
| std::list< elementRec > | elements |
| IntArray | nodes |
| Element_Geometry_Type | geomType |
| int | spatialDimension |
@NOTE Consider just keeping the connectivity information (list of shared elements) and allocate dofmanages in Domain and keep nodes on element standard DofManList.
Definition at line 62 of file connectivitytable.h.
| std::list<elementRec> oofem::SharedBoundaryEntity::elements |
Definition at line 75 of file connectivitytable.h.
Referenced by oofem::QuadraticInterpolation::initializeCell().
| Element_Geometry_Type oofem::SharedBoundaryEntity::geomType |
Definition at line 78 of file connectivitytable.h.
| int oofem::SharedBoundaryEntity::interpolationOrder |
Definition at line 72 of file connectivitytable.h.
| IntArray oofem::SharedBoundaryEntity::nodes |
Definition at line 77 of file connectivitytable.h.
| int oofem::SharedBoundaryEntity::spatialDimension |
Definition at line 79 of file connectivitytable.h.