OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Static Public Member Functions | List of all members
IntTSC Class Reference

#include <IntTSC.h>

Public Member Functions

 IntTSC ()
 
 ~IntTSC ()
 

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, CacheDataTSC< 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 CacheDataTSC< 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, CacheDataTSC< 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 CacheDataTSC< PT, Dim > &cache)
 

Detailed Description

Definition at line 998 of file IntTSC.h.

Constructor & Destructor Documentation

IntTSC::IntTSC ( )
inline

Definition at line 1002 of file IntTSC.h.

IntTSC::~IntTSC ( )
inline

Definition at line 1003 of file IntTSC.h.

Member Function Documentation

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

Definition at line 1038 of file IntTSC.h.

References IntTSCImpl< Dim >::gather().

Here is the call graph for this function:

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

Definition at line 1047 of file IntTSC.h.

References CacheDataTSC< T, Dim >::Delta_m, IntTSCImpl< Dim >::gather(), CacheDataTSC< T, Dim >::Index_m, and CacheDataTSC< T, Dim >::Offset_m.

Here is the call graph for this function:

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

Definition at line 1057 of file IntTSC.h.

References CacheDataTSC< T, Dim >::Delta_m, IntTSCImpl< Dim >::gather(), CacheDataTSC< T, Dim >::Index_m, and CacheDataTSC< T, Dim >::Offset_m.

Here is the call graph for this function:

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

Definition at line 1010 of file IntTSC.h.

References IntTSCImpl< Dim >::scatter().

Here is the call graph for this function:

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

Definition at line 1019 of file IntTSC.h.

References CacheDataTSC< T, Dim >::Delta_m, CacheDataTSC< T, Dim >::Index_m, CacheDataTSC< T, Dim >::Offset_m, and IntTSCImpl< Dim >::scatter().

Here is the call graph for this function:

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

Definition at line 1029 of file IntTSC.h.

References CacheDataTSC< T, Dim >::Delta_m, CacheDataTSC< T, Dim >::Index_m, CacheDataTSC< T, Dim >::Offset_m, and IntTSCImpl< Dim >::scatter().

Here is the call graph for this function:


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