MFEM v4.7.0
Finite element discretization library
|
#include <tfespace.hpp>
Public Types | |
typedef FE | FE_type |
Public Member Functions | |
ElementDofIndexer (const FE &fe, const FiniteElementSpace &fes) | |
MFEM_ALWAYS_INLINE | ElementDofIndexer (const ElementDofIndexer &orig) |
MFEM_ALWAYS_INLINE | ~ElementDofIndexer () |
MFEM_ALWAYS_INLINE void | SetElement (int elem_idx) |
MFEM_ALWAYS_INLINE int | map (int loc_dof_idx, int elem_offset) const |
Protected Attributes | |
const int * | el_dof_list |
const int * | loc_dof_list |
bool | own_list |
Definition at line 40 of file tfespace.hpp.
typedef FE mfem::ElementDofIndexer< FE >::FE_type |
Definition at line 47 of file tfespace.hpp.
|
inline |
Definition at line 49 of file tfespace.hpp.
|
inline |
Definition at line 86 of file tfespace.hpp.
|
inline |
Definition at line 93 of file tfespace.hpp.
|
inline |
Definition at line 102 of file tfespace.hpp.
|
inline |
Definition at line 96 of file tfespace.hpp.
|
protected |
Definition at line 43 of file tfespace.hpp.
|
protected |
Definition at line 43 of file tfespace.hpp.
|
protected |
Definition at line 44 of file tfespace.hpp.