54#include "param_elliptic.h"
60 if (
done_F(zone, k, j) == 0)
68 if (
done_F(zone, k, j) == 0)
76 if (
done_F(zone, k, j) == 0)
84 if (
done_F(zone, k, j) == 0)
126 int nr =
get_mp().get_mg()->get_nr(zone) ;
143 for (
int i=0 ; i<nr ; i++)
150 double alpha = get_alpha(zone) ;
152 Tbl output (val_solp(coefs, alpha, base_r)) ;
165 int nr =
get_mp().get_mg()->get_nr(zone) ;
181 for (
int i=0 ; i<nr ; i++)
189 double alpha = get_alpha(zone) ;
191 Tbl output (val_solp(coefs, alpha, base_r)) ;
void give_quant_numbers(int, int, int, int &, int &, int &) const
Computes the various quantum numbers and 1d radial base.
int & set(int i)
Read/write of a particular element (index i ) (1D case).
int get_etat() const
Returns the logical state.
Scalar var_G
Multiplicative variable change that must be sphericaly symetric !
Itbl done_F
Stores what has been computed for F.
double G_plus(int zone) const
Returns the value of G, for a given angular point, at the outer boundary of the domain zone ;.
void compute_val_F(int, int, int) const
Computes the various values of F.
Tbl val_dG_minus
Values of the derivative of G at the inner boundaries of the various domains.
double dG_minus(int zone) const
Returns the value of the radial derivative of G, for a given angular point, at the inner boundary of ...
Tbl val_dF_minus
Values of the derivative of F at the inner boundaries of the various domains.
double dG_plus(int zone) const
Returns the value of the radial derivative of G, for a given angular point, at the outer boundary of ...
double F_minus(int zone, int k, int j) const
Returns the value of F, for a given angular point, at the inner boundary of the domain zone ;.
const Map_radial & get_mp() const
Returns the mapping.
Tbl val_F_minus
Values of F at the inner boundaries of the various domains.
Tbl val_F_plus
Values of F at the outer boundaries of the various domains.
double F_plus(int zone, int k, int j) const
Returns the value of F, for a given angular point, at the outer boundary of the domain zone ;.
Tbl val_G_minus
Values of G at the inner boundaries of the various domains.
Tbl val_dG_plus
Values of the derivative of G at the outer boundaries of the various domains.
double dF_plus(int zone, int k, int j) const
Returns the value of the radial derivative of F, for a given angular point, at the outer boundary of ...
double dF_minus(int zone, int k, int j) const
Returns the value of the radial derivative of F, for a given angular point, at the inner boundary of ...
void compute_val_G(int) const
Computes the various values of G.
Tbl val_dF_plus
Values of the derivative of F at the outer boundaries of the various domains.
Tbl val_G_plus
Values of G at the outer boundaries of the various domains.
double G_minus(int zone) const
Returns the value of G, for a given angular point, at the inner boundary of the domain zone ;.
Itbl done_G
Stores what has been computed for G.
Scalar var_F
Additive variable change function.
const Valeur & get_spectral_va() const
Returns va (read only version).
void annule_hard()
Sets the Tbl to zero in a hard way.
void set_etat_qcq()
Sets the logical state to ETATQCQ (ordinary state).
double & set(int i)
Read/write of a particular element (index i) (1D case).
Mtbl_cf * c_cf
Coefficients of the spectral expansion of the function.
Base_val base
Bases on which the spectral expansion is performed.