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