OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Types | Public Member Functions | List of all members
ParallelInterpolationFace< T, D, M, C > Class Template Reference

#include <BCond.h>

Inheritance diagram for ParallelInterpolationFace< T, D, M, C >:
Inheritance graph
[legend]
Collaboration diagram for ParallelInterpolationFace< T, D, M, C >:
Collaboration graph
[legend]

Public Types

typedef BCondBase< T, D, M, C > Base_t
 
- Public Types inherited from InterpolationFace< T, D, M, C >
typedef BCondBase< T, D, M, C > BCondBaseTDMC
 

Public Member Functions

 ParallelInterpolationFace (unsigned f, int i=Base_t::allComponents, int j=Base_t::allComponents)
 
virtual void apply (Field< T, D, M, C > &)
 
virtual Base_tclone () const
 
virtual void write (std::ostream &out) const
 
- Public Member Functions inherited from InterpolationFace< T, D, M, C >
 InterpolationFace (unsigned f, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents)
 
- Public Member Functions inherited from BCondBase< T, D, M, C >
 BCondBase (unsigned int face, int i=allComponents, int j=allComponents)
 
virtual ~BCondBase ()
 
int getComponent () const
 
unsigned int getFace () const
 
bool changesPhysicalCells () const
 
- Public Member Functions inherited from RefCounted
 RefCounted ()
 

Additional Inherited Members

- Public Attributes inherited from RefCounted
int RefCount
 
- Static Public Attributes inherited from BCondBase< T, D, M, C >
static int allComponents = -9999
 
- Protected Attributes inherited from BCondBase< T, D, M, C >
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 ParallelInterpolationFace< T, D, M, C >

Definition at line 389 of file BCond.h.

Member Typedef Documentation

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

Definition at line 399 of file BCond.h.

Constructor & Destructor Documentation

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

Definition at line 401 of file BCond.h.

Member Function Documentation

template<class T , unsigned D, class M , class C >
void ParallelInterpolationFace< T, D, M, C >::apply ( Field< T, D, M, C > &  A)
virtual
template<class T, unsigned D, class M = UniformCartesian<D,double>, class C = typename M::DefaultCentering>
virtual Base_t* ParallelInterpolationFace< T, D, M, C >::clone ( ) const
inlinevirtual

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

Definition at line 413 of file BCond.h.

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

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

Definition at line 142 of file BCond.hpp.


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