21 char ope_elementary_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Ope_elementary/ope_elementary.C,v 1.2 2014/10/13 08:53:32 j_novak Exp $" ;
38 #include "ope_elementary.h" 43 nr (nbr), base_r (base), alpha(alf), beta(bet),
44 ope_mat(0x0), ope_cl (0x0), non_dege(0x0) {}
double alpha
Parameter of the associated mapping.
Matrice * ope_cl
Pointer on the banded-matrix of the operator.
double beta
Parameter of the associated mapping.
Matrice * ope_mat
Pointer on the matrix representation of the operator.
int base_r
Radial basis of decomposition.
Ope_elementary(int nbr, int baser, double alf, double eta)
Standard constructor, protected because the class is an abstract one.
Basic class for elementary elliptic operators.
int nr
Number of radial points.
virtual ~Ope_elementary()
Destructor.
Matrice * non_dege
Pointer on the non-degenerated matrix of the operator.