ug4
ug::CommonLocalDoFSet Class Reference

#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 More...
 
void clear ()
 reset all numbers of dofs to not set More...
 
 CommonLocalDoFSet ()
 constructor More...
 
int num_dof (ReferenceObjectID roid) const
 number of dofs on a reference element type More...
 

Protected Attributes

int m_vNumDoF [NUM_REFERENCE_OBJECTS]
 

Detailed Description

Intersection of local dof sets

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

indicate not set value

Enumerator
NOT_SPECIFIED 

Constructor & Destructor Documentation

◆ CommonLocalDoFSet()

ug::CommonLocalDoFSet::CommonLocalDoFSet ( )
inline

constructor

References clear().

Member Function Documentation

◆ add()

◆ clear()

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().

◆ num_dof()

int ug::CommonLocalDoFSet::num_dof ( ReferenceObjectID  roid) const
inline

Member Data Documentation

◆ m_vNumDoF

int ug::CommonLocalDoFSet::m_vNumDoF[NUM_REFERENCE_OBJECTS]
protected

Referenced by add(), clear(), and num_dof().


The documentation for this class was generated from the following files: