|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Mix-in interface all implicit stepper objects that accept a nonlinear solver to be used to compute the timestep. More...
#include <Rythmos_SolverAcceptingStepperBase.hpp>

Public Member Functions | |
| virtual void | setSolver (const Teuchos::RCP< Thyra::NonlinearSolverBase< Scalar > > &solver)=0 |
| | |
| virtual Teuchos::RCP < Thyra::NonlinearSolverBase < Scalar > > | getNonconstSolver ()=0 |
| | |
| virtual Teuchos::RCP< const Thyra::NonlinearSolverBase < Scalar > > | getSolver () const =0 |
| | |
Mix-in interface all implicit stepper objects that accept a nonlinear solver to be used to compute the timestep.
ToDo: Finish documentation!
Definition at line 47 of file Rythmos_SolverAcceptingStepperBase.hpp.
| virtual void Rythmos::SolverAcceptingStepperBase< Scalar >::setSolver | ( | const Teuchos::RCP< Thyra::NonlinearSolverBase< Scalar > > & | solver | ) | [pure virtual] |
| virtual Teuchos::RCP<Thyra::NonlinearSolverBase<Scalar> > Rythmos::SolverAcceptingStepperBase< Scalar >::getNonconstSolver | ( | ) | [pure virtual] |
| virtual Teuchos::RCP<const Thyra::NonlinearSolverBase<Scalar> > Rythmos::SolverAcceptingStepperBase< Scalar >::getSolver | ( | ) | const [pure virtual] |
1.7.6.1