|
LORENE
|
Class for the elementary differential operator Identity (see the base class Diff ).
More...
#include <diff.h>
Public Member Functions | |
| Diff_id (int base_r, int nr) | |
| Standard constructor. | |
| Diff_id (const Diff_id &) | |
| Copy constructor. | |
| virtual | ~Diff_id () |
| Destructor. | |
| void | operator= (const Diff_id &) |
| Assignment to another Diff_id. | |
| 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 Identity (see the base class Diff ).
()
|
inlineinherited |
Returns the base on which the operator is defined.
Definition at line 96 of file diff.h.
References Lorene::Diff::base.
Returns the matrix associated with the operator.
Implements Lorene::Diff.
Definition at line 91 of file diff_id.C.
References Lorene::Diff::base, Lorene::Diff::max_points, Lorene::Diff::npoints, Lorene::Matrice::set(), and Lorene::Matrice::set_etat_qcq().
|
inlineinherited |
Returns the number of coefficients (size of the matrix)
Definition at line 99 of file diff.h.
References Lorene::Diff::npoints.
|
private |
Initializes arrays.
Definition at line 73 of file diff_id.C.
References MAX_BASE, and Lorene::Diff::max_points.
|
inlineinherited |
Conversion to a matrix.
Definition at line 102 of file diff.h.
References Lorene::Diff::get_matrice().
Assignment to another Diff_id.
Definition at line 85 of file diff_id.C.
References Lorene::Diff::operator=().
Operator >> (virtual function called by the operator <<).
Implements Lorene::Diff.
|
protectedinherited |
|
protectedinherited |