30char map_radial_comp_xyz_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Map/map_radial_comp_xyz.C,v 1.4 2014/10/13 08:53:06 j_novak Exp $" ;
69 const Cmp& v_phi,
Cmp& v_x)
const {
82 assert(v_r.
get_etat() != ETATNONDEF) ;
83 assert(v_theta.
get_etat() != ETATNONDEF) ;
84 assert(v_phi.
get_etat() != ETATNONDEF) ;
86 assert(v_r.
get_mp() == *
this) ;
87 assert(v_theta.
get_mp() == *
this) ;
88 assert(v_phi.
get_mp() == *
this) ;
127 const Cmp& v_phi,
Cmp& v_y)
const {
141 assert(v_r.
get_etat() != ETATNONDEF) ;
142 assert(v_theta.
get_etat() != ETATNONDEF) ;
143 assert(v_phi.
get_etat() != ETATNONDEF) ;
145 assert(v_r.
get_mp() == *
this) ;
146 assert(v_theta.
get_mp() == *
this) ;
147 assert(v_phi.
get_mp() == *
this) ;
198 assert(v_r.
get_etat() != ETATNONDEF) ;
199 assert(v_theta.
get_etat() != ETATNONDEF) ;
201 assert(v_r.
get_mp() == *
this) ;
202 assert(v_theta.
get_mp() == *
this) ;
Component of a tensorial field *** DEPRECATED : use class Scalar instead ***.
virtual void comp_y_from_spherical(const Scalar &v_r, const Scalar &v_theta, const Scalar &v_phi, Scalar &v_y) const
Computes the Cartesian y component (with respect to bvect_cart ) of a vector given by its spherical c...
virtual void comp_x_from_spherical(const Scalar &v_r, const Scalar &v_theta, const Scalar &v_phi, Scalar &v_x) const
Computes the Cartesian x component (with respect to bvect_cart) of a vector given by its spherical co...
virtual void comp_z_from_spherical(const Scalar &v_r, const Scalar &v_theta, Scalar &v_z) const
Computes the Cartesian z component (with respect to bvect_cart ) of a vector given by its spherical 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.