Flow123d
master-f44eb46
|
#include <duplicate_nodes.h>
Public Member Functions | |
MeshObject (unsigned int dim) | |
~MeshObject () | |
Public Attributes | |
unsigned int | faces [4] |
Indices of (dim-1)-dimensional faces within the global vector of objects with given dimension. More... | |
unsigned int | nodes [4] |
Indices of nodes. More... | |
unsigned int | dim_ |
Dimension of n-face. More... | |
Class representing an n-face (node, line, triangle or tetrahedron) in the mesh. Currently, the object stores information about its 1-codimensional faces and nodes.
In the future we should think about complete graph, where every n-dimensional object has information only about its (n-1)-dimensional faces.
Definition at line 34 of file duplicate_nodes.h.
MeshObject::MeshObject | ( | unsigned int | dim | ) |
Definition at line 31 of file duplicate_nodes.cc.
|
inline |
Definition at line 38 of file duplicate_nodes.h.
unsigned int MeshObject::dim_ |
Dimension of n-face.
Definition at line 47 of file duplicate_nodes.h.
unsigned int MeshObject::faces[4] |
Indices of (dim-1)-dimensional faces within the global vector of objects with given dimension.
Definition at line 41 of file duplicate_nodes.h.
unsigned int MeshObject::nodes[4] |
Indices of nodes.
Definition at line 44 of file duplicate_nodes.h.