MFEM
v3.4
Finite element discretization library
|
The ordering method used when the number of unknowns per mesh node (vector dimension) is bigger than 1. More...
#include <fespace.hpp>
Public Types | |
enum | Type { byNODES, byVDIM } |
Ordering methods: More... | |
Static Public Member Functions | |
template<Type Ord> | |
static int | Map (int ndofs, int vdim, int dof, int vd) |
template<Type Ord> | |
static void | DofsToVDofs (int ndofs, int vdim, Array< int > &dofs) |
The ordering method used when the number of unknowns per mesh node (vector dimension) is bigger than 1.
Definition at line 26 of file fespace.hpp.
enum mfem::Ordering::Type |
Ordering methods:
Definition at line 30 of file fespace.hpp.
|
static |
|
inlinestatic |