61 inline static SP::EMM_Kd_xz
New() {
virtual void setDistance(const tIndex &dx, const tIndex &dy, const tIndex &dz)
set the distance from both interative cells
Definition: EMM_Kd_xz.h:86
virtual tReal computeFunction(const tUSInt &dim, const tReal x[])
compute the function at the point x of size dim
Definition: EMM_Kd_xz.h:107
virtual void setMeshSize(const tReal &hx, const tReal &hy, const tReal &hz)
set the mesh size
Definition: EMM_Kd_xz.h:95
static SP::EMM_Kd_xz New()
build a new instance of class
Definition: EMM_Kd_xz.h:61
#define tUSInt
Definition: types.h:28
virtual ~EMM_Kd_xz(void)
destroy the class
Definition: EMM_Kd_xz.h:49
#define tIndex
Definition: types.h:129
Definition: EMM_Kd_xz.h:22
void setDistance(const tIndex d[])
set the distance from both interative cells
Definition: EMM_DistanceFunction.h:114
EMM_Kd_xz(void)
create the class
Definition: EMM_Kd_xz.h:39
This class computes the function :
Definition: EMM_Kd_xy.h:35
virtual tReal analyticIntegration(const tReal &u, const tReal &v, const tReal &w) const
compute the function with analytic integration
Definition: EMM_Kd_xy.cpp:6
void setMeshSize(const tReal h[])
set the mesh size
Definition: EMM_DistanceFunction.h:155
#define tReal
Definition: types.h:118
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141