29 char cmp_pde_falloff_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Cmp/cmp_pde_falloff.C,v 1.2 2014/10/13 08:52:48 j_novak Exp $" ;
58 Cmp Cmp::poisson_falloff(
int k_falloff)
const {
63 mp->poisson_falloff(*
this, bidon, resu, k_falloff) ;
71 void Cmp::poisson_falloff(Param& par,
Cmp& uu,
int k_falloff)
const {
73 mp->poisson_falloff(*
this, par, uu, k_falloff) ;
const Map * mp
Reference mapping.
Cmp(const Map &map)
Constructor from mapping.