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 = 4 |
static const int | NumEdges = 4 |
static const int | Edges [NumEdges][2] = {{0, 1}, {1, 2}, {2, 3}, {3, 0}} |
static const int | NumFaces = 1 |
static const int | FaceVert [NumFaces][NumVert] = {{0, 1, 2, 3}} |
static const int | NumOrient = 8 |
static const int | Orient [NumOrient][NumVert] |
static const int | InvOrient [NumOrient] = { 0, 1, 6, 3, 4, 5, 2, 7 } |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |