41 #include "ope_elementary.h" 46 nr (nbr), base_r (base), alpha(alf), beta(bet),
47 ope_mat(0x0), ope_cl (0x0), non_dege(0x0) {}
51 nr (so.nr), base_r(so.base_r), alpha(so.alpha), beta(so.beta),
52 ope_mat(0x0), ope_cl (0x0), non_dege(0x0) {
Matrice * ope_cl
Pointer on the banded-matrix of the operator.
Matrice * ope_mat
Pointer on the matrix representation of the operator.
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.
virtual ~Ope_elementary()
Destructor.
Matrice * non_dege
Pointer on the non-degenerated matrix of the operator.