LifeV
|
A struct for a bare mesh. More...
#include <BareMesh.hpp>
Public Member Functions | |
BareMesh () | |
void | clear () |
Data Fields | |
UInt | nDimensions |
ID | regionMarkerID |
ReferenceShapes | refShape |
ReferenceShapes | bRefShape |
UInt | numBoundaryPoints |
UInt | numVertices |
UInt | numBoundaryVertices |
bool | isPartitioned |
ArraySimple< Real > | points |
std::vector< ID > | pointMarkers |
std::vector< ID > | pointIDs |
ArraySimple< UInt > | ridges |
std::vector< ID > | ridgeMarkers |
std::vector< ID > | ridgeIDs |
UInt | numBoundaryFacets |
ArraySimple< UInt > | facets |
std::vector< ID > | facetMarkers |
std::vector< ID > | facetIDs |
ArraySimple< UInt > | elements |
std::vector< ID > | elementMarkers |
std::vector< ID > | elementIDs |
A struct for a bare mesh.
A very simple struct which stores an mesh as read from a file, ready to be imported in a regionmesh All SimpleArray have the first dimension the "shortest" one
Definition at line 53 of file BareMesh.hpp.
BareMesh | ( | ) |
Definition at line 82 of file BareMesh.hpp.
void clear | ( | ) |
Definition at line 85 of file BareMesh.hpp.
UInt nDimensions |
Definition at line 55 of file BareMesh.hpp.
ID regionMarkerID |
Definition at line 56 of file BareMesh.hpp.
ReferenceShapes refShape |
Definition at line 57 of file BareMesh.hpp.
ReferenceShapes bRefShape |
Definition at line 58 of file BareMesh.hpp.
UInt numBoundaryPoints |
Definition at line 59 of file BareMesh.hpp.
UInt numVertices |
Definition at line 60 of file BareMesh.hpp.
UInt numBoundaryVertices |
Definition at line 61 of file BareMesh.hpp.
bool isPartitioned |
Definition at line 62 of file BareMesh.hpp.
ArraySimple<Real> points |
Definition at line 63 of file BareMesh.hpp.
std::vector<ID> pointMarkers |
Definition at line 64 of file BareMesh.hpp.
std::vector<ID> pointIDs |
Definition at line 65 of file BareMesh.hpp.
ArraySimple<UInt> ridges |
Definition at line 66 of file BareMesh.hpp.
std::vector<ID> ridgeMarkers |
Definition at line 67 of file BareMesh.hpp.
std::vector<ID> ridgeIDs |
Definition at line 68 of file BareMesh.hpp.
UInt numBoundaryFacets |
Definition at line 69 of file BareMesh.hpp.
ArraySimple<UInt> facets |
Definition at line 70 of file BareMesh.hpp.
std::vector<ID> facetMarkers |
Definition at line 71 of file BareMesh.hpp.
std::vector<ID> facetIDs |
Definition at line 72 of file BareMesh.hpp.
ArraySimple<UInt> elements |
Definition at line 73 of file BareMesh.hpp.
std::vector<ID> elementMarkers |
Definition at line 74 of file BareMesh.hpp.
std::vector<ID> elementIDs |
Definition at line 75 of file BareMesh.hpp.