LORENE
|
Class for operator of the type . More...
#include <ope_elementary.h>
Public Member Functions | |
Ope_sec_order_r2 (int nbr, int baser, double alf, double bet, double a, double b, double c) | |
Standard constructor. More... | |
Ope_sec_order_r2 (const Ope_sec_order_r2 &) | |
Constructor by copy. More... | |
virtual | ~Ope_sec_order_r2 () |
Destructor. More... | |
virtual Tbl | get_solp (const Tbl &so) const |
Computes the particular solution, given the source so . More... | |
virtual Tbl | get_solh () const |
Computes the homogeneous solutions(s). More... | |
virtual void | inc_l_quant () |
Increases the quatum number l by one unit (CURRENTLY NOT IMPLEMENTED) More... | |
double | val_sh_one_minus () const |
Returns the value of the first homogeneous solution at the inner boundary. More... | |
double | val_sh_one_plus () const |
Returns the value of the first homogeneous solution at the outer boundary. More... | |
double | der_sh_one_minus () const |
Returns the value of the derivative of the first homogeneous solution at the inner boundary. More... | |
double | der_sh_one_plus () const |
Returns the value of the derivative of the first homogeneous solution at the outer boundary. More... | |
double | val_sh_two_minus () const |
Returns the value of the second homogeneous solution at the inner boundary. More... | |
double | val_sh_two_plus () const |
Returns the value of the second homogeneous solution at the outer boundary. More... | |
double | der_sh_two_minus () const |
Returns the value of the derivative of the second homogeneous solution at the inner boundary. More... | |
double | der_sh_two_plus () const |
Returns the value of the derivative of the second homogeneous solution at the outer boundary. More... | |
double | val_sp_minus () const |
Returns the value of the particular solution at the inner boundary. More... | |
double | val_sp_plus () const |
Returns the value of the particular solution at the outer boundary. More... | |
double | der_sp_minus () const |
Returns the value of the derivative particular solution at the inner boundary. More... | |
double | der_sp_plus () const |
Returns the value of the derivative particular solution at the outer boundary. More... | |
double | get_alpha () const |
Returns alpha . More... | |
double | get_beta () const |
Returns beta} . More... | |
int | get_base_r () const |
Returns base_r} . More... | |
Matrice | get_ope_mat () |
Returns the matrix representation. More... | |
Matrice | get_ope_cl () |
Returns the banded matrix representation. More... | |
Matrice | get_non_dege () |
Returns the non degenerate matrix representation. More... | |
Protected Attributes | |
double | a_param |
The parameter a . More... | |
double | b_param |
The parameter b . More... | |
double | c_param |
The parameter c . More... | |
int | nr |
Number of radial points. More... | |
int | base_r |
Radial basis of decomposition. More... | |
double | alpha |
Parameter of the associated mapping. More... | |
double | beta |
Parameter of the associated mapping. More... | |
Matrice * | ope_mat |
Pointer on the matrix representation of the operator. More... | |
Matrice * | ope_cl |
Pointer on the banded-matrix of the operator. More... | |
Matrice * | non_dege |
Pointer on the non-degenerated matrix of the operator. More... | |
double | s_one_plus |
Value of the first homogeneous solution at the outer boundary. More... | |
double | s_one_minus |
Value of the first homogeneous solution at the inner boundary. More... | |
double | ds_one_plus |
Value of the derivative of the first homogeneous solution at the outer boundary. More... | |
double | ds_one_minus |
Value of the derivative of the first homogeneous solution at the inner boundary. More... | |
double | s_two_plus |
Value of the second homogeneous solution at the outer boundary. More... | |
double | s_two_minus |
Value of the second homogeneous solution at the inner boundary. More... | |
double | ds_two_plus |
Value of the derivative of the second homogeneous solution at the outer boundary. More... | |
double | ds_two_minus |
Value of the derivative of the second homogeneous solution at the inner boundary. More... | |
double | sp_minus |
Value of the particular solution at the inner boundary. More... | |
double | sp_plus |
Value of the particular solution at the outer boundary. More... | |
double | dsp_minus |
Value of the derivative of the particular solution at the inner boundary. More... | |
double | dsp_plus |
Value of the derivative of the particular solution at the outer boundary. More... | |
Private Member Functions | |
virtual void | do_ope_mat () const |
Computes the matrix of the operator. More... | |
virtual void | do_ope_cl () const |
Computes the banded-matrix of the operator. More... | |
virtual void | do_non_dege () const |
Computes the non-degenerated matrix of the operator. More... | |
Class for operator of the type .
It is implemented only in the shells.
Definition at line 503 of file ope_elementary.h.
Lorene::Ope_sec_order_r2::Ope_sec_order_r2 | ( | int | nbr, |
int | baser, | ||
double | alf, | ||
double | bet, | ||
double | a, | ||
double | b, | ||
double | c | ||
) |
Standard constructor.
nbr | [input] number of radial points. |
baser | [input] radial basis of decomposition. |
alf | [input] parameter of the mapping. |
bet | [input] parameter of the mapping. |
a | [input] parameter a . |
b | [input] parameter b . |
c | [input] parameter c . |
Definition at line 35 of file ope_sec_order_r2.C.
Lorene::Ope_sec_order_r2::Ope_sec_order_r2 | ( | const Ope_sec_order_r2 & | so | ) |
Constructor by copy.
Definition at line 43 of file ope_sec_order_r2.C.
|
virtual |
Destructor.
Definition at line 48 of file ope_sec_order_r2.C.
|
inlineinherited |
Returns the value of the derivative of the first homogeneous solution at the inner boundary.
Definition at line 211 of file ope_elementary.h.
References Lorene::Ope_elementary::ds_one_minus.
|
inlineinherited |
Returns the value of the derivative of the first homogeneous solution at the outer boundary.
Definition at line 217 of file ope_elementary.h.
References Lorene::Ope_elementary::ds_one_plus.
|
inlineinherited |
Returns the value of the derivative of the second homogeneous solution at the inner boundary.
Definition at line 234 of file ope_elementary.h.
References Lorene::Ope_elementary::ds_two_minus.
|
inlineinherited |
Returns the value of the derivative of the second homogeneous solution at the outer boundary.
Definition at line 240 of file ope_elementary.h.
References Lorene::Ope_elementary::ds_two_plus.
|
inlineinherited |
Returns the value of the derivative particular solution at the inner boundary.
Definition at line 254 of file ope_elementary.h.
References Lorene::Ope_elementary::dsp_minus.
|
inlineinherited |
Returns the value of the derivative particular solution at the outer boundary.
Definition at line 259 of file ope_elementary.h.
References Lorene::Ope_elementary::dsp_plus.
|
privatevirtual |
Computes the non-degenerated matrix of the operator.
Implements Lorene::Ope_elementary.
Definition at line 67 of file ope_sec_order_r2_non_dege.C.
References Lorene::Ope_elementary::base_r, do_ope_cl(), MAX_BASE, Lorene::Ope_elementary::non_dege, Lorene::Ope_elementary::ope_cl, R_CHEB, and TRA_R.
|
privatevirtual |
Computes the banded-matrix of the operator.
Implements Lorene::Ope_elementary.
Definition at line 75 of file ope_sec_order_r2_cl.C.
References Lorene::Ope_elementary::base_r, do_ope_mat(), MAX_BASE, Lorene::Ope_elementary::ope_cl, Lorene::Ope_elementary::ope_mat, R_CHEB, and TRA_R.
|
privatevirtual |
Computes the matrix of the operator.
Implements Lorene::Ope_elementary.
Definition at line 135 of file ope_sec_order_r2_mat.C.
References a_param, Lorene::Ope_elementary::alpha, b_param, Lorene::Ope_elementary::base_r, Lorene::Ope_elementary::beta, c_param, MAX_BASE, Lorene::Ope_elementary::nr, Lorene::Ope_elementary::ope_mat, R_CHEB, and TRA_R.
|
inlineinherited |
Returns alpha
.
Definition at line 262 of file ope_elementary.h.
References Lorene::Ope_elementary::alpha.
|
inlineinherited |
Returns base_r}
.
Definition at line 268 of file ope_elementary.h.
References Lorene::Ope_elementary::base_r.
|
inlineinherited |
Returns beta}
.
Definition at line 265 of file ope_elementary.h.
References Lorene::Ope_elementary::beta.
|
inlineinherited |
Returns the non degenerate matrix representation.
Definition at line 285 of file ope_elementary.h.
References Lorene::Ope_elementary::do_non_dege(), and Lorene::Ope_elementary::non_dege.
|
inlineinherited |
Returns the banded matrix representation.
Definition at line 278 of file ope_elementary.h.
References Lorene::Ope_elementary::do_ope_cl(), and Lorene::Ope_elementary::ope_cl.
|
inlineinherited |
Returns the matrix representation.
Definition at line 271 of file ope_elementary.h.
References Lorene::Ope_elementary::do_ope_mat(), and Lorene::Ope_elementary::ope_mat.
|
virtual |
Computes the homogeneous solutions(s).
Implements Lorene::Ope_elementary.
Definition at line 201 of file ope_sec_order_r2_solh.C.
References a_param, Lorene::Ope_elementary::alpha, b_param, Lorene::Ope_elementary::base_r, Lorene::Ope_elementary::beta, c_param, Lorene::Ope_elementary::ds_one_minus, Lorene::Ope_elementary::ds_one_plus, Lorene::Ope_elementary::ds_two_minus, Lorene::Ope_elementary::ds_two_plus, MAX_BASE, Lorene::Ope_elementary::nr, R_CHEB, Lorene::Ope_elementary::s_one_minus, Lorene::Ope_elementary::s_one_plus, Lorene::Ope_elementary::s_two_minus, Lorene::Ope_elementary::s_two_plus, Lorene::Tbl::set_etat_qcq(), and TRA_R.
Computes the particular solution, given the source so
.
Implements Lorene::Ope_elementary.
Definition at line 143 of file ope_sec_order_r2_solp.C.
References Lorene::Ope_elementary::alpha, Lorene::Ope_elementary::base_r, do_non_dege(), Lorene::Ope_elementary::dsp_minus, Lorene::Ope_elementary::dsp_plus, MAX_BASE, Lorene::Ope_elementary::non_dege, Lorene::Ope_elementary::ope_mat, R_CHEB, Lorene::Ope_elementary::sp_minus, Lorene::Ope_elementary::sp_plus, and TRA_R.
|
virtual |
Increases the quatum number l by one unit (CURRENTLY NOT IMPLEMENTED)
Implements Lorene::Ope_elementary.
Definition at line 50 of file ope_sec_order_r2.C.
|
inlineinherited |
Returns the value of the first homogeneous solution at the inner boundary.
Definition at line 200 of file ope_elementary.h.
References Lorene::Ope_elementary::s_one_minus.
|
inlineinherited |
Returns the value of the first homogeneous solution at the outer boundary.
Definition at line 205 of file ope_elementary.h.
References Lorene::Ope_elementary::s_one_plus.
|
inlineinherited |
Returns the value of the second homogeneous solution at the inner boundary.
Definition at line 223 of file ope_elementary.h.
References Lorene::Ope_elementary::s_two_minus.
|
inlineinherited |
Returns the value of the second homogeneous solution at the outer boundary.
Definition at line 228 of file ope_elementary.h.
References Lorene::Ope_elementary::s_two_plus.
|
inlineinherited |
Returns the value of the particular solution at the inner boundary.
Definition at line 245 of file ope_elementary.h.
References Lorene::Ope_elementary::sp_minus.
|
inlineinherited |
Returns the value of the particular solution at the outer boundary.
Definition at line 249 of file ope_elementary.h.
References Lorene::Ope_elementary::sp_plus.
|
protected |
The parameter a .
Definition at line 507 of file ope_elementary.h.
|
protectedinherited |
Parameter of the associated mapping.
Definition at line 108 of file ope_elementary.h.
|
protected |
The parameter b .
Definition at line 508 of file ope_elementary.h.
|
protectedinherited |
Radial basis of decomposition.
Definition at line 107 of file ope_elementary.h.
|
protectedinherited |
Parameter of the associated mapping.
Definition at line 109 of file ope_elementary.h.
|
protected |
The parameter c .
Definition at line 509 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the derivative of the first homogeneous solution at the inner boundary.
Definition at line 141 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the derivative of the first homogeneous solution at the outer boundary.
Definition at line 136 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the derivative of the second homogeneous solution at the inner boundary.
Definition at line 160 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the derivative of the second homogeneous solution at the outer boundary.
Definition at line 155 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the derivative of the particular solution at the inner boundary.
Definition at line 173 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the derivative of the particular solution at the outer boundary.
Definition at line 177 of file ope_elementary.h.
|
mutableprotectedinherited |
Pointer on the non-degenerated matrix of the operator.
Definition at line 122 of file ope_elementary.h.
|
protectedinherited |
Number of radial points.
Definition at line 106 of file ope_elementary.h.
|
mutableprotectedinherited |
Pointer on the banded-matrix of the operator.
Definition at line 118 of file ope_elementary.h.
|
mutableprotectedinherited |
Pointer on the matrix representation of the operator.
Definition at line 114 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the first homogeneous solution at the inner boundary.
Definition at line 131 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the first homogeneous solution at the outer boundary.
Definition at line 127 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the second homogeneous solution at the inner boundary.
Definition at line 150 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the second homogeneous solution at the outer boundary.
Definition at line 146 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the particular solution at the inner boundary.
Definition at line 165 of file ope_elementary.h.
|
mutableprotectedinherited |
Value of the particular solution at the outer boundary.
Definition at line 169 of file ope_elementary.h.