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

#include <IntSUDS.h>

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 ( )
inline

Definition at line 644 of file IntSUDS.h.

IntSUDS::~IntSUDS ( )
inline

Definition at line 645 of file IntSUDS.h.

Member Function Documentation

template<class FT , unsigned Dim, class M , class C , class PT >
static 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:

template<class FT , unsigned Dim, class M , class C , class PT >
static 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:

template<class FT , unsigned Dim, class M , class C , class PT >
static 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:

template<class FT , unsigned Dim, class M , class C , class PT >
static 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:

template<class FT , unsigned Dim, class M , class C , class PT >
static 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:

template<class FT , unsigned Dim, class M , class C , class PT >
static 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:


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