ug4
ug::ElemRestrictionBase< TDomain, TImpl > Class Template Reference

#include <local_transfer_interface.h>

+ Inheritance diagram for ug::ElemRestrictionBase< TDomain, TImpl >:

Public Member Functions

virtual void do_restrict (Edge *parent)
 
virtual void do_restrict (Face *parent)
 
virtual void do_restrict (Vertex *parent)
 
virtual void do_restrict (Volume *parent)
 
- Public Member Functions inherited from ug::IElemRestriction< TDomain >
virtual void init (ConstSmartPtr< TDomain > spDomain, SmartPtr< TransferValueAccessor > vValueChild, SmartPtr< TransferValueAccessor > vValueParent)
 
virtual bool perform_restriction_on (GridBaseObjectId gbo)=0
 
virtual ~IElemRestriction ()
 

Protected Member Functions

TImpl & getImpl ()
 access to implementation More...
 
const TImpl & getImpl () const
 const access to implementation More...
 

Additional Inherited Members

- Protected Attributes inherited from ug::IElemRestriction< TDomain >
ConstSmartPtr< TDomain > m_spDomain
 
ConstSmartPtr< MultiGridm_spGrid
 
SmartPtr< TransferValueAccessorm_vValueChild
 
SmartPtr< TransferValueAccessorm_vValueParent
 

Member Function Documentation

◆ do_restrict() [1/4]

template<typename TDomain , typename TImpl >
virtual void ug::ElemRestrictionBase< TDomain, TImpl >::do_restrict ( Edge parent)
inlinevirtual

◆ do_restrict() [2/4]

template<typename TDomain , typename TImpl >
virtual void ug::ElemRestrictionBase< TDomain, TImpl >::do_restrict ( Face parent)
inlinevirtual

◆ do_restrict() [3/4]

template<typename TDomain , typename TImpl >
virtual void ug::ElemRestrictionBase< TDomain, TImpl >::do_restrict ( Vertex parent)
inlinevirtual

◆ do_restrict() [4/4]

template<typename TDomain , typename TImpl >
virtual void ug::ElemRestrictionBase< TDomain, TImpl >::do_restrict ( Volume parent)
inlinevirtual

◆ getImpl() [1/2]

template<typename TDomain , typename TImpl >
TImpl& ug::ElemRestrictionBase< TDomain, TImpl >::getImpl ( )
inlineprotected

access to implementation

Referenced by ug::ElemRestrictionBase< TDomain, TImpl >::do_restrict().

◆ getImpl() [2/2]

template<typename TDomain , typename TImpl >
const TImpl& ug::ElemRestrictionBase< TDomain, TImpl >::getImpl ( ) const
inlineprotected

const access to implementation


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