99 Mtbl_cf sol_poisson(
const Map_af&,
const Mtbl_cf&,
int,
bool match =
true) ;
100 Mtbl_cf sol_poisson_tau(
const Map_af&,
const Mtbl_cf&,
int) ;
105 assert(source.
get_etat() != ETATNONDEF) ;
123 match = !(dzpuis == 5) ;
130 if (sourva.
get_etat() == ETATZERO) {
136 assert(sourva.
get_etat() == ETATQCQ) ;
140 rho = *(sourva.
c_cf) ;
146 Mtbl_cf resu = sol_poisson(*
this, *(rho.c_cf), dzpuis, match) ;
170 assert(source.
get_etat() != ETATNONDEF) ;
191 if (sourva.
get_etat() == ETATZERO) {
197 assert(sourva.
get_etat() == ETATQCQ) ;
201 rho = *(sourva.
c_cf) ;
208 Mtbl_cf resu = sol_poisson_tau(*
this, *(rho.c_cf), dzpuis) ;
const Map * get_mp() const
Returns the mapping.
Mtbl_cf * c_cf
Coefficients of the spectral expansion of the function.
Component of a tensorial field *** DEPRECATED : use class Scalar instead ***.
void coef() const
Computes the coeffcients of *this.
const Mg3d * get_mg() const
Gives the Mg3d on which the mapping is defined.
int get_etat() const
Returns the logical state.
Values and coefficients of a (real-value) function.
const Mg3d * get_mg() const
Returns the Mg3d on which the this is defined.
int get_etat() const
Returns the logical state.
void set_etat_zero()
Sets the logical state to ETATZERO (zero).
virtual void poisson(const Cmp &source, Param &par, Cmp &uu) const
Computes the solution of a scalar Poisson equation.
bool dz_nonzero() const
Returns true if the last domain is compactified and *this is not zero in this domain.
void set_etat_qcq()
Sets the logical state to ETATQCQ (ordinary state).
virtual void poisson_tau(const Cmp &source, Param &par, Cmp &uu) const
Computes the solution of a scalar Poisson equation using a Tau method.
const Mg3d * mg
Pointer on the multi-grid Mgd3 on which this is defined.
int get_dzpuis() const
Returns dzpuis.
Coefficients storage for the multi-domain spectral method.
bool check_dzpuis(int dzi) const
Returns false if the last domain is compactified and *this is not zero in this domain and dzpuis is n...
void set_dzpuis(int)
Set a value to dzpuis.
Valeur va
The numerical value of the Cmp.