#include <IntCIC.h>
Public Member Functions | |
IntCIC () | |
~IntCIC () | |
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, CacheDataCIC< 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 CacheDataCIC< 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, CacheDataCIC< 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 CacheDataCIC< PT, Dim > &cache) |
Definition at line 922 of file IntCIC.h.
|
|
|
|
|
Definition at line 981 of file IntCIC.h. References CacheDataCIC< T, Dim >::Delta_m, IntCICImpl< Dim >::gather(), CacheDataCIC< T, Dim >::Index_m, and CacheDataCIC< T, Dim >::Offset_m. Here is the call graph for this function: |
|
Definition at line 971 of file IntCIC.h. References CacheDataCIC< T, Dim >::Delta_m, IntCICImpl< Dim >::gather(), CacheDataCIC< T, Dim >::Index_m, and CacheDataCIC< T, Dim >::Offset_m. Here is the call graph for this function: |
|
Definition at line 962 of file IntCIC.h. References IntCICImpl< Dim >::gather(). Here is the call graph for this function: |
|
Definition at line 953 of file IntCIC.h. References CacheDataCIC< T, Dim >::Delta_m, CacheDataCIC< T, Dim >::Index_m, CacheDataCIC< T, Dim >::Offset_m, and IntCICImpl< Dim >::scatter(). Here is the call graph for this function: |
|
Definition at line 943 of file IntCIC.h. References CacheDataCIC< T, Dim >::Delta_m, CacheDataCIC< T, Dim >::Index_m, CacheDataCIC< T, Dim >::Offset_m, and IntCICImpl< Dim >::scatter(). Here is the call graph for this function: |
|
Definition at line 934 of file IntCIC.h. References IntCICImpl< Dim >::scatter(). Here is the call graph for this function: |