|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include <MeshConnectivity.hpp>
Public Attributes | |
| int | nVertices {0} |
| Number of corner vertices (used for deduplication). | |
| int | nNodes {0} |
| Total number of nodes (vertices + mid-edge + ...). | |
| t_index | typeTag {0} |
Describes one sub-entity extracted from a parent entity. Returned by SubEntityQuery::describe().
Definition at line 535 of file MeshConnectivity.hpp.
| int DNDS::Geom::SubEntityDesc::nNodes {0} |
Total number of nodes (vertices + mid-edge + ...).
Definition at line 538 of file MeshConnectivity.hpp.
| int DNDS::Geom::SubEntityDesc::nVertices {0} |
Number of corner vertices (used for deduplication).
Definition at line 537 of file MeshConnectivity.hpp.
| t_index DNDS::Geom::SubEntityDesc::typeTag {0} |
Element type tag to store in entityElemInfo. Opaque to Interpolate; only used for type-match during deduplication (two sub-entities with different typeTags are never considered duplicates).
Definition at line 539 of file MeshConnectivity.hpp.