23char map_radial_comp_rtp_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Map/map_radial_comp_rtp.C,v 1.5 2014/10/13 08:53:06 j_novak Exp $" ;
66 const Cmp& v_z,
Cmp& v_r)
const {
78 assert(v_x.
get_etat() != ETATNONDEF) ;
79 assert(v_y.
get_etat() != ETATNONDEF) ;
80 assert(v_z.
get_etat() != ETATNONDEF) ;
82 assert(v_x.
get_mp() == *
this) ;
83 assert(v_y.
get_mp() == *
this) ;
84 assert(v_z.
get_mp() == *
this) ;
122 const Cmp& v_z,
Cmp& v_t)
const {
134 assert(v_x.
get_etat() != ETATNONDEF) ;
135 assert(v_y.
get_etat() != ETATNONDEF) ;
136 assert(v_z.
get_etat() != ETATNONDEF) ;
138 assert(v_x.
get_mp() == *
this) ;
139 assert(v_y.
get_mp() == *
this) ;
140 assert(v_z.
get_mp() == *
this) ;
189 assert(v_x.
get_etat() != ETATNONDEF) ;
190 assert(v_y.
get_etat() != ETATNONDEF) ;
192 assert(v_x.
get_mp() == *
this) ;
193 assert(v_y.
get_mp() == *
this) ;
Component of a tensorial field *** DEPRECATED : use class Scalar instead ***.
virtual void comp_r_from_cartesian(const Scalar &v_x, const Scalar &v_y, const Scalar &v_z, Scalar &v_r) const
Computes the Spherical r component (with respect to bvect_spher ) of a vector given by its cartesian ...
virtual void comp_p_from_cartesian(const Scalar &v_x, const Scalar &v_y, Scalar &v_p) const
Computes the Spherical component (with respect to bvect_spher ) of a vector given by its cartesian c...
virtual void comp_t_from_cartesian(const Scalar &v_x, const Scalar &v_y, const Scalar &v_z, Scalar &v_t) const
Computes the Spherical component (with respect to bvect_spher ) of a vector given by its cartesian c...
Tensor field of valence 0 (or component of a tensorial field).
int get_dzpuis() const
Returns dzpuis.
bool dz_nonzero() const
Returns true if the last domain is compactified and *this is not zero in this domain.
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...
const Valeur & get_spectral_va() const
Returns va (read only version)
int get_etat() const
Returns the logical state ETATNONDEF (undefined), ETATZERO (null) or ETATQCQ (ordinary).
void set_dzpuis(int)
Modifies the dzpuis flag.
Values and coefficients of a (real-value) function.
const Valeur & mult_ct() const
Returns applied to *this.
const Valeur & mult_st() const
Returns applied to *this.
const Valeur & mult_cp() const
Returns applied to *this.
const Valeur & mult_sp() const
Returns applied to *this.
const Map & get_mp() const
Returns the mapping.