OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
IntSUDS Class Reference

#include <IntSUDS.h>

Collaboration diagram for IntSUDS:

Public Member Functions

 IntSUDS ()
 ~IntSUDS ()

Static Public Member Functions

template<class FT, unsigned Dim, 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, unsigned Dim, 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, CacheData1< PT, Dim > &cache)
template<class FT, unsigned Dim, class M, class C, class PT>
static void scatter (const FT &pdata, Field< FT, Dim, M, C > &f, const CacheData1< PT, Dim > &cache)
template<class FT, unsigned Dim, 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, unsigned Dim, 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, CacheData1< PT, Dim > &cache)
template<class FT, unsigned Dim, class M, class C, class PT>
static void gather (FT &pdata, const Field< FT, Dim, M, C > &f, const CacheData1< PT, Dim > &cache)

Detailed Description

Definition at line 640 of file IntSUDS.h.

Constructor & Destructor Documentation

◆ IntSUDS()

IntSUDS::IntSUDS ( )
inline

Definition at line 644 of file IntSUDS.h.

◆ ~IntSUDS()

IntSUDS::~IntSUDS ( )
inline

Definition at line 645 of file IntSUDS.h.

Member Function Documentation

◆ gather() [1/3]

template<class FT, unsigned Dim, class M, class C, class PT>
void IntSUDS::gather ( FT & pdata,
const Field< FT, Dim, M, C > & f,
const CacheData1< PT, Dim > & cache )
inlinestatic

Definition at line 696 of file IntSUDS.h.

References CacheData1< T, Dim >::Delta_m, IntSUDSImpl< Dim >::gather(), and CacheData1< T, Dim >::Index_m.

Here is the call graph for this function:

◆ gather() [2/3]

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

Definition at line 678 of file IntSUDS.h.

References IntSUDSImpl< Dim >::gather().

Here is the call graph for this function:

◆ gather() [3/3]

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

Definition at line 687 of file IntSUDS.h.

References CacheData1< T, Dim >::Delta_m, IntSUDSImpl< Dim >::gather(), and CacheData1< T, Dim >::Index_m.

Here is the call graph for this function:

◆ scatter() [1/3]

template<class FT, unsigned Dim, class M, class C, class PT>
void IntSUDS::scatter ( const FT & pdata,
Field< FT, Dim, M, C > & f,
const CacheData1< PT, Dim > & cache )
inlinestatic

Definition at line 670 of file IntSUDS.h.

References CacheData1< T, Dim >::Delta_m, CacheData1< T, Dim >::Index_m, and IntSUDSImpl< Dim >::scatter().

Here is the call graph for this function:

◆ scatter() [2/3]

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

Definition at line 652 of file IntSUDS.h.

References IntSUDSImpl< Dim >::scatter().

Here is the call graph for this function:

◆ scatter() [3/3]

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

Definition at line 661 of file IntSUDS.h.

References CacheData1< T, Dim >::Delta_m, CacheData1< T, Dim >::Index_m, and IntSUDSImpl< Dim >::scatter().

Here is the call graph for this function:

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