|
KADATH
|
The operator power-law. More...
#include <ope_eq.hpp>
Public Member Functions | |
| Ope_pow (const System_of_eqs *syst, int pow, Ope_eq *so) | |
| Constructor. More... | |
| ~Ope_pow () override | |
| Destructor. More... | |
| Term_eq | action () const override |
Computes the action of the current Ope_eq using its various parts. More... | |
| int | get_dom () const |
Protected Attributes | |
| int | power |
| The exponent (an integer, possibly negative). More... | |
| const System_of_eqs * | syst |
The associated System_of_eqs. More... | |
| int | dom |
Index of the Domain where the operator is defined. More... | |
| int | n_ope |
| Number of terms involved (2 for + for instance, only one for sqrt...) More... | |
| MMPtr_array< Ope_eq > | parts |
| Pointers of the various parts of the current operator. More... | |
The operator power-law.
Definition at line 107 of file ope_eq.hpp.
| Kadath::Ope_pow::Ope_pow | ( | const System_of_eqs * | syst, |
| int | pow, | ||
| Ope_eq * | so | ||
| ) |
Constructor.
| syst | : the associated System_of_eqs. |
| pow | : the exponent. |
| so | : the source. |
Definition at line 24 of file ope_pow.cpp.
References Kadath::Ope_eq::parts.
|
override |
Destructor.
Definition at line 28 of file ope_pow.cpp.
|
overridevirtual |
Computes the action of the current Ope_eq using its various parts.
Term_eq containing the result. Implements Kadath::Ope_eq.
Definition at line 31 of file ope_pow.cpp.
References Kadath::Ope_eq::dom, Kadath::Term_eq::get_p_val_t(), Kadath::Term_eq::get_type_data(), Kadath::Tensor::get_valence(), Kadath::Ope_eq::parts, and power.
|
inlineinherited |
Domain. Definition at line 53 of file ope_eq.hpp.
References Kadath::Ope_eq::dom.
|
protectedinherited |
Index of the Domain where the operator is defined.
Definition at line 36 of file ope_eq.hpp.
|
protectedinherited |
Number of terms involved (2 for + for instance, only one for sqrt...)
Definition at line 37 of file ope_eq.hpp.
|
protectedinherited |
Pointers of the various parts of the current operator.
Definition at line 38 of file ope_eq.hpp.
|
protected |
The exponent (an integer, possibly negative).
Definition at line 110 of file ope_eq.hpp.
|
protectedinherited |
The associated System_of_eqs.
Definition at line 35 of file ope_eq.hpp.