33#ifndef __H__UG__LIB_DISC__LOCAL_SHAPE_FUNCTION_SET__LAGRANGE__LAGRANGE_LOCAL_DOF__
34#define __H__UG__LIB_DISC__LOCAL_SHAPE_FUNCTION_SET__LAGRANGE__LAGRANGE_LOCAL_DOF__
53template <
typename TRefElem>
Lagrange DoF Set.
Definition lagrange_local_dof.h:55
bool exact_position_available() const
returns if the local dof position are exact
Definition lagrange_local_dof.h:76
ReferenceObjectID roid() const
returns the type of reference element
Definition lagrange_local_dof.h:64
size_t p
order
Definition lagrange_local_dof.h:79
void set_order(size_t order)
sets the order
Definition lagrange_local_dof.cpp:290
const LocalDoF & local_dof(size_t dof) const
returns the dof storage
Definition lagrange_local_dof.h:73
size_t num_dof() const
returns the total number of DoFs on the finite element
Definition lagrange_local_dof.h:67
std::vector< LocalDoF > m_vLocalDoF
association to geom obj
Definition lagrange_local_dof.h:80
Definition local_dof_set.h:58
Definition local_dof_set.h:120
size_t LagrangeNumDoFOnSub(const ReferenceObjectID elem, const ReferenceObjectID sub, const size_t p)
returns number of DoFs Subelement for an element type and order p
Definition lagrange_local_dof.cpp:190
ReferenceObjectID
these ids are used to identify the shape of a geometric object.
Definition grid_base_objects.h:74
size_t LagrangeNumDoFs(const ReferenceObjectID elem, const size_t p)
returns number of DoFs on element type for order p
Definition lagrange_local_dof.cpp:256