|
LORENE
|
Class for the elementary differential operator multiplication by 
Diff ).
More...
#include <diff.h>
Public Member Functions | |
| Diff_mx (int base_r, int nr) | |
| Standard constructor. | |
| Diff_mx (const Diff_mx &) | |
| Copy constructor. | |
| virtual | ~Diff_mx () |
| Destructor. | |
| void | operator= (const Diff_mx &) |
| Assignment to another Diff_mx. | |
| 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 multiplication by 
Diff ).
In the compactified external domain, it corresponds to a multiplication by 
| Lorene::Diff_mx::Diff_mx | ( | int | base_r, |
| int | nr ) |
Standard constructor.
Definition at line 66 of file diff_mx.C.
References Lorene::Diff::base, Lorene::Diff::Diff(), initialize(), R_CHEBI, and R_CHEBP.
| Lorene::Diff_mx::Diff_mx | ( | const Diff_mx & | diff_in | ) |
Copy constructor.
Definition at line 71 of file diff_mx.C.
References Lorene::Diff::base, Lorene::Diff::Diff(), Diff_mx(), R_CHEBI, and R_CHEBP.
|
inlineinherited |
|
virtual |
Returns the matrix associated with the operator.
Implements Lorene::Diff.
Definition at line 96 of file diff_mx.C.
References Lorene::Diff::base, Lorene::Diff::max_points, Lorene::Diff::npoints, R_CHEBU, R_JACO02, Lorene::Matrice::set(), Lorene::Matrice::set_etat_qcq(), and TRA_R.
|
inlineinherited |
|
private |
Initializes arrays.
Definition at line 78 of file diff_mx.C.
References MAX_BASE, and Lorene::Diff::max_points.
|
inlineinherited |
| void Lorene::Diff_mx::operator= | ( | const Diff_mx & | diff_in | ) |
Assignment to another Diff_mx.
Definition at line 90 of file diff_mx.C.
References Diff_mx(), and Lorene::Diff::operator=().
|
protectedvirtual |
Operator >> (virtual function called by the operator <<).
Implements Lorene::Diff.
|
protectedinherited |
|
staticinherited |
|
protectedinherited |