OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
IntSUDSImpl< 3U > Class Reference

#include <IntSUDS.h>

Inheritance diagram for IntSUDSImpl< 3U >:
Collaboration diagram for IntSUDSImpl< 3U >:

Public Member Functions

 IntSUDSImpl ()
 ~IntSUDSImpl ()

Static Public Member Functions

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

Static Protected Member Functions

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

Detailed Description

Definition at line 476 of file IntSUDS.h.

Constructor & Destructor Documentation

◆ IntSUDSImpl()

IntSUDSImpl< 3U >::IntSUDSImpl ( )
inline

Definition at line 480 of file IntSUDS.h.

◆ ~IntSUDSImpl()

IntSUDSImpl< 3U >::~IntSUDSImpl ( )
inline

Definition at line 481 of file IntSUDS.h.

Member Function Documentation

◆ gather() [1/3]

template<class FT, class M, class C, class PT>
void IntSUDSImpl< 3U >::gather ( FT & pdata,
const Field< FT, 3U, M, C > & f,
const NDIndex< 3U > & ngp,
const Vektor< PT, 3U > & dpos )
inlinestatic

Definition at line 624 of file IntSUDS.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 IntSUDSImpl< 3U >::gather ( FT & pdata,
const Field< FT, 3U, M, C > & f,
const Vektor< PT, 3U > & ppos,
const M & mesh )
inlinestatic

Definition at line 568 of file IntSUDS.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 IntSUDSImpl< 3U >::gather ( FT & pdata,
const Field< FT, 3U, M, C > & f,
const Vektor< PT, 3U > & ppos,
const M & mesh,
NDIndex< 3U > & ngp,
Vektor< PT, 3U > & dpos )
inlinestatic

Definition at line 596 of file IntSUDS.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 IntSUDSImpl< 3U >::scatter ( const FT & pdata,
Field< FT, 3U, M, C > & f,
const NDIndex< 3U > & ngp,
const Vektor< PT, 3U > & dpos )
inlinestatic

Definition at line 550 of file IntSUDS.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 IntSUDSImpl< 3U >::scatter ( const FT & pdata,
Field< FT, 3U, M, C > & f,
const Vektor< PT, 3U > & ppos,
const M & mesh )
inlinestatic

Definition at line 488 of file IntSUDS.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 IntSUDSImpl< 3U >::scatter ( const FT & pdata,
Field< FT, 3U, M, C > & f,
const Vektor< PT, 3U > & ppos,
const M & mesh,
NDIndex< 3U > & ngp,
Vektor< PT, 3U > & dpos )
inlinestatic

Definition at line 519 of file IntSUDS.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: