|
ug4
|
MiniBubble Set (2D only!) More...
#include <mini.h>
Inheritance diagram for ug::MiniBubbleLDS< TRefElem >:Public Member Functions | |
| 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 | |
| MiniBubbleLDS () | |
| constructor | |
| 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 | |
| ReferenceObjectID | roid () const |
| returns the type of reference element | |
Public Member Functions inherited from ug::LocalDoFSet | |
| int | dim () const |
| returns the reference dimension | |
| size_t | num_dof (int d, size_t id) const |
| returns the number of DoFs on a sub-geometric object of dim and id | |
| bool | operator!= (const LocalDoFSet &v) const |
| inequality check | |
| bool | operator== (const LocalDoFSet &v) const |
| equality check | |
| virtual | ~LocalDoFSet () |
| virtual destructor | |
| size_t | num_dof () const |
| virtual size_t | num_sh () const |
Protected Attributes | |
| std::vector< LocalDoF > | m_vLocalDoF |
| association to elements | |
| size_t | nsh |
| number of shapes | |
Static Protected Attributes | |
| static const int | refDim = TRefElem::dim |
| dimension of reference element | |
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().