|
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, NDIndex< Dim > &ngp) |
|
template<class FT , unsigned Dim, class M , class C > |
static void | scatter (const FT &pdata, Field< FT, Dim, M, C > &f, const NDIndex< Dim > &ngp) |
|
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, NDIndex< Dim > &ngp) |
|
template<class FT , unsigned Dim, class M , class C > |
static void | gather (FT &pdata, const Field< FT, Dim, M, C > &f, const NDIndex< Dim > &ngp) |
|
Definition at line 34 of file IntNGP.h.