| Tempus
    Version of the Day
    Time Integration | 
Thyra Base interface for implicit time steppers. More...
#include <Tempus_StepperExplicit_decl.hpp>
 
  
 | Public Member Functions | |
| virtual bool | isValidSetup (Teuchos::FancyOStream &out) const | 
| Basic explicit stepper methods | |
| virtual void | setModel (const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &appModel) | 
| virtual Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > | getModel () | 
| virtual Scalar | getInitTimeStep (const Teuchos::RCP< SolutionHistory< Scalar > > &) const | 
| virtual void | setInitialConditions (const Teuchos::RCP< SolutionHistory< Scalar > > &solutionHistory) | 
| Set the initial conditions, make them consistent, and set needed memory.  More... | |
| virtual void | setSolver (Teuchos::RCP< Thyra::NonlinearSolverBase< Scalar > > solver) | 
| Set solver.  More... | |
| virtual Teuchos::RCP < Thyra::NonlinearSolverBase < Scalar > > | getSolver () const | 
| Get solver.  More... | |
| virtual void | setInitialGuess (Teuchos::RCP< const Thyra::VectorBase< Scalar > >) | 
| Pass initial guess to Newton solver (only relevant for implicit solvers)  More... | |
| virtual bool | isExplicit () const | 
| virtual bool | isImplicit () const | 
| virtual bool | isExplicitImplicit () const | 
| virtual bool | isOneStepMethod () const | 
| virtual bool | isMultiStepMethod () const | 
| virtual void | evaluateExplicitODE (Teuchos::RCP< Thyra::VectorBase< Scalar > > xDot, Teuchos::RCP< const Thyra::VectorBase< Scalar > > x, const Scalar time, const Teuchos::RCP< ExplicitODEParameters< Scalar > > &p) | 
| Evaluate xDot = f(x,t).  More... | |
| virtual void | evaluateExplicitODE (Teuchos::RCP< Thyra::VectorBase< Scalar > > xDotDot, Teuchos::RCP< const Thyra::VectorBase< Scalar > > x, Teuchos::RCP< const Thyra::VectorBase< Scalar > > xDot, const Scalar time, const Teuchos::RCP< ExplicitODEParameters< Scalar > > &p) | 
| Evaluate xDotDot = f(x, xDot, t).  More... | |
| Overridden from Teuchos::Describable | |
| virtual void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const | 
|  Public Member Functions inherited from Tempus::Stepper< Scalar > | |
| virtual Teuchos::RCP< const Teuchos::ParameterList > | getValidParameters () const =0 | 
| virtual void | setNonConstModel (const Teuchos::RCP< Thyra::ModelEvaluator< Scalar > > &) | 
| virtual void | setObserver (Teuchos::RCP< StepperObserver< Scalar > > obs=Teuchos::null) | 
| Set Observer.  More... | |
| virtual Teuchos::RCP < StepperObserver< Scalar > > | getObserver () const | 
| Get Observer.  More... | |
| virtual void | initialize () | 
| Initialize after construction and changing input parameters.  More... | |
| virtual bool | isInitialized () | 
| True if stepper's member data is initialized.  More... | |
| virtual void | checkInitialized () | 
| Check initialization, and error out on failure.  More... | |
| virtual void | takeStep (const Teuchos::RCP< SolutionHistory< Scalar > > &solutionHistory)=0 | 
| Take the specified timestep, dt, and return true if successful.  More... | |
| virtual Teuchos::RCP < Tempus::StepperState< Scalar > > | getDefaultStepperState ()=0 | 
| virtual Scalar | getOrder () const =0 | 
| virtual Scalar | getOrderMin () const =0 | 
| virtual Scalar | getOrderMax () const =0 | 
| void | setStepperType (std::string s) | 
| std::string | getStepperType () const | 
| void | setUseFSAL (bool a) | 
| bool | getUseFSAL () const | 
| virtual bool | getUseFSALDefault () const | 
| void | setICConsistency (std::string s) | 
| std::string | getICConsistency () const | 
| virtual std::string | getICConsistencyDefault () const | 
| void | setICConsistencyCheck (bool c) | 
| bool | getICConsistencyCheck () const | 
| virtual bool | getICConsistencyCheckDefault () const | 
| virtual OrderODE | getOrderODE () const =0 | 
| virtual Teuchos::RCP < Thyra::VectorBase< Scalar > > | getStepperX (Teuchos::RCP< SolutionState< Scalar > > state) | 
| Get x from SolutionState or Stepper storage.  More... | |
| virtual Teuchos::RCP < Thyra::VectorBase< Scalar > > | getStepperXDot (Teuchos::RCP< SolutionState< Scalar > > state) | 
| Get xDot from SolutionState or Stepper storage.  More... | |
| virtual Teuchos::RCP < Thyra::VectorBase< Scalar > > | getStepperXDotDot (Teuchos::RCP< SolutionState< Scalar > > state) | 
| Get xDotDot from SolutionState or Stepper storage.  More... | |
| virtual std::string | description () const | 
| virtual void | createSubSteppers (std::vector< Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > >) | 
| Protected Attributes | |
| Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > | appModel_ | 
| Explicit ODE ModelEvaluator.  More... | |
| Thyra::ModelEvaluatorBase::InArgs < Scalar > | inArgs_ | 
| Thyra::ModelEvaluatorBase::OutArgs < Scalar > | outArgs_ | 
| Teuchos::RCP< StepperObserver < Scalar > > | stepperObserver_ | 
|  Protected Attributes inherited from Tempus::Stepper< Scalar > | |
| bool | isInitialized_ = false | 
| True if stepper's member data is initialized.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from Tempus::Stepper< Scalar > | |
| virtual void | setStepperX (Teuchos::RCP< Thyra::VectorBase< Scalar > > x) | 
| Set x for Stepper storage.  More... | |
| virtual void | setStepperXDot (Teuchos::RCP< Thyra::VectorBase< Scalar > > xDot) | 
| Set xDot for Stepper storage.  More... | |
| virtual void | setStepperXDotDot (Teuchos::RCP< Thyra::VectorBase< Scalar > > xDotDot) | 
| Set x for Stepper storage.  More... | |
Thyra Base interface for implicit time steppers.
Definition at line 41 of file Tempus_StepperExplicit_decl.hpp.
| 
 | virtual | 
Reimplemented from Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, Tempus::StepperForwardEuler< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 302 of file Tempus_StepperExplicit_impl.hpp.
| 
 | virtual | 
Evaluate xDot = f(x,t).
Definition at line 241 of file Tempus_StepperExplicit_impl.hpp.
| 
 | virtual | 
Evaluate xDotDot = f(x, xDot, t).
Definition at line 270 of file Tempus_StepperExplicit_impl.hpp.
| 
 | inlinevirtual | 
Implements Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 53 of file Tempus_StepperExplicit_decl.hpp.
| 
 | inlinevirtual | 
Reimplemented from Tempus::Stepper< Scalar >.
Definition at line 51 of file Tempus_StepperExplicit_decl.hpp.
| 
 | inlinevirtual | 
Get solver.
Reimplemented from Tempus::Stepper< Scalar >.
Definition at line 64 of file Tempus_StepperExplicit_decl.hpp.
| 
 | inlinevirtual | 
Implements Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 72 of file Tempus_StepperExplicit_decl.hpp.
| 
 | inlinevirtual | 
Implements Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 74 of file Tempus_StepperExplicit_decl.hpp.
| 
 | inlinevirtual | 
Implements Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 73 of file Tempus_StepperExplicit_decl.hpp.
| 
 | inlinevirtual | 
Implements Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 77 of file Tempus_StepperExplicit_decl.hpp.
| 
 | inlinevirtual | 
Implements Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 76 of file Tempus_StepperExplicit_decl.hpp.
| 
 | virtual | 
Reimplemented from Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, Tempus::StepperForwardEuler< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 313 of file Tempus_StepperExplicit_impl.hpp.
| 
 | virtual | 
Set the initial conditions, make them consistent, and set needed memory.
Implements Tempus::Stepper< Scalar >.
Reimplemented in Tempus::StepperExplicitRK< Scalar >, Tempus::StepperLeapfrog< Scalar >, Tempus::StepperForwardEuler< Scalar >, and Tempus::StepperNewmarkExplicitAForm< Scalar >.
Definition at line 29 of file Tempus_StepperExplicit_impl.hpp.
| 
 | inlinevirtual | 
Pass initial guess to Newton solver (only relevant for implicit solvers)
Implements Tempus::Stepper< Scalar >.
Definition at line 69 of file Tempus_StepperExplicit_decl.hpp.
| 
 | virtual | 
Reimplemented from Tempus::Stepper< Scalar >.
Definition at line 17 of file Tempus_StepperExplicit_impl.hpp.
| 
 | virtual | 
Set solver.
Reimplemented from Tempus::Stepper< Scalar >.
Definition at line 229 of file Tempus_StepperExplicit_impl.hpp.
| 
 | protected | 
Explicit ODE ModelEvaluator.
Definition at line 106 of file Tempus_StepperExplicit_decl.hpp.
| 
 | protected | 
Definition at line 108 of file Tempus_StepperExplicit_decl.hpp.
| 
 | protected | 
Definition at line 109 of file Tempus_StepperExplicit_decl.hpp.
| 
 | protected | 
Definition at line 111 of file Tempus_StepperExplicit_decl.hpp.