#include <LOCA_TurningPoint_MooreSpence_FiniteDifferenceGroup.H>
Inheritance diagram for LOCA::TurningPoint::MooreSpence::FiniteDifferenceGroup:
Public Member Functions | |
| FiniteDifferenceGroup (const LOCA::DerivUtils &deriv) | |
| Constructor. | |
| FiniteDifferenceGroup (const FiniteDifferenceGroup &source, NOX::CopyType type=NOX::DeepCopy) | |
| Copy constructor. | |
| virtual | ~FiniteDifferenceGroup () |
| Destructor. | |
| virtual FiniteDifferenceGroup & | operator= (const FiniteDifferenceGroup &source) |
| Assignment operator. | |
| virtual NOX::Abstract::Group::ReturnType | computeDJnDpMulti (const vector< int > ¶mIDs, const NOX::Abstract::Vector &nullVector, NOX::Abstract::MultiVector &result, bool isValid) |
Computes the derivative . | |
| virtual NOX::Abstract::Group::ReturnType | computeDJnDxaMulti (const NOX::Abstract::Vector &nullVector, const NOX::Abstract::MultiVector &aVector, NOX::Abstract::MultiVector &result) |
Computes the directional derivative for the given direction . | |
| virtual NOX::Abstract::Group::ReturnType | computeDJnDxaMulti (const NOX::Abstract::Vector &nullVector, const NOX::Abstract::Vector &JnVector, const NOX::Abstract::MultiVector &aVector, NOX::Abstract::MultiVector &result) |
Computes the directional derivative for the given direction . | |
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.
|
||||||||||||||||||||
|
Computes the derivative The calculation is implemented by calling the corresponding LOCA::DerivUtils::computeDJnDp() method of the passed LOCA::DerivUtils object. Implements LOCA::TurningPoint::MooreSpence::AbstractGroup. |
|
||||||||||||||||||||
|
Computes the directional derivative The calculation is implemented by calling the corresponding LOCA::DerivUtils::computeDJnDxa() method of the passed LOCA::DerivUtils object. Implements LOCA::TurningPoint::MooreSpence::AbstractGroup. |
|
||||||||||||||||
|
Computes the directional derivative The calculation is implemented by calling the corresponding LOCA::DerivUtils::computeDJnDxa() method of the passed LOCA::DerivUtils object. Implements LOCA::TurningPoint::MooreSpence::AbstractGroup. |
1.3.9.1