LORENE
|
Class for spherical Godunov-type grids. More...
#include <grille_val.h>
Public Member Functions | |
Gval_spher (const double irmin, const double irmax, const int nr, const int fantome=2) | |
Standard 1D constructor. More... | |
Gval_spher (const double irmin, const double irmax, const int nt, const int nr, const int type_t, const int fantome=2) | |
Standard 2D constructor. More... | |
Gval_spher (const double irmin, const double irmax, const int np, const int nt, const int nr, const int itype_t, const int itype_p, const int fantome=2) | |
Standard 3D constructor. More... | |
Gval_spher (const Gval_spher &) | |
Copy constructor. More... | |
Gval_spher (FILE *) | |
Constructor from a file (see sauve(FILE*) ) More... | |
virtual | ~Gval_spher () |
Destructor. More... | |
void | operator= (const Gval_spher &) |
Assignment to another Gval_spher. More... | |
double | get_tet (const int i) const |
Read-only of a particular value of the coordinate at the nodes. More... | |
double | get_phi (const int i) const |
Read-only of a particular value of the coordinate at the nodes. More... | |
double | get_teti (const int i) const |
Read-only of a particular value of coordinate at the interfaces. More... | |
double | get_phii (const int i) const |
Read-only of a particular value of coordinate at the interfaces. More... | |
virtual void | sauve (FILE *) const |
Save in a file. More... | |
virtual bool | compatible (const Map *mp, const int lmax, const int lmin=0) const |
Checks if the spectral grid and mapping are compatible with the Grille_val caracteristics for the interpolation to be done. More... | |
virtual Tbl | interpol2 (const Tbl &fdep, const Tbl &rarr, const Tbl &tetarr, const int type_inter) const |
Performs 2D interpolation. More... | |
virtual Tbl | interpol3 (const Tbl &fdep, const Tbl &rarr, const Tbl &tetarr, const Tbl &phiarr, const int type_inter) const |
Performs 3D interpolation. More... | |
virtual bool | contenue_dans (const Map &mp, const int lmax, const int lmin=0) const |
Checks if Gval_spher is contained inside the spectral grid/mapping within the domains [lmin, lmax[, if the numbers of dimensions are the same (1,2 or 3D), and if the symmetries are compatible. More... | |
int | get_fantome () const |
Returns the number of hidden cells. More... | |
int | get_type_t () const |
Returns the type of symmetry in . More... | |
int | get_type_p () const |
Returns the type of symmetry in . More... | |
int | get_ndim () const |
Returns the number of dimensions. More... | |
int | get_dim (const int i) const |
Returns the size (without hidden cells) More... | |
const Dim_tbl * | get_dim_tbl () const |
Returns the Dim_tbl associated with the grid. More... | |
double | get_zr (const int i) const |
Read-only of a particular value of the coordinate z (or r ) at the nodes. More... | |
double | get_zri (const int i) const |
Read-only of a particular value of the coordinate z (or r ) at the interfaces. More... | |
Tbl | interpol1 (const Tbl &rdep, const Tbl &rarr, const Tbl &fdep, int flag, const int type_inter) const |
Performs 1D interpolation. More... | |
Public Attributes | |
Tbl * | tet |
Arrays containing the values of coordinate on the nodes. More... | |
Tbl * | teti |
Arrays containing the values of coordinate on the interfaces. More... | |
Tbl * | phi |
Arrays containing the values of coordinate on the nodes. More... | |
Tbl * | phii |
Arrays containing the values of coordinate on the interfaces. More... | |
Tbl * | zr |
Arrays containing the values of coordinate z (or r) on the nodes. More... | |
Tbl * | zri |
Arrays containing the values of coordinate z (or r) on the interfaces. More... | |
Protected Member Functions | |
virtual ostream & | operator>> (ostream &) const |
Operator >> (virtual function called by the operator <<). More... | |
virtual void | somme_spectrale2 (const Scalar &meudon, double *t, int taille) const |
Makes the sommation of the spectral basis functions to know the values of the function described by the Scalar meudon at the points of the 2D Godunov grid this . More... | |
double * | somme_spectrale2ri (const Scalar &meudon) const |
Same as before but at radial grid interfaces. More... | |
double * | somme_spectrale2ti (const Scalar &meudon) const |
Same as before but at angular grid interfaces. More... | |
virtual void | somme_spectrale3 (const Scalar &meudon, double *t, int taille) const |
Same as before but for the 3D case. More... | |
void | initialize_spectral_r (const Map &mp, const Base_val &base, int *&idom, double *&chebnri) const |
void | initialize_spectral_theta (const Map &mp, const Base_val &base, double *&tetlj) const |
void | initialize_spectral_phi (const Map &mp, const Base_val &base, double *&expmk) const |
Tbl * | fait_grille1D (const double rmin, const double rmax, const int n) |
Auxilliary function used to allocate memory and construct 1D grid. More... | |
void | somme_spectrale1 (const Scalar &meudon, double *t, int taille) const |
Makes the sommation of the spectral basis functions to know the values of the function described by the Scalar meudon at the points of the 1D Godunov grid this . More... | |
Protected Attributes | |
Dim_tbl | dim |
The dimensions of the grid. More... | |
int | nfantome |
The number of hidden cells (same on each side) More... | |
int | type_t |
Type of symmetry in : More... | |
int | type_p |
Type of symmetry in : More... | |
double * | zrmin |
Lower boundary for z (or r ) direction. More... | |
double * | zrmax |
Higher boundary for z (or r ) direction. More... | |
Friends | |
class | Tbl_val |
Arrays defined on Godunov-type grids. More... | |
Class for spherical Godunov-type grids.
()
Can be used for 1D (only r-coordinate), 2D ( and r ) or 3D ( , and r ) grids. The coordinates of the nodes are stored in Tbl
's zr (derived from Grille_val
),tet and phi. The coordinates of the interfaces are stored in Tbl
's zri (derived from Grille_val
),teti and phii. The standard constructors only allow for equally-spaced nodes.
Definition at line 579 of file grille_val.h.
Lorene::Gval_spher::Gval_spher | ( | const double | irmin, |
const double | irmax, | ||
const int | nr, | ||
const int | fantome = 2 |
||
) |
Standard 1D constructor.
irmin | [input] lower r boundary |
irmax | [input] higher r boundary |
nr | [input] the number of cells (without the hidden ones) |
fantome | [input] the number of hidden cells on each side |
Definition at line 535 of file grille_val.C.
Lorene::Gval_spher::Gval_spher | ( | const double | irmin, |
const double | irmax, | ||
const int | nt, | ||
const int | nr, | ||
const int | type_t, | ||
const int | fantome = 2 |
||
) |
Standard 2D constructor.
irmin | [input] lower r boundary |
irmax | [input] higher r boundary |
nt | [input] the number of cells in (without hidden ones) |
nr | [input] the number of cells in r(without the hidden ones) |
type_t | [input] the type of symmetry in (SYM, NONSYM, see base class documentation) |
fantome | [input] the number of hidden cells on each side |
Definition at line 544 of file grille_val.C.
References Lorene::Grille_val::type_t.
Lorene::Gval_spher::Gval_spher | ( | const double | irmin, |
const double | irmax, | ||
const int | np, | ||
const int | nt, | ||
const int | nr, | ||
const int | itype_t, | ||
const int | itype_p, | ||
const int | fantome = 2 |
||
) |
Standard 3D constructor.
irmin | [input] lower r boundary |
irmax | [input] higher r boundary |
np | [input] the number of cells in (without the hidden ones) |
nt | [input] the number of cells in (without hidden ones) |
nr | [input] the number of cells in r(without the hidden ones) |
type_t | [input] the type of symmetry in (SYM, NONSYM, see base class documentation) |
type_p | [input] the type of symmetry in (SYM, NONSYM, see base class documentation) |
fantome | [input] the number of hidden cells on each side |
Definition at line 565 of file grille_val.C.
References Lorene::Grille_val::type_t.
Lorene::Gval_spher::Gval_spher | ( | const Gval_spher & | titi | ) |
Lorene::Gval_spher::Gval_spher | ( | FILE * | fd | ) |
Constructor from a file (see sauve(FILE*)
)
Definition at line 609 of file grille_val.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::ndim, phi, phii, tet, and teti.
|
virtual |
|
virtual |
Checks if the spectral grid and mapping are compatible with the Grille_val
caracteristics for the interpolation to be done.
It checks wether the spectral grid is included in the Godunov one, if the numbers of dimensions are the same (1,2 or 3D), and if the spectral collocation points in and are well defined across all the domains (see the documentation of Tbl_val
.
Implements Lorene::Grille_val.
Definition at line 174 of file grille_val_interp.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Map::get_mg(), Lorene::Mg3d::get_np(), Lorene::Mg3d::get_nr(), Lorene::Mg3d::get_nt(), Lorene::Mg3d::get_type_p(), Lorene::Mg3d::get_type_t(), Lorene::Grille_val::get_zr(), Lorene::Dim_tbl::ndim, Lorene::Grille_val::nfantome, Lorene::Map::r, Lorene::Grille_val::type_p, and Lorene::Grille_val::type_t.
|
virtual |
Checks if Gval_spher
is contained inside the spectral grid/mapping within the domains [lmin, lmax[, if the numbers of dimensions are the same (1,2 or 3D), and if the symmetries are compatible.
Implements Lorene::Grille_val.
Definition at line 280 of file grille_val_interp.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Map::get_mg(), Lorene::Mg3d::get_nr(), Lorene::Mg3d::get_type_p(), Lorene::Mg3d::get_type_t(), Lorene::Grille_val::get_zr(), Lorene::Map::r, Lorene::Grille_val::type_p, and Lorene::Grille_val::type_t.
|
protectedinherited |
Auxilliary function used to allocate memory and construct 1D grid.
Definition at line 78 of file grille_val.C.
References Lorene::Tbl::set(), and Lorene::Tbl::set_etat_qcq().
|
inlineinherited |
Returns the size (without hidden cells)
Definition at line 188 of file grille_val.h.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, and Lorene::Dim_tbl::ndim.
|
inlineinherited |
Returns the Dim_tbl
associated with the grid.
Definition at line 194 of file grille_val.h.
References Lorene::Grille_val::dim.
|
inlineinherited |
Returns the number of hidden cells.
Definition at line 168 of file grille_val.h.
References Lorene::Grille_val::nfantome.
|
inlineinherited |
Returns the number of dimensions.
Definition at line 183 of file grille_val.h.
References Lorene::Grille_val::dim, and Lorene::Dim_tbl::ndim.
|
inline |
Read-only of a particular value of the coordinate at the nodes.
Definition at line 668 of file grille_val.h.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Dim_tbl::ndim, Lorene::Grille_val::nfantome, phi, and Lorene::Tbl::t.
|
inline |
Read-only of a particular value of coordinate at the interfaces.
Definition at line 686 of file grille_val.h.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Dim_tbl::ndim, Lorene::Grille_val::nfantome, phii, and Lorene::Tbl::t.
|
inline |
Read-only of a particular value of the coordinate at the nodes.
Definition at line 659 of file grille_val.h.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Dim_tbl::ndim, Lorene::Grille_val::nfantome, Lorene::Tbl::t, and tet.
|
inline |
Read-only of a particular value of coordinate at the interfaces.
Definition at line 677 of file grille_val.h.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Dim_tbl::ndim, Lorene::Grille_val::nfantome, Lorene::Tbl::t, and teti.
|
inlineinherited |
Returns the type of symmetry in .
Definition at line 178 of file grille_val.h.
References Lorene::Grille_val::type_p.
|
inlineinherited |
Returns the type of symmetry in .
Definition at line 173 of file grille_val.h.
References Lorene::Grille_val::type_t.
|
inlineinherited |
Read-only of a particular value of the coordinate z (or r ) at the nodes.
Definition at line 199 of file grille_val.h.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Grille_val::nfantome, Lorene::Tbl::t, and Lorene::Grille_val::zr.
|
inlineinherited |
Read-only of a particular value of the coordinate z (or r ) at the interfaces.
Definition at line 207 of file grille_val.h.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Grille_val::nfantome, Lorene::Tbl::t, and Lorene::Grille_val::zri.
|
inherited |
Performs 1D interpolation.
rdep | [input] the coordinates r of the source points |
rarr | [input] the coordinates r of the destination points |
fdep | [input] values of the function at the source points |
flag | [input] = 1 used for INSMTS – ought to disappear |
type_inter | [input] type of interpolation (see Tbl_val ) |
Tbl
1D of the same size as rarr, containing the values of the function at destination points Definition at line 318 of file grille_val_interp.C.
References Lorene::Tbl::dim, Lorene::Tbl::get_dim(), Lorene::Tbl::get_ndim(), Lorene::Tbl::set(), Lorene::Tbl::set_etat_qcq(), and Lorene::Tbl::t.
|
virtual |
Performs 2D interpolation.
fdep | [input] values of the function at the source points, defined as the nodes of the Godunov grid |
rarr | [input] the coordinates r of the destination points |
tetarr | [input] the coordinates of the destination points |
type_inter | [input] type of interpolation (see Tbl_val ) |
Implements Lorene::Grille_val.
Definition at line 479 of file grille_val_interp.C.
References Lorene::Grille_val::dim, Lorene::Tbl::get_dim(), Lorene::Tbl::get_ndim(), Lorene::Grille_val::interpol1(), Lorene::Dim_tbl::ndim, Lorene::Tbl::set(), Lorene::Tbl::set_etat_qcq(), Lorene::Tbl::t, tet, and Lorene::Grille_val::zr.
|
virtual |
Performs 3D interpolation.
fdep | [input] values of the function at the source points defined as the nodes of the Godunov grid this |
rarr | [input] the coordinates r of the destination points |
tetarr | [input] the coordinates of the destination points |
phiarr | [input] the coordinates of the destination points |
type_inter | [input] type of interpolation (see Tbl_val ) |
Implements Lorene::Grille_val.
Definition at line 706 of file grille_val_interp.C.
References Lorene::Grille_val::dim, Lorene::Tbl::get_dim(), Lorene::Tbl::get_ndim(), Lorene::Grille_val::interpol1(), interpol2(), Lorene::Dim_tbl::ndim, phi, Lorene::Tbl::set(), Lorene::Tbl::set_etat_qcq(), Lorene::Tbl::t, tet, and Lorene::Grille_val::zr.
void Lorene::Gval_spher::operator= | ( | const Gval_spher & | titi | ) |
Assignment to another Gval_spher.
Definition at line 641 of file grille_val.C.
References Lorene::Grille_val::operator=(), phi, phii, tet, and teti.
|
protectedvirtual |
Operator >> (virtual function called by the operator <<).
Reimplemented from Lorene::Grille_val.
Definition at line 712 of file grille_val.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Dim_tbl::ndim, Lorene::Grille_val::nfantome, Lorene::Grille_val::operator>>(), phi, Lorene::Tbl::set(), tet, and Lorene::Grille_val::zr.
|
virtual |
Save in a file.
Reimplemented from Lorene::Grille_val.
Definition at line 692 of file grille_val.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::ndim, phi, phii, Lorene::Grille_val::sauve(), Lorene::Tbl::sauve(), tet, and teti.
|
protectedinherited |
Makes the sommation of the spectral basis functions to know the values of the function described by the Scalar
meudon at the points of the 1D Godunov grid this
.
The result is an array t
of size taille
of all the values of the function at this
grid points.
Definition at line 93 of file gval_from_spectral.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Tensor::get_mp(), Lorene::Scalar::get_spectral_va(), Lorene::Grille_val::nfantome, Lorene::Tbl::t, Lorene::Map::val_lx(), Lorene::Valeur::val_point_jk(), and Lorene::Grille_val::zr.
|
protectedvirtual |
Makes the sommation of the spectral basis functions to know the values of the function described by the Scalar
meudon at the points of the 2D Godunov grid this
.
The result is an array t
of size taille
of all the values of the function at this
grid points.
Implements Lorene::Grille_val.
Definition at line 232 of file gval_from_spectral.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Tensor::get_mp(), Lorene::Scalar::get_spectral_va(), Lorene::Dim_tbl::ndim, Lorene::Grille_val::nfantome, Lorene::Tbl::t, tet, Lorene::Map::val_lx(), Lorene::Valeur::val_point(), and Lorene::Grille_val::zr.
|
protected |
Same as before but at radial grid interfaces.
Definition at line 281 of file gval_from_spectral.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Tensor::get_mp(), Lorene::Scalar::get_spectral_va(), Lorene::Grille_val::nfantome, Lorene::Tbl::t, tet, Lorene::Map::val_lx(), Lorene::Valeur::val_point(), and Lorene::Grille_val::zri.
|
protected |
Same as before but at angular grid interfaces.
Definition at line 325 of file gval_from_spectral.C.
References Lorene::Grille_val::dim, Lorene::Dim_tbl::dim, Lorene::Tensor::get_mp(), Lorene::Scalar::get_spectral_va(), Lorene::Grille_val::nfantome, Lorene::Tbl::t, teti, Lorene::Map::val_lx(), Lorene::Valeur::val_point(), and Lorene::Grille_val::zr.
|
protectedvirtual |
Same as before but for the 3D case.
Implements Lorene::Grille_val.
Definition at line 369 of file gval_from_spectral.C.
References Lorene::Scalar::get_etat().
|
friend |
Arrays defined on Godunov-type grids.
Definition at line 581 of file grille_val.h.
|
protectedinherited |
The dimensions of the grid.
Definition at line 102 of file grille_val.h.
|
protectedinherited |
The number of hidden cells (same on each side)
Definition at line 104 of file grille_val.h.
Tbl* Lorene::Gval_spher::phi |
Arrays containing the values of coordinate on the nodes.
Definition at line 591 of file grille_val.h.
Tbl* Lorene::Gval_spher::phii |
Arrays containing the values of coordinate on the interfaces.
Definition at line 593 of file grille_val.h.
Tbl* Lorene::Gval_spher::tet |
Arrays containing the values of coordinate on the nodes.
Definition at line 587 of file grille_val.h.
Tbl* Lorene::Gval_spher::teti |
Arrays containing the values of coordinate on the interfaces.
Definition at line 589 of file grille_val.h.
|
protectedinherited |
|
protectedinherited |
|
inherited |
Arrays containing the values of coordinate z (or r) on the nodes.
Definition at line 124 of file grille_val.h.
|
inherited |
Arrays containing the values of coordinate z (or r) on the interfaces.
Definition at line 126 of file grille_val.h.
|
protectedinherited |
Higher boundary for z (or r ) direction.
Definition at line 120 of file grille_val.h.
|
protectedinherited |
Lower boundary for z (or r ) direction.
Definition at line 117 of file grille_val.h.