|
LORENE
|
Class for the elementary differential operator 
Diff ).
More...
#include <diff.h>
Public Member Functions | |
| Diff_dsdx (int base_r, int nr) | |
| Standard constructor, the base is that of the functions the operator is acting on (starting base). | |
| Diff_dsdx (const Diff_dsdx &) | |
| Copy constructor. | |
| virtual | ~Diff_dsdx () |
| Destructor. | |
| void | operator= (const Diff_dsdx &) |
| Assignment to another Diff_dsdx. | |
| virtual const Matrice & | get_matrice () const |
| Returns the matrix associated with the operator. | |
| int | get_base () const |
| Returns the base on which the operator is defined. | |
| int | get_npoints () const |
| Returns the number of coefficients (size of the matrix). | |
| operator Matrice () const | |
| Conversion to a matrix. | |
Static Public Attributes | |
| static const int | max_points = 50 |
| Maximal number of matrices stored per base. | |
Protected Member Functions | |
| virtual ostream & | operator>> (ostream &) const |
| Operator >> (virtual function called by the operator <<). | |
Protected Attributes | |
| int | base |
| Base in radial direction. | |
| int | npoints |
| Number of coefficients. | |
Private Member Functions | |
| void | initialize () |
| Initializes arrays. | |
Class for the elementary differential operator 
Diff ).
()
| Lorene::Diff_dsdx::Diff_dsdx | ( | int | base_r, |
| int | nr ) |
Standard constructor, the base is that of the functions the operator is acting on (starting base).
Definition at line 66 of file diff_dsdx.C.
References Lorene::Diff::Diff(), and initialize().
| Lorene::Diff_dsdx::Diff_dsdx | ( | const Diff_dsdx & | diff_in | ) |
Copy constructor.
Definition at line 70 of file diff_dsdx.C.
References Lorene::Diff::Diff(), and Diff_dsdx().
|
virtual |
Destructor.
Definition at line 74 of file diff_dsdx.C.
|
inlineinherited |
|
virtual |
Returns the matrix associated with the operator.
Implements Lorene::Diff.
Definition at line 94 of file diff_dsdx.C.
References Lorene::Diff::base, Lorene::Diff::max_points, Lorene::Diff::npoints, Lorene::Matrice::set(), Lorene::Matrice::set_etat_qcq(), and TRA_R.
|
inlineinherited |
|
private |
Initializes arrays.
Definition at line 76 of file diff_dsdx.C.
References MAX_BASE, and Lorene::Diff::max_points.
|
inlineinherited |
| void Lorene::Diff_dsdx::operator= | ( | const Diff_dsdx & | diff_in | ) |
Assignment to another Diff_dsdx.
Definition at line 88 of file diff_dsdx.C.
References Diff_dsdx(), and Lorene::Diff::operator=().
|
protectedvirtual |
Operator >> (virtual function called by the operator <<).
Implements Lorene::Diff.
Definition at line 131 of file diff_dsdx.C.
|
protectedinherited |
|
staticinherited |
|
protectedinherited |