57 return t * t * (x * x + y * y);
62 return 2 * t * (x * x + y * y);
95 return t * t * (x * x + y * y + z * z);
102 return 2 * x * t * t;
104 return 2 * y * t * t;
106 return 2 * z * t * t;
static Real grad(UInt icoor, Real t, Real x, Real y, Real z, UInt)
static Real grad(UInt icoor, Real t, Real x, Real y, Real, UInt)
static Real u(Real t, Real x, Real y, Real z, UInt)
static Real u(Real t, Real x, Real y, Real, UInt)
Real operator()(Real, Real, Real, Real, int) const
Real sigma(const Real &t)
double Real
Generic real data.
static Real der_t(Real t, Real x, Real y, Real, UInt)
Real operator()(Real, Real, Real, Real, int) const
uint32_type UInt
generic unsigned integer (used mainly for addressing)