|
ug4
|
#include <vector>#include "common/error.h"#include "common/assert.h"#include "lib_grid/grid/grid_base_objects.h"Go to the source code of this file.
Classes | |
| struct | ug::MGEdgeInfo |
| Holds information about edge relations. Used internally. More... | |
| struct | ug::MGFaceInfo |
| Holds information about face relations. Used internally. More... | |
| class | ug::mginfo_traits< TElem > |
| access to connected types. used internally More... | |
| class | ug::mginfo_traits< Edge > |
| edge info traits. used internally. More... | |
| class | ug::mginfo_traits< Face > |
| face info traits. used internally. More... | |
| class | ug::mginfo_traits< Vertex > |
| vertex info traits. used internally. More... | |
| class | ug::mginfo_traits< Volume > |
| volume info traits. used internally. More... | |
| struct | ug::MGVertexInfo |
| Holds information about vertex relations. Used internally. More... | |
| struct | ug::MGVolumeInfo |
| Holds information about volume relations. Used internally. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Variables | |
| const int | ug::MG_EDGE_MAX_EDGE_CHILDREN = 2 |
| maximal number of edges that can be children of an edge. | |
| const int | ug::MG_FACE_MAX_EDGE_CHILDREN = 4 |
| maximal number of edges that can be children of a face. | |
| const int | ug::MG_FACE_MAX_FACE_CHILDREN = 4 |
| maximal number of faces that can be children of a face. | |