#include <LOCA_Hopf_MinimallyAugmented_FiniteDifferenceGroup.H>
Inheritance diagram for LOCA::Hopf::MinimallyAugmented::FiniteDifferenceGroup:


Public Member Functions | |
| FiniteDifferenceGroup () | |
| Constructor. | |
| FiniteDifferenceGroup (const FiniteDifferenceGroup &source, NOX::CopyType type=NOX::DeepCopy) | |
| Copy constructor. | |
| virtual | ~FiniteDifferenceGroup () |
| Destructor. | |
| virtual NOX::Abstract::Group::ReturnType | computeDwtCeDp (const vector< int > ¶mIDs, const NOX::Abstract::Vector &w1, const NOX::Abstract::Vector &w2, const NOX::Abstract::Vector &y, const NOX::Abstract::Vector &x, double omega, NOX::Abstract::MultiVector::DenseMatrix &result_real, NOX::Abstract::MultiVector::DenseMatrix &result_imag, bool isValid) |
Computes the derivative . | |
| virtual NOX::Abstract::Group::ReturnType | computeDwtCeDx (const NOX::Abstract::Vector &w1, const NOX::Abstract::Vector &w2, const NOX::Abstract::Vector &y, const NOX::Abstract::Vector &z, double omega, NOX::Abstract::Vector &result_real, NOX::Abstract::Vector &result_imag) |
Computes the derivative . | |
The finite-differencing calculations are actually implemented by the LOCA::DerivUtils class, and a custom DerivUtils object can be passed through the constructor of this class. However, in the future the calculations encapsulated in the DerivUtils class may be incorporated directly into this class and other finite-differencing child classes.
| NOX::Abstract::Group::ReturnType LOCA::Hopf::MinimallyAugmented::FiniteDifferenceGroup::computeDwtCeDp | ( | const vector< int > & | paramIDs, | |
| const NOX::Abstract::Vector & | w1, | |||
| const NOX::Abstract::Vector & | w2, | |||
| const NOX::Abstract::Vector & | y, | |||
| const NOX::Abstract::Vector & | x, | |||
| double | omega, | |||
| NOX::Abstract::MultiVector::DenseMatrix & | result_real, | |||
| NOX::Abstract::MultiVector::DenseMatrix & | result_imag, | |||
| bool | isValid | |||
| ) | [virtual] |
Computes the derivative
.
The calculation is implemented by calling the corresponding LOCA::DerivUtils::computeDwtCeDp() method of the passed LOCA::DerivUtils object.
Implements LOCA::Hopf::MinimallyAugmented::AbstractGroup.
| NOX::Abstract::Group::ReturnType LOCA::Hopf::MinimallyAugmented::FiniteDifferenceGroup::computeDwtCeDx | ( | const NOX::Abstract::Vector & | w1, | |
| const NOX::Abstract::Vector & | w2, | |||
| const NOX::Abstract::Vector & | y, | |||
| const NOX::Abstract::Vector & | z, | |||
| double | omega, | |||
| NOX::Abstract::Vector & | result_real, | |||
| NOX::Abstract::Vector & | result_imag | |||
| ) | [virtual] |
Computes the derivative
.
The calculation is implemented by calling the corresponding LOCA::DerivUtils::computeDwtCeDx() method of the passed LOCA::DerivUtils object.
Implements LOCA::Hopf::MinimallyAugmented::AbstractGroup.
1.4.7