29char map_af_poisson_falloff_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Map/map_af_poisson_falloff.C,v 1.3 2014/10/13 08:53:03 j_novak Exp $" ;
57void Map_af::poisson_falloff(
const Cmp& source,
Param& ,
Cmp& pot,
int k_falloff)
const {
59 assert(source.get_etat() != ETATNONDEF) ;
60 assert(source.get_mp()->get_mg() == mg) ;
61 assert(pot.get_mp()->get_mg() == mg) ;
66 const Valeur& sourva = source.va ;
68 if (sourva.get_etat() == ETATZERO) {
74 assert(sourva.get_etat() == ETATQCQ) ;
76 Valeur rho(sourva.get_mg()) ;
78 rho = *(sourva.c_cf) ;
84 Mtbl_cf resu = sol_poisson_falloff(*
this, *(rho.c_cf), k_falloff) ;
Component of a tensorial field *** DEPRECATED : use class Scalar instead ***.
Coefficients storage for the multi-domain spectral method.