Component of a tensorial field *** DEPRECATED : use class Scalar instead ***.
virtual void poisson_tau(const Cmp &source, Param &par, Cmp &uu) const =0
Computes the solution of a scalar Poisson equationwith a Tau method.
Cmp poisson_tau() const
Same as Poisson with a Tau method.
Cmp poisson() const
Solves the scalar Poisson equation with *this as a source.
const Map * mp
Reference mapping.
virtual void poisson(const Cmp &source, Param &par, Cmp &uu) const =0
Computes the solution of a scalar Poisson equation.