OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
IntCICImpl< 1U > Class Reference

#include <IntCIC.h>

Inheritance diagram for IntCICImpl< 1U >:
Collaboration diagram for IntCICImpl< 1U >:

Public Member Functions

 IntCICImpl ()
 ~IntCICImpl ()

Static Public Member Functions

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

Static Protected Member Functions

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

Detailed Description

Definition at line 242 of file IntCIC.h.

Constructor & Destructor Documentation

◆ IntCICImpl()

IntCICImpl< 1U >::IntCICImpl ( )
inline

Definition at line 246 of file IntCIC.h.

◆ ~IntCICImpl()

IntCICImpl< 1U >::~IntCICImpl ( )
inline

Definition at line 247 of file IntCIC.h.

Member Function Documentation

◆ gather() [1/3]

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

Definition at line 435 of file IntCIC.h.

References Interpolator::getFieldIter(), BrickIterator< T, Dim >::moveBy(), 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 IntCICImpl< 1U >::gather ( FT & pdata,
const Field< FT, 1U, M, C > & f,
const Vektor< PT, 1U > & ppos,
const M & mesh )
inlinestatic

Definition at line 353 of file IntCIC.h.

References FindDelta(), FindNGP(), FindPos(), Interpolator::getFieldIter(), BrickIterator< T, Dim >::moveBy(), 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 IntCICImpl< 1U >::gather ( FT & pdata,
const Field< FT, 1U, M, C > & f,
const Vektor< PT, 1U > & ppos,
const M & mesh,
NDIndex< 1U > & ngp,
int lgpoff[1U],
Vektor< PT, 1U > & dpos )
inlinestatic

Definition at line 395 of file IntCIC.h.

References FindDelta(), FindNGP(), FindPos(), Interpolator::getFieldIter(), BrickIterator< T, Dim >::moveBy(), 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 IntCICImpl< 1U >::scatter ( const FT & pdata,
Field< FT, 1U, M, C > & f,
const NDIndex< 1U > & ngp,
const int lgpoff[1U],
const Vektor< PT, 1U > & dpos )
inlinestatic

Definition at line 336 of file IntCIC.h.

References Interpolator::getFieldIter(), BrickIterator< T, Dim >::moveBy(), 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 IntCICImpl< 1U >::scatter ( const FT & pdata,
Field< FT, 1U, M, C > & f,
const Vektor< PT, 1U > & ppos,
const M & mesh )
inlinestatic

Definition at line 254 of file IntCIC.h.

References FindDelta(), FindNGP(), FindPos(), Interpolator::getFieldIter(), BrickIterator< T, Dim >::moveBy(), 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 IntCICImpl< 1U >::scatter ( const FT & pdata,
Field< FT, 1U, M, C > & f,
const Vektor< PT, 1U > & ppos,
const M & mesh,
NDIndex< 1U > & ngp,
int lgpoff[1U],
Vektor< PT, 1U > & dpos )
inlinestatic

Definition at line 296 of file IntCIC.h.

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

Here is the call graph for this function:

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