MFEM v4.7.0
Finite element discretization library
|
#include <geom.hpp>
Classes | |
struct | VertToVert |
Static Public Attributes | |
static const int | Dimension = 2 |
static const int | NumVert = 3 |
static const int | NumEdges = 3 |
static const int | Edges [NumEdges][2] = {{0, 1}, {1, 2}, {2, 0}} |
static const int | NumFaces = 1 |
static const int | FaceVert [NumFaces][NumVert] = {{0, 1, 2}} |
static const int | NumOrient = 6 |
static const int | Orient [NumOrient][NumVert] |
static const int | InvOrient [NumOrient] = { 0, 1, 4, 3, 2, 5 } |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |