ug4
|
Crouzeix - Raviart Set. More...
#include <crouzeix_raviart.h>
Public Member Functions | |
bool | continuous () const |
returns if space constructs continuous functions More... | |
CrouzeixRaviartBase () | |
constructor More... | |
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... | |
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... | |
size_t | num_sh () const |
ReferenceObjectID | roid () const |
returns the type of reference element More... | |
Static Public Attributes | |
static const int | dim = TRefElem::dim |
dimension of reference element More... | |
static const size_t | nsh = TRefElem::numSides |
Number of shape functions. More... | |
Protected Attributes | |
LocalDoF | m_vLocalDoF [nsh] |
association to elements More... | |
Crouzeix - Raviart Set.
|
inline |
constructor
References ug::CrouzeixRaviartBase< TRefElem >::dim, ug::CrouzeixRaviartBase< TRefElem >::m_vLocalDoF, and ug::CrouzeixRaviartBase< TRefElem >::nsh.
|
inline |
returns if space constructs continuous functions
|
inline |
returns if the local dof position are exact
|
inline |
returns the dof storage
References ug::CrouzeixRaviartBase< TRefElem >::m_vLocalDoF.
|
inline |
returns the total number of DoFs on the finite element
References ug::CrouzeixRaviartBase< TRefElem >::nsh.
|
inline |
returns the number of DoFs on a sub-geometric object type
References ug::CrouzeixRaviartBase< TRefElem >::dim, and ug::ReferenceElementDimension().
|
inline |
References ug::CrouzeixRaviartBase< TRefElem >::nsh.
|
inline |
returns the type of reference element
|
static |
dimension of reference element
Referenced by ug::CrouzeixRaviartBase< TRefElem >::CrouzeixRaviartBase(), and ug::CrouzeixRaviartBase< TRefElem >::num_dof().
|
protected |
association to elements
Referenced by ug::CrouzeixRaviartBase< TRefElem >::CrouzeixRaviartBase(), and ug::CrouzeixRaviartBase< TRefElem >::local_dof().
|
static |
Number of shape functions.
Referenced by ug::CrouzeixRaviartBase< TRefElem >::CrouzeixRaviartBase(), ug::CrouzeixRaviartBase< TRefElem >::num_dof(), and ug::CrouzeixRaviartBase< TRefElem >::num_sh().