OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
IntTSCImpl< 2U > Class Reference

#include <IntTSC.h>

Inheritance diagram for IntTSCImpl< 2U >:
Collaboration diagram for IntTSCImpl< 2U >:

Public Member Functions

 IntTSCImpl ()
 ~IntTSCImpl ()

Static Public Member Functions

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

Static Protected Member Functions

static CompressedBrickIterator< T, DimgetFieldIter (const BareField< T, Dim > &f, const NDIndex< Dim > &pt)

Detailed Description

Definition at line 444 of file IntTSC.h.

Constructor & Destructor Documentation

◆ IntTSCImpl()

IntTSCImpl< 2U >::IntTSCImpl ( )
inline

Definition at line 448 of file IntTSC.h.

◆ ~IntTSCImpl()

IntTSCImpl< 2U >::~IntTSCImpl ( )
inline

Definition at line 449 of file IntTSC.h.

Member Function Documentation

◆ gather() [1/3]

template<class FT, class M, class C, class PT>
void IntTSCImpl< 2U >::gather ( FT & pdata,
const Field< FT, 2U, M, C > & f,
const NDIndex< 2U > & ngp,
const int [2U],
const Vektor< PT, 2U > & dpos )
inlinestatic

Definition at line 627 of file IntTSC.h.

References Interpolator::getFieldIter(), and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

◆ gather() [2/3]

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

Definition at line 554 of file IntTSC.h.

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

Here is the call graph for this function:

◆ gather() [3/3]

template<class FT, class M, class C, class PT>
void IntTSCImpl< 2U >::gather ( FT & pdata,
const Field< FT, 2U, M, C > & f,
const Vektor< PT, 2U > & ppos,
const M & mesh,
NDIndex< 2U > & ngp,
int [2U],
Vektor< PT, 2U > & dpos )
inlinestatic

Definition at line 591 of file IntTSC.h.

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

Here is the call graph for this function:

◆ getFieldIter()

CompressedBrickIterator< T, Dim > Interpolator::getFieldIter ( const BareField< T, Dim > & f,
const NDIndex< Dim > & pt )
inlinestaticprotected

Definition at line 183 of file Interpolator.h.

◆ scatter() [1/3]

template<class FT, class M, class C, class PT>
void IntTSCImpl< 2U >::scatter ( const FT & pdata,
Field< FT, 2U, M, C > & f,
const NDIndex< 2U > & ngp,
const int [2U],
const Vektor< PT, 2U > & dpos )
inlinestatic

Definition at line 528 of file IntTSC.h.

References Interpolator::getFieldIter(), and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

◆ scatter() [2/3]

template<class FT, class M, class C, class PT>
void IntTSCImpl< 2U >::scatter ( const FT & pdata,
Field< FT, 2U, M, C > & f,
const Vektor< PT, 2U > & ppos,
const M & mesh )
inlinestatic

Definition at line 456 of file IntTSC.h.

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

Here is the call graph for this function:

◆ scatter() [3/3]

template<class FT, class M, class C, class PT>
void IntTSCImpl< 2U >::scatter ( const FT & pdata,
Field< FT, 2U, M, C > & f,
const Vektor< PT, 2U > & ppos,
const M & mesh,
NDIndex< 2U > & ngp,
int [2U],
Vektor< PT, 2U > & dpos )
inlinestatic

Definition at line 492 of file IntTSC.h.

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

Here is the call graph for this function:

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