ug4
|
Nedelec, i.e. the edge local dof set. More...
#include <nedelec.h>
Public Member Functions | |
bool | exact_position_available () const |
returns if the local dof position are exact More... | |
const LocalDoF & | local_dof (size_t dof) const |
returns the dof storage More... | |
NedelecLDS () | |
constructor More... | |
size_t | num_dof () const |
returns the total number of DoFs on the finite element More... | |
size_t | num_dof (ReferenceObjectID type) const |
returns the number of DoFs on a sub-geometric object type More... | |
ReferenceObjectID | roid () const |
returns the type of reference element More... | |
Protected Attributes | |
std::vector< LocalDoF > | m_vLocalDoF |
association to elements More... | |
size_t | nsh |
number of shapes (== number of edges) More... | |
Static Protected Attributes | |
static const int | refDim = TRefElem::dim |
dimension of reference element More... | |
Nedelec, i.e. the edge local dof set.
|
inline |
constructor
References ug::Provider< TClass >::get(), ug::NedelecLDS< TRefElem >::m_vLocalDoF, ug::NedelecLDS< TRefElem >::nsh, and ug::NedelecLDS< TRefElem >::refDim.
|
inline |
returns if the local dof position are exact
|
inline |
returns the dof storage
References ug::NedelecLDS< TRefElem >::m_vLocalDoF.
|
inline |
returns the total number of DoFs on the finite element
References ug::NedelecLDS< TRefElem >::nsh.
|
inline |
returns the number of DoFs on a sub-geometric object type
References ug::ReferenceElementDimension().
|
inline |
returns the type of reference element
|
protected |
association to elements
Referenced by ug::NedelecLDS< TRefElem >::local_dof(), and ug::NedelecLDS< TRefElem >::NedelecLDS().
|
protected |
number of shapes (== number of edges)
Referenced by ug::NedelecLDS< TRefElem >::NedelecLDS(), and ug::NedelecLDS< TRefElem >::num_dof().
|
staticprotected |
dimension of reference element
Referenced by ug::NedelecLDS< TRefElem >::NedelecLDS().