#include "Thyra_ModelEvaluator.hpp"#include "Thyra_ModelEvaluatorHelpers.hpp"#include "Thyra_DetachedVectorView.hpp"#include "Thyra_DetachedMultiVectorView.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_ParameterListAcceptor.hpp"#include "Teuchos_StandardMemberCompositionMacros.hpp"Include dependency graph for Thyra_DirectionalFiniteDiffCalculator.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
| namespace | Thyra::DirectionalFiniteDiffCalculatorTypes |
Classes | |
| class | Thyra::DirectionalFiniteDiffCalculator< Scalar > |
| Utility calss for computing directional finite differences of a model. More... | |
Enumerations | |
| enum | EFDMethodType { FD_ORDER_ONE, FD_ORDER_TWO, FD_ORDER_TWO_CENTRAL, FD_ORDER_TWO_AUTO, FD_ORDER_FOUR, FD_ORDER_FOUR_CENTRAL, FD_ORDER_FOUR_AUTO } |
| More... | |
| enum | EFDStepSelectType { FD_STEP_ABSOLUTE, FD_STEP_RELATIVE } |
| More... | |
|
|
Definition at line 18 of file Thyra_DirectionalFiniteDiffCalculator.hpp. |
|
|
Definition at line 29 of file Thyra_DirectionalFiniteDiffCalculator.hpp. |
1.3.9.1