|
Tempus Version of the Day
Time Integration
|
Classes | |
| class | AdaptiveSolutionManager |
| class | AdaptiveStateBase |
| class | AdjointLinearOpWithSolveFactory |
| Create a LinearOpWithSolveFactory for an adjoint linear op. More... | |
| class | AdjointPreconditioner |
Concrete PreconditionerBase subclass that wraps a preconditioner operator in MultiVectorLinearOp. More... | |
| class | AdjointPreconditionerFactory |
Concrete PreconditionerFactoryBase subclass that wraps a preconditioner in AdjointPreconditioner. More... | |
| class | BlockedTriangularLinearOpWithSolveFactory |
| Implicit subclass that takes a blocked triangular LOWB object and turns it into a LOWSB object. More... | |
| class | DefaultLinearOpSource |
| class | ImplicitAdjointModelEvaluator |
| An implementation of AdjointModelEvaluatorBase that creates an implicit adjoint from the supplied model evaluator. More... | |
| class | LinearOpBase |
| class | LinearOpWithSolveBase |
| class | LinearOpWithSolveFactoryBase |
| class | LOCAAdaptiveState |
| class | ModelEvaluator |
| class | MultiVectorBase |
| class | MultiVectorLinearOp |
Implicit concrete LinearOpBase subclass that takes a flattended out multi-vector and performs a multi-RHS apply with it. More... | |
| class | MultiVectorLinearOpWithSolveFactory |
| Create a LinearOpWithSolveFactory for a flattened-out multi-vector. More... | |
| class | MultiVectorPreconditioner |
Concrete PreconditionerBase subclass that wraps a preconditioner operator in MultiVectorLinearOp. More... | |
| class | MultiVectorPreconditionerFactory |
Concrete PreconditionerFactoryBase subclass that wraps a preconditioner in MultiVectorPreconditioner. More... | |
| class | NOXNonlinearSolver |
| class | PreconditionerBase |
| class | PreconditionerFactoryBase |
| class | ReuseLinearOpWithSolveFactory |
| A LinearOpWithSolveFactory that is designed to reuse an already created/initialized preconditioner. More... | |
| class | ReusePreconditionerFactory |
Concrete PreconditionerFactoryBase subclass that just returns an already created/initialized preconditioner object. More... | |
| class | ScaledIdentityLinearOpWithSolve |
Implicit concrete LinearOpBase subclass that takes a flattended out multi-vector and performs a multi-RHS apply with it. More... | |
| class | ScaledIdentityLinearOpWithSolveFactory |
| Create a LinearOpWithSolveFactory for a flattened-out multi-vector. More... | |
| class | TransAdaptiveState |
| class | VectorBase |
Functions | |
| template<typename Scalar > | |
| RCP< ImplicitAdjointModelEvaluator< Scalar > > | implicitAdjointModelEvaluator (const RCP< const ModelEvaluator< Scalar > > &model) |
| template<typename Scalar > | |
| RCP< ImplicitAdjointModelEvaluator< Scalar > > | implicitAdjointModelEvaluator (const RCP< ModelEvaluator< Scalar > > &model) |
| RCP< ImplicitAdjointModelEvaluator< Scalar > > Thyra::implicitAdjointModelEvaluator | ( | const RCP< const ModelEvaluator< Scalar > > & | model | ) |
Definition at line 107 of file Thyra_ImplicitAdjointModelEvaluator.hpp.
| RCP< ImplicitAdjointModelEvaluator< Scalar > > Thyra::implicitAdjointModelEvaluator | ( | const RCP< ModelEvaluator< Scalar > > & | model | ) |
Definition at line 114 of file Thyra_ImplicitAdjointModelEvaluator.hpp.