31 #include "ope_elementary.h" 36 double bet,
double a,
double b,
double c) :
37 Ope_elementary(nbr, base, alf, bet), a_param(a), b_param(b), c_param(c) {
44 Ope_elementary(so), a_param (so.a_param), b_param(so.b_param), c_param(so.c_param) {
52 cout <<
"inc_l_quant not implemented for Helmholtz operator." << endl ;
virtual ~Ope_sec_order_r2()
Destructor.
virtual void inc_l_quant()
Increases the quatum number l by one unit (CURRENTLY NOT IMPLEMENTED)
Class for operator of the type .
Ope_sec_order_r2(int nbr, int baser, double alf, double bet, double a, double b, double c)
Standard constructor.
Basic class for elementary elliptic operators.