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

#include <local_transfer_interface.h>

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

Public Member Functions

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

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::IElemProlongation< TDomain >
ConstSmartPtr< TDomain > m_spDomain
 
ConstSmartPtr< MultiGridm_spGrid
 
SmartPtr< TransferValueAccessorm_vValueChild
 
SmartPtr< TransferValueAccessorm_vValueParent
 

Member Function Documentation

◆ getImpl() [1/2]

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

access to implementation

Referenced by ug::ElemProlongationBase< TDomain, TImpl >::prolongate().

◆ getImpl() [2/2]

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

const access to implementation

◆ prolongate() [1/4]

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

◆ prolongate() [2/4]

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

◆ prolongate() [3/4]

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

◆ prolongate() [4/4]

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

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