73 const Scalar& source)
const {
75 assert(source.
get_etat() != ETATNONDEF) ;
76 assert(source.
get_mp().get_mg() == mg) ;
77 assert(fJ.
get_etat() != ETATNONDEF) ;
78 assert(fJ.
get_mp().get_mg() == mg) ;
79 assert(fJm1.
get_etat() != ETATNONDEF) ;
80 assert(fJm1.
get_mp().get_mg() == mg) ;
81 assert(fJp1.
get_mp().get_mg() == mg) ;
83 cout <<
"Map_et_dalembert:" << endl ;
84 cout <<
"Not implemented" << endl ;
85 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.