OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#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) |
|
inlinestatic |
Definition at line 696 of file IntSUDS.h.
References CacheData1< T, Dim >::Delta_m, IntSUDSImpl< Dim >::gather(), and CacheData1< T, Dim >::Index_m.
|
inlinestatic |
Definition at line 678 of file IntSUDS.h.
References IntSUDSImpl< Dim >::gather().
|
inlinestatic |
Definition at line 687 of file IntSUDS.h.
References CacheData1< T, Dim >::Delta_m, IntSUDSImpl< Dim >::gather(), and CacheData1< T, Dim >::Index_m.
|
inlinestatic |
Definition at line 670 of file IntSUDS.h.
References CacheData1< T, Dim >::Delta_m, CacheData1< T, Dim >::Index_m, and IntSUDSImpl< Dim >::scatter().
|
inlinestatic |
Definition at line 652 of file IntSUDS.h.
References IntSUDSImpl< Dim >::scatter().
|
inlinestatic |
Definition at line 661 of file IntSUDS.h.
References CacheData1< T, Dim >::Delta_m, CacheData1< T, Dim >::Index_m, and IntSUDSImpl< Dim >::scatter().