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

#include <IntTSC.h>

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

Public Member Functions

 IntTSCImpl ()
 
 ~IntTSCImpl ()
 
- 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 IntTSCImpl< Dim >

Definition at line 37 of file IntTSC.h.

Constructor & Destructor Documentation

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

Definition at line 41 of file IntTSC.h.

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

Definition at line 42 of file IntTSC.h.

Member Function Documentation

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

Definition at line 148 of file IntTSC.h.

References Dim, endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), and Interpolator::getFieldIter().

Referenced by IntTSC::gather().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntTSCImpl< 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 190 of file IntTSC.h.

References endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), and Interpolator::getFieldIter().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntTSCImpl< 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 230 of file IntTSC.h.

References endl(), ERRORMSG, and Interpolator::getFieldIter().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntTSCImpl< 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 IntTSC.h.

References endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), and Interpolator::getFieldIter().

Referenced by IntTSC::scatter().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntTSCImpl< 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 92 of file IntTSC.h.

References endl(), ERRORMSG, FindDelta(), FindNGP(), FindPos(), and Interpolator::getFieldIter().

Here is the call graph for this function:

template<unsigned Dim>
template<class FT , class M , class C , class PT >
static void IntTSCImpl< 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 132 of file IntTSC.h.

References endl(), ERRORMSG, and Interpolator::getFieldIter().

Here is the call graph for this function:


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