NGSolve  4.9
Public Member Functions
ngfem::Node Class Reference

A Node of an element. More...

#include <elementtopology.hpp>

List of all members.

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

Detailed Description

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.


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