73 double resu = integ(0) ;
74 for (
int l=1; l<nz; l++) {
88 assert(
etat != ETATNONDEF) ;
110 mp->
primr(*
this, resu, null_infty) ;
const Mg3d * get_mg() const
Gives the Mg3d on which the mapping is defined.
Tensor field of valence 0 (or component of a tensorial field).
virtual void primr(const Scalar &uu, Scalar &resu, bool null_infty) const =0
Computes the radial primitive which vanishes for .
double integrale() const
Computes the integral over all space of *this .
Scalar primr(bool null_infty=true) const
Computes the radial primitive which vanishes for .
Tbl * p_integ
Pointer on the space integral of *this (values in each domain) (0x0 if not up to date) ...
const Tbl & integrale_domains() const
Computes the integral in each domain of *this .
int get_nzone() const
Returns the number of domains.
virtual Tbl * integrale(const Scalar &) const =0
Computes the integral over all space of a Scalar .
int etat
The logical state ETATNONDEF (undefined), ETATZERO (null), ETATUN (one), or ETATQCQ (ordinary)...
const Map *const mp
Mapping on which the numerical values at the grid points are defined.