#include <fe.hpp>
Definition at line 1648 of file fe.hpp.
Enumerator |
---|
L2_DOF_MAP |
|
H1_DOF_MAP |
|
Definition at line 1656 of file fe.hpp.
mfem::TensorBasisElement::TensorBasisElement |
( |
const int |
dims, |
|
|
const int |
p, |
|
|
const int |
btype, |
|
|
const DofMapType |
dmtype |
|
) |
| |
int mfem::TensorBasisElement::GetBasisType |
( |
| ) |
const |
|
inline |
const Array<int>& mfem::TensorBasisElement::GetDofMap |
( |
| ) |
const |
|
inline |
Get an Array<int> that maps lexicographically ordered indices to the indices of the respective nodes/dofs/basis functions. If the dofs are ordered lexicographically, i.e. the mapping is identity, the returned Array will be empty.
Definition at line 1673 of file fe.hpp.
static int mfem::TensorBasisElement::GetTensorProductGeometry |
( |
int |
dim | ) |
|
|
inlinestatic |
static int mfem::TensorBasisElement::Pow |
( |
int |
base, |
|
|
int |
dim |
|
) |
| |
|
inlinestatic |
Return base raised to the power dim.
Definition at line 1687 of file fe.hpp.
int mfem::TensorBasisElement::b_type |
|
protected |
Array<int> mfem::TensorBasisElement::dof_map |
|
protected |
The documentation for this class was generated from the following files: