DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::SubEntityDesc Struct Reference

#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}
 

Detailed Description

Describes one sub-entity extracted from a parent entity. Returned by SubEntityQuery::describe().

Definition at line 535 of file MeshConnectivity.hpp.

Member Data Documentation

◆ nNodes

int DNDS::Geom::SubEntityDesc::nNodes {0}

Total number of nodes (vertices + mid-edge + ...).

Definition at line 538 of file MeshConnectivity.hpp.

◆ nVertices

int DNDS::Geom::SubEntityDesc::nVertices {0}

Number of corner vertices (used for deduplication).

Definition at line 537 of file MeshConnectivity.hpp.

◆ typeTag

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.


The documentation for this struct was generated from the following file: