23char map_et_dalembert_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Map/map_et_dalembert.C,v 1.5 2014/10/13 08:53:03 j_novak Exp $" ;
70 const Scalar& source)
const {
72 assert(source.
get_etat() != ETATNONDEF) ;
73 assert(source.
get_mp().get_mg() == mg) ;
74 assert(fJ.
get_etat() != ETATNONDEF) ;
75 assert(fJ.
get_mp().get_mg() == mg) ;
76 assert(fJm1.
get_etat() != ETATNONDEF) ;
77 assert(fJm1.
get_mp().get_mg() == mg) ;
78 assert(fJp1.
get_mp().get_mg() == mg) ;
80 cout <<
"Map_et_dalembert:" << endl ;
81 cout <<
"Not implemented" << endl ;
82 cout << fJp1 << fJ << fJm1 << source ;
virtual void dalembert(Param &par, Scalar &fJp1, const Scalar &fJ, const Scalar &fJm1, const Scalar &source) const
Not yet implemented.
Coefficients storage for the multi-domain spectral method.
Tensor field of valence 0 (or component of a tensorial field).
int get_etat() const
Returns the logical state ETATNONDEF (undefined), ETATZERO (null) or ETATQCQ (ordinary).
const Map & get_mp() const
Returns the mapping.