#include <IntCIC.h>
Inheritance diagram for IntCICImpl< Dim >:
Public Member Functions | |
IntCICImpl () | |
~IntCICImpl () | |
Static Public Member Functions | |
template<class FT, 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, 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, NDIndex< Dim > &ngp, int lgpoff[Dim], Vektor< PT, Dim > &dpos) |
template<class FT, class M, class C, class PT> | |
static void | scatter (const FT &pdata, Field< FT, Dim, M, C > &f, const NDIndex< Dim > &ngp, const int lgpoff[Dim], const Vektor< PT, Dim > &dpos) |
template<class FT, 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, 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, NDIndex< Dim > &ngp, int lgpoff[Dim], Vektor< PT, Dim > &dpos) |
template<class FT, class M, class C, class PT> | |
static void | gather (FT &pdata, const Field< FT, Dim, M, C > &f, const NDIndex< Dim > &ngp, const int lgpoff[Dim], const Vektor< PT, Dim > &dpos) |
Definition at line 36 of file IntCIC.h.
|
|
|
|
|
Definition at line 224 of file IntCIC.h. References endl(), ERRORMSG, and BrickIterator< T, Dim >::moveBy(). Here is the call graph for this function: |
|
Definition at line 185 of file IntCIC.h. References FindDelta(), FindNGP(), and FindPos(). Here is the call graph for this function: |
|
Definition at line 144 of file IntCIC.h. References FindDelta(), FindNGP(), and FindPos(). Referenced by IntCIC::gather(). Here is the call graph for this function: |
|
Definition at line 128 of file IntCIC.h. References endl(), ERRORMSG, and BrickIterator< T, Dim >::moveBy(). Here is the call graph for this function: |
|
Definition at line 89 of file IntCIC.h. References FindDelta(), FindNGP(), and FindPos(). Here is the call graph for this function: |
|
Definition at line 48 of file IntCIC.h. References FindDelta(), FindNGP(), FindPos(), and Interpolator::getFieldIter(). Referenced by IntCIC::scatter(). Here is the call graph for this function: |