LORENE
|
Class intended to describe tensors with a symmetry on the two last indices *** DEPRECATED : use class Tensor_sym
instead ***.
More...
#include <tenseur.h>
Public Member Functions | |
Tenseur_sym (const Map &map, int val, const Itbl &tipe, const Base_vect &triad_i, const Metrique *met=0x0, double weight=0) | |
Standard constructor. More... | |
Tenseur_sym (const Map &map, int val, int tipe, const Base_vect &triad_i, const Metrique *met=0x0, double weight=0) | |
Standard constructor when all the indices are of the same type. More... | |
Tenseur_sym (const Tenseur_sym &) | |
Copy constructor. More... | |
Tenseur_sym (const Tenseur &) | |
Constructor from a Tenseur . More... | |
Tenseur_sym (const Map &map, const Base_vect &triad_i, FILE *fich, const Metrique *met=0x0) | |
Constructor from a file (see sauve(FILE*) ). More... | |
virtual | ~Tenseur_sym () |
Destructor. More... | |
virtual void | operator= (const Tenseur &) |
Assignment from a Tenseur . More... | |
void | operator= (const Tenseur_sym &) |
virtual int | donne_place (const Itbl &idx) const |
Returns the position in the Cmp 1-D array c of a component given by its indices. More... | |
virtual Itbl | donne_indices (int place) const |
Returns the indices of a component given by its position in the Cmp 1-D array c . More... | |
void | set_etat_nondef () |
Sets the logical state to ETATNONDEF (undefined state). More... | |
void | set_etat_zero () |
Sets the logical state to ETATZERO (zero state). More... | |
void | set_etat_qcq () |
Sets the logical state to ETATQCQ (ordinary state). More... | |
void | allocate_all () |
Sets the logical state to ETATQCQ (ordinary state) and performs the memory allocation of all the elements, down to the double arrays of the Tbl s. More... | |
void | change_triad (const Base_vect &new_triad) |
Sets a new vectorial basis (triad) of decomposition and modifies the components accordingly. More... | |
void | set_triad (const Base_vect &new_triad) |
Assigns a new vectorial basis (triad) of decomposition. More... | |
void | set_poids (double weight) |
Sets the weight for a tensor density. More... | |
void | set_metric (const Metrique &met) |
Sets the pointer on the metric for a tensor density. More... | |
Cmp & | set () |
Read/write for a scalar (see also operator= (const Cmp& ) ). More... | |
Cmp & | set (int) |
Read/write for a vector. More... | |
Cmp & | set (int, int) |
Read/write for a tensor of valence 2. More... | |
Cmp & | set (int, int, int) |
Read/write for a tensor of valence 3. More... | |
Cmp & | set (const Itbl &) |
Read/write in the general case. More... | |
void | annule (int l) |
Sets the Tenseur to zero in a given domain. More... | |
void | annule (int l_min, int l_max) |
Sets the Tenseur to zero in several domains. More... | |
void | set_std_base () |
Set the standard spectal basis of decomposition for each component. More... | |
void | dec_dzpuis () |
dzpuis -= 1 ; More... | |
void | inc_dzpuis () |
dzpuis += 1 ; More... | |
void | dec2_dzpuis () |
dzpuis -= 2 ; More... | |
void | inc2_dzpuis () |
dzpuis += 2 ; More... | |
void | mult_r_zec () |
Multiplication by r in the external zone. More... | |
Tenseur | inverse_poisson_vect (double lambda) const |
Compute of *this , *this being of valence 1. More... | |
const Map * | get_mp () const |
Returns pointer on the mapping. More... | |
const Base_vect * | get_triad () const |
Returns the vectorial basis (triad) on which the components are defined. More... | |
int | get_etat () const |
Returns the logical state. More... | |
int | get_valence () const |
Returns the valence. More... | |
int | get_n_comp () const |
Returns the number of components. More... | |
int | get_type_indice (int i) const |
Returns the type of the index number i . More... | |
Itbl | get_type_indice () const |
Returns the types of all the indices. More... | |
double | get_poids () const |
Returns the weight. More... | |
const Metrique * | get_metric () const |
Returns a pointer on the metric defining the conformal factor for tensor densities. More... | |
const Cmp & | operator() () const |
Read only for a scalar. More... | |
const Cmp & | operator() (int) const |
Read only for a vector. More... | |
const Cmp & | operator() (int, int) const |
Read only for a tensor of valence 2. More... | |
const Cmp & | operator() (int, int, int) const |
Read only for a tensor of valence 3. More... | |
const Cmp & | operator() (const Itbl &) const |
Read only in the general case. More... | |
void | sauve (FILE *) const |
Save in a file. More... | |
const Tenseur & | gradient () const |
Returns the gradient of *this (Cartesian coordinates) More... | |
const Tenseur & | gradient_spher () const |
Returns the gradient of *this (Spherical coordinates) (scalar field only). More... | |
const Tenseur & | derive_cov (const Metrique &met) const |
Returns the covariant derivative of *this , with respect to met . More... | |
const Tenseur & | derive_con (const Metrique &) const |
Returns the contravariant derivative of *this , with respect to met . More... | |
const Tenseur & | carre_scal (const Metrique &) const |
Returns the scalar square of *this , with respect to met . More... | |
void | poisson_vect (double lambda, Param &par, Tenseur &shift, Tenseur &vect, Tenseur &scal) const |
Solves the vectorial Poisson equation : . More... | |
Tenseur | poisson_vect (double lambda, Tenseur &vect, Tenseur &scal) const |
Solves the vectorial Poisson equation . More... | |
void | poisson_vect_tau (double lambda, Param &par, Tenseur &shift, Tenseur &vect, Tenseur &scal) const |
Tenseur | poisson_vect_tau (double lambda, Tenseur &vect, Tenseur &scal) const |
void | poisson_vect_falloff (double lambda, Param &par, Tenseur &shift, Tenseur &vect, Tenseur &scal, int *k_falloff) const |
Tenseur | poisson_vect_falloff (double lambda, Tenseur &vect, Tenseur &scal, int *k_falloff) const |
void | poisson_vect_ylm (double lambda, Param ¶, Tenseur &shift, Tenseur &vecteur, Tenseur &scalaire, int nylm, double *intvec) const |
Tenseur | poisson_vect_ylm (double lambda, Tenseur &vecteur, Tenseur &scalaire, int nylm, double *intvec) const |
void | poisson_vect_oohara (double lambda, Param &par, Tenseur &shift, Tenseur &scal) const |
Solves the vectorial Poisson equation . More... | |
Tenseur | poisson_vect_oohara (double lambda, Tenseur &scal) const |
Solves the vectorial Poisson equation . More... | |
void | poisson_vect_oohara_tau (double lambda, Param &par, Tenseur &shift, Tenseur &scal) const |
Tenseur | poisson_vect_oohara_tau (double lambda, Tenseur &scal) const |
void | poisson_vect_regu (int k_div, int nzet, double unsgam1, double lambda, Param &par, Tenseur &shift, Tenseur &vect, Tenseur &scal) const |
Solves the vectorial Poisson equation : . More... | |
Protected Member Functions | |
virtual void | fait_gradient () const |
Calculates, if needed, the gradient of *this . More... | |
virtual void | fait_derive_cov (const Metrique &met, int i) const |
Calculates, if needed, the covariant derivative of *this , with respect to met . More... | |
virtual void | fait_derive_con (const Metrique &, int i) const |
Calculates, if needed, the contravariant derivative of *this , with respect to met . More... | |
bool | verif () const |
Returns false for a tensor density without a defined metric. More... | |
void | new_der_met () |
Builds the arrays met_depend , p_derive_cov , p_derive_con and p_carre_scal and fills them with null pointers. More... | |
void | del_t () |
Logical destructor. More... | |
void | del_derive_met (int i) const |
Logical destructor of the derivatives depending on the i-th element of *met_depend . More... | |
void | del_derive () const |
Logical destructor of all the derivatives. More... | |
void | set_der_met_0x0 (int i) const |
Sets the pointers of the derivatives depending on the i-th element of *met_depend to zero (as well as that i-th element). More... | |
void | set_der_0x0 () const |
Sets the pointers of all the derivatives to zero. More... | |
void | fait_gradient_spher () const |
Calculates, if needed, the gradient of *this in a spherical orthonormal basis (scalar field only). More... | |
void | fait_carre_scal (const Metrique &, int i) const |
Calculates, if needed, the scalar square of *this , with respect to met . More... | |
void | set_dependance (const Metrique &met) const |
To be used to describe the fact that the derivatives members have been calculated with met . More... | |
int | get_place_met (const Metrique &metre) const |
Returns the position of the pointer on metre in the array met_depend . More... | |
Protected Attributes | |
const Map *const | mp |
Reference mapping. More... | |
int | valence |
Valence. More... | |
const Base_vect * | triad |
Vectorial basis (triad) with respect to which the tensor components are defined. More... | |
Itbl | type_indice |
Array of size valence contening the type of each index, COV for a covariant one and CON for a contravariant one. More... | |
int | n_comp |
Number of components, depending on the symmetry. More... | |
int | etat |
Logical state ETATZERO , ETATQCQ or ETATNONDEF . More... | |
Cmp ** | c |
The components. More... | |
double | poids |
For tensor densities: the weight. More... | |
const Metrique * | metric |
For tensor densities: the metric defining the conformal factor. More... | |
const Metrique ** | met_depend |
Array of pointers on the Metrique 's used to calculate derivatives members. More... | |
Tenseur * | p_gradient |
Pointer on the gradient of *this . More... | |
Tenseur * | p_gradient_spher |
Pointer on the gradient of *this in a spherical orthonormal basis (scalar field only). More... | |
Tenseur ** | p_derive_cov |
Array of pointers on the covariant derivatives of *this with respect to the corresponding metric in *met_depend . More... | |
Tenseur ** | p_derive_con |
Array of pointers on the contravariant derivatives of *this with respect to the corresponding metric in *met_depend . More... | |
Tenseur ** | p_carre_scal |
Array of pointers on the scalar squares of *this with respect to the corresponding metric in *met_depend . More... | |
Friends | |
Tenseur_sym | operator* (const Tenseur &, const Tenseur_sym &) |
Tensorial product. More... | |
Tenseur_sym | manipule (const Tenseur_sym &, const Metrique &) |
Raise or lower all the indices, depending on their type, using the given Metrique . More... | |
Tenseur | lie_derive (const Tenseur &, const Tenseur &, const Metrique *) |
Lie Derivative of t with respect to x . More... | |
Class intended to describe tensors with a symmetry on the two last indices *** DEPRECATED : use class Tensor_sym
instead ***.
The storage and the calculations are different and quicker than with an usual Tenseur
.()
The valence must be >1.
Lorene::Tenseur_sym::Tenseur_sym | ( | const Map & | map, |
int | val, | ||
const Itbl & | tipe, | ||
const Base_vect & | triad_i, | ||
const Metrique * | met = 0x0 , |
||
double | weight = 0 |
||
) |
Standard constructor.
map | the mapping |
val | valence of the tensor; must be greater or equal to 2. |
tipe | 1-D Itbl of size valence containing the type of each index, COV for a covariant one and CON for a contravariant one, with the following storage convention:
|
triad_i | vectorial basis (triad) with respect to which the tensor components are defined |
Definition at line 105 of file tenseur_sym.C.
Lorene::Tenseur_sym::Tenseur_sym | ( | const Map & | map, |
int | val, | ||
int | tipe, | ||
const Base_vect & | triad_i, | ||
const Metrique * | met = 0x0 , |
||
double | weight = 0 |
||
) |
Standard constructor when all the indices are of the same type.
map | the mapping |
val | valence of the tensor; must be greater or equal to 2. |
tipe | the type of the indices. |
triad_i | vectorial basis (triad) with respect to which the tensor components are defined |
Definition at line 116 of file tenseur_sym.C.
Lorene::Tenseur_sym::Tenseur_sym | ( | const Tenseur_sym & | source | ) |
Copy constructor.
Definition at line 127 of file tenseur_sym.C.
References Lorene::Tenseur::c, donne_indices(), donne_place(), Lorene::Tenseur::etat, Lorene::Tenseur::met_depend, Lorene::Tenseur::n_comp, Lorene::Tenseur::p_carre_scal, Lorene::Tenseur::p_derive_con, Lorene::Tenseur::p_derive_cov, Lorene::Tenseur::p_gradient, Lorene::Tenseur::set_dependance(), Lorene::Tenseur::Tenseur(), Tenseur_sym(), and Lorene::Tenseur::valence.
|
explicit |
Constructor from a Tenseur
.
The symmetry is assumed to be true but not checked.
Definition at line 168 of file tenseur_sym.C.
References Lorene::Tenseur::c, donne_indices(), Lorene::Tenseur::donne_place(), Lorene::Tenseur::etat, Lorene::Tenseur::met_depend, Lorene::Tenseur::n_comp, Lorene::Tenseur::p_carre_scal, Lorene::Tenseur::p_derive_con, Lorene::Tenseur::p_derive_cov, Lorene::Tenseur::p_gradient, Lorene::Tenseur::Tenseur(), and Lorene::Tenseur::valence.
Lorene::Tenseur_sym::Tenseur_sym | ( | const Map & | map, |
const Base_vect & | triad_i, | ||
FILE * | fich, | ||
const Metrique * | met = 0x0 |
||
) |
Constructor from a file (see sauve(FILE*)
).
map | the mapping |
triad_i | vectorial basis (triad) with respect to which the tensor components are defined. It will be checked that it coincides with the basis saved in the file. |
fich | file which has been created by the function sauve(FILE*) . |
Definition at line 198 of file tenseur_sym.C.
References Lorene::Tenseur::n_comp, Lorene::pow(), and Lorene::Tenseur::valence.
|
virtual |
Destructor.
Definition at line 210 of file tenseur_sym.C.
|
inherited |
Sets the logical state to ETATQCQ
(ordinary state) and performs the memory allocation of all the elements, down to the double
arrays of the Tbl
s.
This function performs in fact recursive calls to set_etat_qcq()
on each element of the chain Tenseur
-> Cmp
-> Valeur
-> Mtbl
-> Tbl
.
Definition at line 673 of file tenseur.C.
References Lorene::Cmp::allocate_all(), Lorene::Tenseur::c, Lorene::Tenseur::n_comp, and Lorene::Tenseur::set_etat_qcq().
|
inherited |
|
inherited |
Sets the Tenseur
to zero in several domains.
l_min | [input] The Tenseur will be set (logically) to zero in the domains whose indices are in the range [l_min,l_max] . |
l_max | [input] see the comments for l_min . Note that \c annule(0,nz-1), where \c nz is the total numberof domains, is equivalent to set_etat_zero() . |
Definition at line 921 of file tenseur.C.
References Lorene::Tenseur::etat, Lorene::Map::get_mg(), Lorene::Mg3d::get_nzone(), Lorene::Tenseur::mp, and Lorene::Tenseur::set_etat_zero().
|
inherited |
Returns the scalar square of *this
, with respect to met
.
Definition at line 1593 of file tenseur.C.
References Lorene::Tenseur::fait_carre_scal(), Lorene::Tenseur::get_place_met(), Lorene::Tenseur::p_carre_scal, and Lorene::Tenseur::set_dependance().
|
inherited |
Sets a new vectorial basis (triad) of decomposition and modifies the components accordingly.
Definition at line 684 of file tenseur.C.
References Lorene::Base_vect::change_basis().
|
inherited |
|
inherited |
|
protectedinherited |
Logical destructor of all the derivatives.
Definition at line 589 of file tenseur.C.
References Lorene::Tenseur::del_derive_met(), Lorene::Tenseur::p_gradient, Lorene::Tenseur::p_gradient_spher, and Lorene::Tenseur::set_der_0x0().
|
protectedinherited |
Logical destructor of the derivatives depending on the i-th element of *met_depend
.
Definition at line 570 of file tenseur.C.
References Lorene::Tenseur::met_depend, Lorene::Tenseur::p_carre_scal, Lorene::Tenseur::p_derive_con, Lorene::Tenseur::p_derive_cov, and Lorene::Tenseur::set_der_met_0x0().
|
protectedinherited |
Logical destructor.
Definition at line 561 of file tenseur.C.
References Lorene::Tenseur::c, Lorene::Tenseur::del_derive(), and Lorene::Tenseur::n_comp.
|
inherited |
Returns the contravariant derivative of *this
, with respect to met
.
Definition at line 1584 of file tenseur.C.
References Lorene::Tenseur::fait_derive_con(), Lorene::Tenseur::get_place_met(), Lorene::Tenseur::p_derive_con, and Lorene::Tenseur::set_dependance().
|
inherited |
Returns the covariant derivative of *this
, with respect to met
.
Definition at line 1570 of file tenseur.C.
References Lorene::Tenseur::fait_derive_cov(), Lorene::Tenseur::get_place_met(), Lorene::Tenseur::gradient(), Lorene::Tenseur::p_derive_cov, Lorene::Tenseur::set_dependance(), and Lorene::Tenseur::valence.
|
virtual |
Returns the indices of a component given by its position in the Cmp
1-D array c
.
Itbl
) of size valence
giving the value of each index for the component located at the position place
in the Cmp
1-D array c
. Each element of this Itbl
is 0, 1 or 2, which corresponds to spatial indices 1, 2 or 3 respectively. Reimplemented from Lorene::Tenseur.
Definition at line 261 of file tenseur_sym.C.
References Lorene::Tenseur::n_comp, Lorene::Itbl::set(), Lorene::Itbl::set_etat_qcq(), and Lorene::Tenseur::valence.
|
virtual |
Returns the position in the Cmp
1-D array c
of a component given by its indices.
Cmp
1-D array c
idx
. idx
must be a 1-D Itbl
of size valence
, each element of which must be 0, 1 or 2, corresponding to spatial indices 1, 2 or 3 respectively. Reimplemented from Lorene::Tenseur.
Definition at line 216 of file tenseur_sym.C.
References Lorene::Itbl::get_dim(), Lorene::Itbl::get_ndim(), and Lorene::Tenseur::valence.
|
protectedinherited |
Calculates, if needed, the scalar square of *this
, with respect to met
.
The result is in *p_carre_scal
[i]
Definition at line 1533 of file tenseur.C.
References Lorene::Tenseur::contract, Lorene::Tenseur::manipule, Lorene::Tenseur::p_carre_scal, Lorene::Tenseur::Tenseur(), and Lorene::Tenseur::valence.
|
protectedvirtual |
Calculates, if needed, the contravariant derivative of *this
, with respect to met
.
The result is in *p_derive_con
[i]
Reimplemented from Lorene::Tenseur.
Definition at line 454 of file tenseur_sym.C.
References Lorene::Tenseur::contract, Lorene::Tenseur::derive_cov(), Lorene::Tenseur::gradient(), Lorene::Tenseur::p_derive_con, Tenseur_sym(), and Lorene::Tenseur::valence.
|
protectedvirtual |
Calculates, if needed, the covariant derivative of *this
, with respect to met
.
The result is in *p_derive_cov
[i]
Reimplemented from Lorene::Tenseur.
Definition at line 385 of file tenseur_sym.C.
References Lorene::Tenseur::etat.
|
protectedvirtual |
Calculates, if needed, the gradient of *this
.
The result is in *p_gradient
Reimplemented from Lorene::Tenseur.
Definition at line 338 of file tenseur_sym.C.
References Lorene::Tenseur::etat.
|
protectedinherited |
Calculates, if needed, the gradient of *this
in a spherical orthonormal basis (scalar field only).
The result is in *p_gradient_spher
Definition at line 1408 of file tenseur.C.
References Lorene::Tenseur::etat.
|
inlineinherited |
Returns the logical state.
Definition at line 710 of file tenseur.h.
References Lorene::Tenseur::etat.
|
inlineinherited |
Returns a pointer on the metric defining the conformal factor for tensor densities.
Otherwise (case of a pure tensor), it returns 0x0.
Definition at line 748 of file tenseur.h.
References Lorene::Tenseur::metric.
|
inlineinherited |
Returns pointer on the mapping.
Definition at line 702 of file tenseur.h.
References Lorene::Tenseur::mp.
|
inlineinherited |
Returns the number of components.
Definition at line 716 of file tenseur.h.
References Lorene::Tenseur::n_comp.
|
protectedinherited |
Returns the position of the pointer on metre
in the array met_depend
.
Definition at line 614 of file tenseur.C.
References Lorene::Tenseur::met_depend.
|
inlineinherited |
|
inlineinherited |
Returns the vectorial basis (triad) on which the components are defined.
Definition at line 707 of file tenseur.h.
References Lorene::Tenseur::triad.
|
inlineinherited |
Returns the type of the index number i
.
i
must be strictly lower than valence
and obey the following convention:
i
= 0 : first index i
= 1 : second index Definition at line 729 of file tenseur.h.
References Lorene::Tenseur::type_indice.
|
inlineinherited |
Returns the types of all the indices.
Itbl
of size valence
containing the type of each index, COV
for a covariant one and CON
Definition at line 738 of file tenseur.h.
References Lorene::Tenseur::type_indice.
|
inlineinherited |
|
inherited |
Returns the gradient of *this
(Cartesian coordinates)
Definition at line 1558 of file tenseur.C.
References Lorene::Tenseur::fait_gradient(), and Lorene::Tenseur::p_gradient.
|
inherited |
Returns the gradient of *this
(Spherical coordinates) (scalar field only).
Definition at line 1564 of file tenseur.C.
References Lorene::Tenseur::fait_gradient_spher(), and Lorene::Tenseur::p_gradient_spher.
|
inherited |
|
inherited |
|
inherited |
Compute of *this
, *this
being of valence 1.
Definition at line 62 of file tenseur_inv_pois_vect.C.
References Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
|
inherited |
Multiplication by r in the external zone.
Definition at line 1172 of file tenseur.C.
References Lorene::Tenseur::etat.
|
protectedinherited |
Builds the arrays met_depend
, p_derive_cov
, p_derive_con
and p_carre_scal
and fills them with null pointers.
Definition at line 212 of file tenseur.C.
References Lorene::Tenseur::met_depend, Lorene::Tenseur::p_carre_scal, Lorene::Tenseur::p_derive_con, Lorene::Tenseur::p_derive_cov, and Lorene::Tenseur::set_der_0x0().
|
inherited |
Read only for a scalar.
Definition at line 959 of file tenseur.C.
References Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
|
inherited |
Read only for a vector.
Definition at line 988 of file tenseur.C.
References Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
|
inherited |
Read only for a tensor of valence 2.
Definition at line 1016 of file tenseur.C.
References Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
|
inherited |
Read only for a tensor of valence 3.
Definition at line 1050 of file tenseur.C.
References Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
Read only in the general case.
Definition at line 1087 of file tenseur.C.
References Lorene::Tenseur::etat, Lorene::Itbl::get_dim(), Lorene::Itbl::get_ndim(), and Lorene::Tenseur::valence.
|
virtual |
Assignment from a Tenseur
.
The symmetry is assumed but not checked.
Reimplemented from Lorene::Tenseur.
Definition at line 292 of file tenseur_sym.C.
References Lorene::Tenseur::get_etat(), Lorene::Tenseur::get_valence(), Lorene::Tenseur::metric, Lorene::Tenseur::poids, Lorene::Tenseur::triad, Lorene::Tenseur::type_indice, and Lorene::Tenseur::valence.
|
inherited |
Solves the vectorial Poisson equation : .
with .
*this
must be given with dzpuis
= 4.
It uses the Shibata scheme, where is given by :
with and .
lambda | [input] . |
par | [input/output] see Map::donne_para_poisson_vect. |
shift | [input] solution at the previous step. Zero if nothing is known. |
shift | [output] solution at this step. |
vect | [input/output] the same thing than for shift but for . |
scal | [input/output] the same thing than for shift but for . |
Definition at line 121 of file tenseur_pde.C.
References Lorene::Tenseur::etat, Lorene::Tenseur::get_type_indice(), Lorene::Tenseur::get_valence(), Lorene::Tenseur::type_indice, and Lorene::Tenseur::valence.
|
inherited |
Solves the vectorial Poisson equation .
with .
*this
must be given with dzpuis
= 4.
It uses the Shibata scheme, where is given by :
with and .
This version is to be used only with an affine mapping.
lambda | [input] . |
vect | [input] at the previous step. Zero if nothing is known. |
vect | [output] at this step. |
scal | [input/output] the same thing than for shift but for . |
Definition at line 203 of file tenseur_pde.C.
References Lorene::Tenseur::metric, Lorene::Tenseur::mp, Lorene::Tenseur::poids, Lorene::Tenseur::poisson_vect(), Lorene::Tenseur::set_etat_qcq(), Lorene::Tenseur::triad, Lorene::Tenseur::type_indice, and Lorene::Tenseur::valence.
|
inherited |
Solves the vectorial Poisson equation .
with .
*this
must be given with dzpuis
= 3 or 4 and be continuous.
It uses the Oohara scheme, where is given by
with solution of :
lambda | [input] . |
par | [input/output] see Map::donne_para_poisson_vect. |
shift | [input] solution at the previous step. Zero if nothing is known. |
shift | [output] solution at this step. |
scal | [input/output] the same thing than for shift but for . |
Definition at line 221 of file tenseur_pde.C.
References Lorene::Tenseur::etat, Lorene::Tenseur::get_type_indice(), Lorene::Tenseur::get_valence(), Lorene::Tenseur::type_indice, and Lorene::Tenseur::valence.
Solves the vectorial Poisson equation .
with .
*this
must be given with dzpuis
= 3 or 4 and be continuous.
This version is to be used only with an affine mapping.
It uses the Oohara scheme, where is given by :
with solution of :
This version is to be used only with an affine mapping.
lambda | [input] . |
scal | [input] at the previous step. Zero if nothing is known. |
scal | [output] at this step. |
Definition at line 293 of file tenseur_pde.C.
References Lorene::Tenseur::metric, Lorene::Tenseur::mp, Lorene::Tenseur::poids, Lorene::Tenseur::poisson_vect_oohara(), Lorene::Tenseur::set_etat_qcq(), Lorene::Tenseur::triad, Lorene::Tenseur::type_indice, and Lorene::Tenseur::valence.
|
inherited |
Solves the vectorial Poisson equation : .
with by regularizing the source term.
*this
must be given with dzpuis
= 4.
It uses the Shibata scheme, where is given by :
with and .
k_div | [input] regularization degree. |
nzet | [input] number of domains covering a star. |
unsgam1 | [input] . |
lambda | [input] . |
par | [input/output] see Map::donne_para_poisson_vect. |
shift | [input] solution at the previous step. Zero if nothing is known. |
shift | [output] solution at this step. |
vect | [input/output] the same thing than for shift but for . |
scal | [input/output] the same thing than for shift but for . |
Definition at line 74 of file tenseur_pde_regu.C.
References Lorene::Tenseur::etat, Lorene::Tenseur::get_type_indice(), Lorene::Tenseur::get_valence(), Lorene::Tenseur::type_indice, and Lorene::Tenseur::valence.
|
inherited |
Save in a file.
Definition at line 1341 of file tenseur.C.
References Lorene::Tenseur::etat, Lorene::fwrite_be(), Lorene::Tenseur::n_comp, Lorene::Base_vect::sauve(), Lorene::Itbl::sauve(), Lorene::Tenseur::triad, Lorene::Tenseur::type_indice, and Lorene::Tenseur::valence.
|
inherited |
Read/write for a scalar (see also operator=
(const Cmp&
) ).
Definition at line 840 of file tenseur.C.
References Lorene::Tenseur::del_derive(), and Lorene::Tenseur::etat.
|
inherited |
Read/write for a vector.
Definition at line 850 of file tenseur.C.
References Lorene::Tenseur::del_derive(), Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
|
inherited |
Read/write for a tensor of valence 2.
Definition at line 861 of file tenseur.C.
References Lorene::Tenseur::del_derive(), Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
|
inherited |
Read/write for a tensor of valence 3.
Definition at line 880 of file tenseur.C.
References Lorene::Tenseur::del_derive(), Lorene::Tenseur::etat, and Lorene::Tenseur::valence.
Read/write in the general case.
Definition at line 900 of file tenseur.C.
References Lorene::Tenseur::del_derive(), Lorene::Tenseur::etat, Lorene::Itbl::get_dim(), Lorene::Itbl::get_ndim(), and Lorene::Tenseur::valence.
|
protectedinherited |
To be used to describe the fact that the derivatives members have been calculated with met
.
First it sets a null element of met_depend
to &met
and puts this
in the list of the dependancies of met
.
Definition at line 624 of file tenseur.C.
References Lorene::Tenseur::met_depend.
|
protectedinherited |
Sets the pointers of all the derivatives to zero.
Definition at line 607 of file tenseur.C.
References Lorene::Tenseur::p_gradient, Lorene::Tenseur::p_gradient_spher, and Lorene::Tenseur::set_der_met_0x0().
|
protectedinherited |
Sets the pointers of the derivatives depending on the i-th element of *met_depend
to zero (as well as that i-th element).
Definition at line 599 of file tenseur.C.
References Lorene::Tenseur::met_depend, Lorene::Tenseur::p_carre_scal, Lorene::Tenseur::p_derive_con, and Lorene::Tenseur::p_derive_cov.
|
inherited |
Sets the logical state to ETATNONDEF
(undefined state).
The components are not allocated.
Definition at line 666 of file tenseur.C.
References Lorene::Tenseur::del_t(), and Lorene::Tenseur::etat.
|
inherited |
Sets the logical state to ETATQCQ
(ordinary state).
The components are now allocated and set to ETATNONDEF
.
Definition at line 652 of file tenseur.C.
References Lorene::Tenseur::c, Lorene::Tenseur::del_derive(), Lorene::Tenseur::etat, Lorene::Tenseur::mp, and Lorene::Tenseur::n_comp.
|
inherited |
Sets the logical state to ETATZERO
(zero state).
The components are not allocated.
Definition at line 661 of file tenseur.C.
References Lorene::Tenseur::del_t(), and Lorene::Tenseur::etat.
|
inherited |
Sets the pointer on the metric for a tensor density.
Definition at line 701 of file tenseur.C.
References Lorene::Tenseur::metric.
|
inherited |
Sets the weight for a tensor density.
Definition at line 696 of file tenseur.C.
References Lorene::Tenseur::poids.
|
inherited |
Set the standard spectal basis of decomposition for each component.
To be used only with valence
strictly lower than 3.
Definition at line 1186 of file tenseur.C.
References Lorene::Tenseur::etat.
|
inherited |
Assigns a new vectorial basis (triad) of decomposition.
NB: this function modifies only the member triad
and leave unchanged the components (member c
). In order to change them coherently with the new basis, the function change_triad
(const Base_vect&) must be called instead.
Definition at line 690 of file tenseur.C.
References Lorene::Tenseur::triad.
|
protectedinherited |
Returns false for a tensor density without a defined metric.
Definition at line 208 of file tenseur.C.
References Lorene::Tenseur::metric, and Lorene::Tenseur::poids.
Lie Derivative of t
with respect to x
.
If no other argument is given, it uses partial derivatives with respect to cartesian coordinates to calculate the result (this is the default). Otherwise, it uses the covariant derivative associated to the metric given as last argument.
Definition at line 819 of file tenseur_operateur.C.
|
friend |
Raise or lower all the indices, depending on their type, using the given Metrique
.
Definition at line 140 of file tenseur_sym_operateur.C.
|
friend |
Tensorial product.
Definition at line 87 of file tenseur_sym_operateur.C.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |