48 #include"type_parite.h" 49 #include "ope_elementary.h" 52 Matrice ope_pvect_r_mat(
int ,
int ,
double ,
int,
int ) ;
53 Tbl sh_pvect_r(
int,
int,
double,
int) ;
54 Matrice cl_pvect_r (
const Matrice&,
int,
double,
int,
int) ;
55 Matrice nondeg_pvect_r (
const Matrice&,
int,
double,
int,
int) ;
56 Tbl val_solh (
int,
double,
double,
int) ;
double alpha
Parameter of the associated mapping.
Matrice * ope_cl
Pointer on the banded-matrix of the operator.
double s_one_minus
Value of the first homogeneous solution at the inner boundary.
double ds_two_minus
Value of the derivative of the second homogeneous solution at the inner boundary. ...
double beta
Parameter of the associated mapping.
Matrice * ope_mat
Pointer on the matrix representation of the operator.
double ds_two_plus
Value of the derivative of the second homogeneous solution at the outer boundary. ...
virtual void do_ope_mat() const
Computes the matrix of the operator.
int dzpuis
the associated dzpuis, if in the compactified domain.
int l_quant
quantum number
int base_r
Radial basis of decomposition.
virtual void do_non_dege() const
Computes the non-degenerated matrix of the operator.
Ope_pois_vect_r(int nbr, int baser, double alf, double bet, int lq, int dz)
Standard constructor.
double ds_one_plus
Value of the derivative of the first homogeneous solution at the outer boundary.
int get_ndim() const
Gives the number of dimensions (ie dim.ndim)
virtual Tbl get_solh() const
Computes the homogeneous solutions(s).
double s_two_minus
Value of the second homogeneous solution at the inner boundary.
Class for the operator of the Poisson equation (i.e.
Class for the operator of the r component of the vector Poisson equation.
double s_one_plus
Value of the first homogeneous solution at the outer boundary.
int nr
Number of radial points.
double ds_one_minus
Value of the derivative of the first homogeneous solution at the inner boundary.
virtual ~Ope_pois_vect_r()
Destructor.
#define R_CHEBU
base de Chebychev ordinaire (fin), dev. en 1/r
virtual void do_ope_cl() const
Computes the banded-matrix of the operator.
double s_two_plus
Value of the second homogeneous solution at the outer boundary.
Matrice * non_dege
Pointer on the non-degenerated matrix of the operator.