OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
ComponentLinearExtrapolateFace< T, D, M, C > Class Template Reference

#include <BCond.h>

Inheritance diagram for ComponentLinearExtrapolateFace< T, D, M, C >:
Collaboration diagram for ComponentLinearExtrapolateFace< T, D, M, C >:

Public Types

typedef BCondBase< T, D, M, C > BCondBaseTDMC

Public Member Functions

 ComponentLinearExtrapolateFace (unsigned f, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents)
virtual void apply (Field< T, D, M, C > &A)
virtual BCondBase< T, D, M, C > * clone () const
virtual void write (std::ostream &) const
int getComponent () const
unsigned int getFace () const
bool changesPhysicalCells () const

Public Attributes

int RefCount

Static Public Attributes

static int allComponents

Protected Attributes

int m_component
unsigned int m_face
bool m_changePhysical

Detailed Description

template<class T, unsigned D, class M = UniformCartesian<D,double>, class C = typename M::DefaultCentering>
class ComponentLinearExtrapolateFace< T, D, M, C >

Definition at line 794 of file BCond.h.

Member Typedef Documentation

◆ BCondBaseTDMC

template<class T, unsigned D, class M = UniformCartesian<D,double>, class C = typename M::DefaultCentering>
typedef BCondBase<T,D,M,C> ComponentLinearExtrapolateFace< T, D, M, C >::BCondBaseTDMC

Definition at line 801 of file BCond.h.

Constructor & Destructor Documentation

◆ ComponentLinearExtrapolateFace()

template<class T, unsigned D, class M = UniformCartesian<D,double>, class C = typename M::DefaultCentering>
ComponentLinearExtrapolateFace< T, D, M, C >::ComponentLinearExtrapolateFace ( unsigned f,
int i = BCondBaseTDMC::allComponents,
int j = BCondBaseTDMC::allComponents )
inline

Definition at line 802 of file BCond.h.

References BCondBase< T, D, M, C >::allComponents, BCondBase< T, D, M, C >::BCondBase(), endl(), and ERRORMSG.

Referenced by clone().

Here is the call graph for this function:

Member Function Documentation

◆ apply()

template<class T, unsigned D, class M, class C>
void ComponentLinearExtrapolateFace< T, D, M, C >::apply ( Field< T, D, M, C > & A)
virtual

Implements BCondBase< T, D, M, C >.

Definition at line 5937 of file BCond.hpp.

References ComponentLinearExtrapolateFaceBCApply().

Here is the call graph for this function:

◆ changesPhysicalCells()

template<class T, unsigned D, class M, class C>
bool BCondBase< T, D, M, C >::changesPhysicalCells ( ) const
inlineinherited

Definition at line 175 of file BCond.h.

◆ clone()

template<class T, unsigned D, class M = UniformCartesian<D,double>, class C = typename M::DefaultCentering>
virtual BCondBase< T, D, M, C > * ComponentLinearExtrapolateFace< T, D, M, C >::clone ( ) const
inlinevirtual

Implements BCondBase< T, D, M, C >.

Definition at line 818 of file BCond.h.

References BCondBase< T, D, M, C >::BCondBase(), and ComponentLinearExtrapolateFace().

Here is the call graph for this function:

◆ getComponent()

◆ getFace()

◆ write()

template<class T, unsigned D, class M, class C>
void ComponentLinearExtrapolateFace< T, D, M, C >::write ( std::ostream & o) const
virtual

Reimplemented from BCondBase< T, D, M, C >.

Definition at line 226 of file BCond.hpp.

References BCondBase< T, D, M, C >::m_face.

Member Data Documentation

◆ allComponents

◆ m_changePhysical

template<class T, unsigned D, class M, class C>
bool BCondBase< T, D, M, C >::m_changePhysical
protectedinherited

◆ m_component

template<class T, unsigned D, class M, class C>
int BCondBase< T, D, M, C >::m_component
protectedinherited

Definition at line 181 of file BCond.h.

Referenced by BCondBase().

◆ m_face

◆ RefCount

int RefCounted::RefCount
inherited

Definition at line 21 of file RefCounted.h.

Referenced by RefCounted().


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