OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Static Public Member Functions | List of all members
IntCICImpl< Dim > Class Template Reference

#include <IntCIC.h>

Inheritance diagram for IntCICImpl< Dim >:
Inheritance graph
[legend]
Collaboration diagram for IntCICImpl< Dim >:
Collaboration graph
[legend]

Public Member Functions

 IntCICImpl ()
 
 ~IntCICImpl ()
 
- Public Member Functions inherited from Interpolator
 Interpolator ()
 
 ~Interpolator ()
 

Static Public Member Functions

template<class FT , class M , class C , class PT >
static void scatter (const FT &pdata, Field< FT, Dim, M, C > &f, const Vektor< PT, Dim > &ppos, const M &mesh)
 
template<class FT , class M , class C , class PT >
static void scatter (const FT &pdata, Field< FT, Dim, M, C > &f, const Vektor< PT, Dim > &ppos, const M &mesh, NDIndex< Dim > &ngp, int lgpoff[Dim], Vektor< PT, Dim > &dpos)
 
template<class FT , class M , class C , class PT >
static void scatter (const FT &pdata, Field< FT, Dim, M, C > &f, const NDIndex< Dim > &ngp, const int lgpoff[Dim], const Vektor< PT, Dim > &dpos)
 
template<class FT , class M , class C , class PT >
static void gather (FT &pdata, const Field< FT, Dim, M, C > &f, const Vektor< PT, Dim > &ppos, const M &mesh)
 
template<class FT , class M , class C , class PT >
static void gather (FT &pdata, const Field< FT, Dim, M, C > &f, const Vektor< PT, Dim > &ppos, const M &mesh, NDIndex< Dim > &ngp, int lgpoff[Dim], Vektor< PT, Dim > &dpos)
 
template<class FT , class M , class C , class PT >
static void gather (FT &pdata, const Field< FT, Dim, M, C > &f, const NDIndex< Dim > &ngp, const int lgpoff[Dim], const Vektor< PT, Dim > &dpos)
 

Additional Inherited Members

- Static Protected Member Functions inherited from Interpolator
template<class T , unsigned Dim>
static CompressedBrickIterator
< T, Dim
getFieldIter (const BareField< T, Dim > &f, const NDIndex< Dim > &pt)
 

Detailed Description

template<unsigned Dim>
class IntCICImpl< Dim >

Definition at line 37 of file IntCIC.h.

Constructor & Destructor Documentation

template<unsigned Dim>
IntCICImpl< Dim >::IntCICImpl ( )
inline

Definition at line 41 of file IntCIC.h.

template<unsigned Dim>
IntCICImpl< Dim >::~IntCICImpl ( )
inline

Definition at line 42 of file IntCIC.h.

Member Function Documentation

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntCICImpl< Dim >::gather ( FT &  pdata,
const Field< FT, Dim, M, C > &  f,
const Vektor< PT, Dim > &  ppos,
const M &  mesh 
)
inlinestatic

Definition at line 145 of file IntCIC.h.

References Dim, endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), Interpolator::getFieldIter(), and BrickIterator< T, Dim >::moveBy().

Referenced by IntCIC::gather().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntCICImpl< Dim >::gather ( FT &  pdata,
const Field< FT, Dim, M, C > &  f,
const Vektor< PT, Dim > &  ppos,
const M &  mesh,
NDIndex< Dim > &  ngp,
int  lgpoff[Dim],
Vektor< PT, Dim > &  dpos 
)
inlinestatic

Definition at line 186 of file IntCIC.h.

References Dim, endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), Interpolator::getFieldIter(), and BrickIterator< T, Dim >::moveBy().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntCICImpl< Dim >::gather ( FT &  pdata,
const Field< FT, Dim, M, C > &  f,
const NDIndex< Dim > &  ngp,
const int  lgpoff[Dim],
const Vektor< PT, Dim > &  dpos 
)
inlinestatic

Definition at line 225 of file IntCIC.h.

References endl(), ERRORMSG, Interpolator::getFieldIter(), and BrickIterator< T, Dim >::moveBy().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntCICImpl< Dim >::scatter ( const FT &  pdata,
Field< FT, Dim, M, C > &  f,
const Vektor< PT, Dim > &  ppos,
const M &  mesh 
)
inlinestatic

Definition at line 49 of file IntCIC.h.

References Dim, endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), Interpolator::getFieldIter(), and BrickIterator< T, Dim >::moveBy().

Referenced by IntCIC::scatter().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntCICImpl< Dim >::scatter ( const FT &  pdata,
Field< FT, Dim, M, C > &  f,
const Vektor< PT, Dim > &  ppos,
const M &  mesh,
NDIndex< Dim > &  ngp,
int  lgpoff[Dim],
Vektor< PT, Dim > &  dpos 
)
inlinestatic

Definition at line 90 of file IntCIC.h.

References Dim, endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), Interpolator::getFieldIter(), and BrickIterator< T, Dim >::moveBy().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntCICImpl< Dim >::scatter ( const FT &  pdata,
Field< FT, Dim, M, C > &  f,
const NDIndex< Dim > &  ngp,
const int  lgpoff[Dim],
const Vektor< PT, Dim > &  dpos 
)
inlinestatic

Definition at line 129 of file IntCIC.h.

References endl(), ERRORMSG, Interpolator::getFieldIter(), and BrickIterator< T, Dim >::moveBy().

Here is the call graph for this function:


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