Tempus
Version of the Day
Time Integration
|
van der Pol model formulated for IMEX. More...
#include <VanDerPol_IMEX_ExplicitModel_decl.hpp>
Public Member Functions | |
VanDerPol_IMEX_ExplicitModel (Teuchos::RCP< Teuchos::ParameterList > pList=Teuchos::null, bool useProductVector=false) | |
Public Member Functions inherited from Thyra::StateFuncModelEvaluatorBase< Scalar > | |
RCP< const VectorSpaceBase < Scalar > > | get_p_space (int l) const |
RCP< const Teuchos::Array < std::string > > | get_p_names (int l) const |
RCP< const VectorSpaceBase < Scalar > > | get_g_space (int j) const |
Teuchos::ArrayView< const std::string > | get_g_names (int j) const |
ModelEvaluatorBase::InArgs < Scalar > | getNominalValues () const |
ModelEvaluatorBase::InArgs < Scalar > | getLowerBounds () const |
ModelEvaluatorBase::InArgs < Scalar > | getUpperBounds () const |
RCP< LinearOpBase< Scalar > > | create_W_op () const |
RCP< PreconditionerBase< Scalar > > | create_W_prec () const |
RCP< const LinearOpWithSolveFactoryBase < Scalar > > | get_W_factory () const |
void | reportFinalPoint (const ModelEvaluatorBase::InArgs< Scalar > &finalPoint, const bool wasSolved) |
Public Member Functions inherited from Thyra::ModelEvaluator< class > | |
virtual int | Np () const =0 |
virtual int | Ng () const =0 |
virtual RCP< const VectorSpaceBase< Scalar > > | get_f_multiplier_space () const =0 |
virtual RCP< const VectorSpaceBase< Scalar > > | get_g_multiplier_space (int j) const =0 |
virtual RCP < LinearOpWithSolveBase < Scalar > > | create_W () const =0 |
virtual RCP< LinearOpBase < Scalar > > | create_DfDp_op (int l) const =0 |
virtual RCP< LinearOpBase < Scalar > > | create_DgDx_dot_op (int j) const =0 |
virtual RCP< LinearOpBase < Scalar > > | create_DgDx_op (int j) const =0 |
virtual RCP< LinearOpBase < Scalar > > | create_DgDp_op (int j, int l) const =0 |
virtual ModelEvaluatorBase::OutArgs < Scalar > | createOutArgs () const =0 |
virtual void | evalModel (const ModelEvaluatorBase::InArgs< Scalar > &inArgs, const ModelEvaluatorBase::OutArgs< Scalar > &outArgs) const =0 |
ModelEvaluatorBase () | |
std::string | toString (ModelEvaluatorBase::EInArgsMembers) |
std::string | toString (ModelEvaluatorBase::EOutArgsMembers) |
std::string | toString (ModelEvaluatorBase::EDerivativeMultiVectorOrientation orientation) |
ModelEvaluatorBase::EDerivativeMultiVectorOrientation | getOtherDerivativeMultiVectorOrientation (ModelEvaluatorBase::EDerivativeMultiVectorOrientation orientation) |
Public Member Functions inherited from Teuchos::Describable | |
virtual std::string | description () const |
virtual void | describe (FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
void | describe (std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
virtual | ~Describable () |
LabeledObject () | |
virtual | ~LabeledObject () |
virtual void | setObjectLabel (const std::string &objectLabel) |
virtual std::string | getObjectLabel () const |
DescribableStreamManipulatorState | describe (const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) |
std::ostream & | operator<< (std::ostream &os, const DescribableStreamManipulatorState &d) |
Public Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase | |
RCP< ParameterList > | getNonconstParameterList () |
RCP< ParameterList > | unsetParameterList () |
RCP< const ParameterList > | getParameterList () const |
Private Member Functions | |
void | setupInOutArgs_ () const |
Private Attributes | |
bool | useProductVector_ |
int | dim_ |
Number of state unknowns (2) More... | |
int | Np_ |
Number of parameter vectors (1) More... | |
int | np_ |
Number of parameters in this vector (1) More... | |
int | Ng_ |
Number of observation functions (0) More... | |
int | ng_ |
Number of elements in this observation function (0) More... | |
bool | haveIC_ |
false => no nominal values are provided (default=true) More... | |
bool | acceptModelParams_ |
Changes inArgs to require parameters. More... | |
bool | useDfDpAsTangent_ |
Treat DfDp OutArg as tangent (df/dx*dx/dp+df/dp) More... | |
bool | isInitialized_ |
Thyra::ModelEvaluatorBase::InArgs < Scalar > | inArgs_ |
Thyra::ModelEvaluatorBase::OutArgs < Scalar > | outArgs_ |
Thyra::ModelEvaluatorBase::InArgs < Scalar > | nominalValues_ |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | xSpace_ |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | x_space_ |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | f_space_ |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | p_space_ |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | dxdp_space_ |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | g_space_ |
Scalar | epsilon_ |
This is a model parameter. More... | |
Scalar | t0_ic_ |
initial time More... | |
Scalar | x0_ic_ |
initial condition for x0 More... | |
Scalar | x1_ic_ |
initial condition for x1 More... | |
Public functions overridden from ModelEvaluator. | |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | get_x_space () const |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | get_f_space () const |
Thyra::ModelEvaluatorBase::InArgs < Scalar > | getNominalValues () const |
Teuchos::RCP < Thyra::LinearOpBase< Scalar > > | create_W_op () const |
Thyra::ModelEvaluatorBase::InArgs < Scalar > | createInArgs () const |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | get_p_space (int l) const |
Teuchos::RCP< const Teuchos::Array< std::string > > | get_p_names (int l) const |
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > | get_g_space (int j) const |
Public functions overridden from ParameterListAcceptor. | |
void | setParameterList (Teuchos::RCP< Teuchos::ParameterList > const ¶mList) |
Teuchos::RCP< const Teuchos::ParameterList > | getValidParameters () const |
Private functions overridden from ModelEvaluatorDefaultBase. | |
Thyra::ModelEvaluatorBase::OutArgs < Scalar > | createOutArgsImpl () const |
void | evalModelImpl (const Thyra::ModelEvaluatorBase::InArgs< Scalar > &inArgs_bar, const Thyra::ModelEvaluatorBase::OutArgs< Scalar > &outArgs_bar) const |
Additional Inherited Members | |
Public Types inherited from Thyra::ModelEvaluator< class > | |
enum | EInArgsMembers |
enum | EInArgs_p_mp |
enum | EEvalType |
enum | EDerivativeMultiVectorOrientation |
enum | EDerivativeLinearOp |
enum | EDerivativeLinearity |
enum | ERankStatus |
enum | EOutArgsMembers |
enum | EOutArgsDfDp |
enum | EOutArgsDgDx_dot |
enum | EOutArgsDgDx |
enum | EOutArgsDgDp |
enum | EOutArgsDfDp_mp |
enum | EOutArgs_g_mp |
enum | EOutArgsDgDx_dot_mp |
enum | EOutArgsDgDx_mp |
enum | EOutArgsDgDp_mp |
typedef Teuchos::ScalarTraits < Scalar >::magnitudeType | ScalarMag |
Static Public Attributes inherited from Thyra::ModelEvaluator< class > | |
static const int | NUM_E_IN_ARGS_MEMBERS |
static const int | NUM_E_OUT_ARGS_MEMBERS |
Static Public Attributes inherited from Teuchos::Describable | |
static const EVerbosityLevel | verbLevel_default |
Protected Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase | |
void | setMyParamList (const RCP< ParameterList > ¶mList) |
RCP< ParameterList > | getMyNonconstParamList () |
RCP< const ParameterList > | getMyParamList () const |
van der Pol model formulated for IMEX.
This is a canonical equation of a nonlinear oscillator (Hairer, Norsett, and Wanner, pp. 111-115, and Hairer and Wanner, pp. 4-5) for an electrical circuit. In implicit ODE form, , the scaled problem can be written as
where the initial conditions are
and the initial time derivatives are
For an IMEX time stepper, we need to rewrite this in the following form
where , is the mass matrix, is the operator representing the "slow" physics (and evolved explicitly), and is the operator representing the "fast" physics. For the van der Pol problem, we can separate the terms as follows
where is the identity matrix.
Thus the explicit van der Pol model (VanDerPol_IMEX_ExplicitModel) formulated for IMEX is
and the implicit van der Pol model (VanDerPol_IMEX_ImplicitModel) formulated for IMEX is
Recalling the defintion of the iteration matrix, ,
where
we can write for the explicit van der Pol model (VanDerPol_IMEX_ExplicitModel)
Definition at line 108 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
Tempus_Test::VanDerPol_IMEX_ExplicitModel< Scalar >::VanDerPol_IMEX_ExplicitModel | ( | Teuchos::RCP< Teuchos::ParameterList > | pList = Teuchos::null , |
bool | useProductVector = false |
||
) |
Definition at line 31 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 72 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 79 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 86 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 95 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 118 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 252 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 267 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Thyra::ModelEvaluator< class >.
Definition at line 286 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Implements Teuchos::ParameterListAcceptor.
Definition at line 203 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
virtual |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 232 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
private |
Definition at line 133 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
private |
Definition at line 126 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
private |
Definition at line 293 of file VanDerPol_IMEX_ExplicitModel_impl.hpp.
|
private |
Definition at line 147 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Number of state unknowns (2)
Definition at line 148 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Number of parameter vectors (1)
Definition at line 149 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Number of parameters in this vector (1)
Definition at line 150 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Number of observation functions (0)
Definition at line 151 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Number of elements in this observation function (0)
Definition at line 152 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
false => no nominal values are provided (default=true)
Definition at line 153 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Changes inArgs to require parameters.
Definition at line 154 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Treat DfDp OutArg as tangent (df/dx*dx/dp+df/dp)
Definition at line 155 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
mutableprivate |
Definition at line 156 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
mutableprivate |
Definition at line 157 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
mutableprivate |
Definition at line 158 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
mutableprivate |
Definition at line 159 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Definition at line 160 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Definition at line 161 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Definition at line 162 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Definition at line 163 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Definition at line 164 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
Definition at line 165 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
This is a model parameter.
Definition at line 168 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
initial time
Definition at line 169 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
initial condition for x0
Definition at line 170 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.
|
private |
initial condition for x1
Definition at line 171 of file VanDerPol_IMEX_ExplicitModel_decl.hpp.