ug4
|
MiniBubble Set (2D only!) More...
#include <mini.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... | |
MiniBubbleLDS () | |
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... | |
Public Member Functions inherited from ug::LocalDoFSet | |
int | dim () const |
returns the reference dimension More... | |
size_t | num_dof (int d, size_t id) const |
returns the number of DoFs on a sub-geometric object of dim and id More... | |
bool | operator!= (const LocalDoFSet &v) const |
inequality check More... | |
bool | operator== (const LocalDoFSet &v) const |
equality check More... | |
virtual | ~LocalDoFSet () |
virtual destructor More... | |
size_t | num_dof () const |
virtual size_t | num_sh () const |
Protected Attributes | |
std::vector< LocalDoF > | m_vLocalDoF |
association to elements More... | |
size_t | nsh |
number of shapes More... | |
Static Protected Attributes | |
static const int | refDim = TRefElem::dim |
dimension of reference element More... | |
MiniBubble Set (2D only!)
|
inline |
|
inline |
returns if the local dof position are exact
|
inlinevirtual |
returns the dof storage
Implements ug::LocalDoFSet.
References ug::MiniBubbleLDS< TRefElem >::m_vLocalDoF.
|
inline |
returns the total number of DoFs on the finite element
References ug::MiniBubbleLDS< TRefElem >::nsh.
|
inlinevirtual |
returns the number of DoFs on a sub-geometric object type
Implements ug::LocalDoFSet.
References ug::MiniBubbleLDS< TRefElem >::refDim, and ug::ReferenceElementDimension().
|
inlinevirtual |
returns the type of reference element
Implements ug::LocalDoFSet.
|
protected |
association to elements
order size_t p;
Referenced by ug::MiniBubbleLDS< TRefElem >::local_dof(), and ug::MiniBubbleLDS< TRefElem >::MiniBubbleLDS().
|
protected |
number of shapes
Referenced by ug::MiniBubbleLDS< TRefElem >::MiniBubbleLDS(), and ug::MiniBubbleLDS< TRefElem >::num_dof().
|
staticprotected |
dimension of reference element
Referenced by ug::MiniBubbleLDS< TRefElem >::MiniBubbleLDS(), and ug::MiniBubbleLDS< TRefElem >::num_dof().