|
ug4
|
#include <local_dof_set.h>
Public Types | |
| enum | { NOT_SPECIFIED = -1 } |
| indicate not set value More... | |
Public Member Functions | |
| void | add (const LocalDoFSet &set) |
| add a local dof set to the intersection | |
| void | clear () |
| reset all numbers of dofs to not set | |
| CommonLocalDoFSet () | |
| constructor | |
| int | num_dof (ReferenceObjectID roid) const |
| number of dofs on a reference element type | |
Protected Attributes | |
| int | m_vNumDoF [NUM_REFERENCE_OBJECTS] |
Intersection of local dof sets
|
inline |
constructor
References clear().
| void ug::CommonLocalDoFSet::add | ( | const LocalDoFSet & | set | ) |
add a local dof set to the intersection
References ug::LocalDoFSet::dim(), ug::ReferenceElementProvider::get(), m_vNumDoF, NOT_SPECIFIED, ug::ReferenceElement::num(), ug::LocalDoFSet::num_dof(), ug::NUM_REFERENCE_OBJECTS, ug::ReferenceElementDimension(), ug::LocalDoFSet::roid(), and UG_THROW.
| void ug::CommonLocalDoFSet::clear | ( | ) |
reset all numbers of dofs to not set
References m_vNumDoF, NOT_SPECIFIED, and ug::NUM_REFERENCE_OBJECTS.
Referenced by CommonLocalDoFSet().
|
inline |
number of dofs on a reference element type
References m_vNumDoF.
Referenced by ug::DoFDistributionInfo::create_offsets(), ug::DimLocalDoFSet< dim >::DimLocalDoFSet(), ug::DoFPositionVertex(), ug::InnerDoFPositionVertex(), ug::OrderDirectionYForDofDist(), ug::OrderDirectionZForDofDist(), and ug::OrderLexForDofDist().
|
protected |