NGSolve
4.9
|
#include <elementtopology.hpp>
Public Member Functions | |
Node () | |
do nothing | |
Node (NODE_TYPE ant, int anodenr) | |
construct node from type and number | |
Node (const Node &n2) | |
copy constructor | |
NODE_TYPE | GetType () const |
returns type of the node | |
int | GetNr () const |
returns number of the node |
A Node of an element.
A Node has a node type such such NT_VERTEX or NT_FACE, and a node number. The number can be with respect to the local element numbering, or can be the global numbering on the mesh.