|
Tempus
Version of the Day
Time Integration
|
#include <Tempus_Stepper_ErrorNorm_decl.hpp>
Public Member Functions | |
| Stepper_ErrorNorm () | |
| Stepper_ErrorNorm (const Scalar relTol, const Scalar absTol) | |
| ~Stepper_ErrorNorm () | |
| Scalar | computeWRMSNorm (const Teuchos::RCP< const Thyra::VectorBase< Scalar >> &x, const Teuchos::RCP< const Thyra::VectorBase< Scalar >> &xNext, const Teuchos::RCP< const Thyra::VectorBase< Scalar >> &err) |
| Scalar | errorNorm (const Teuchos::RCP< const Thyra::VectorBase< Scalar >> &x) |
| void | setRelativeTolerance (const Scalar relTol) |
| void | setAbsoluteTolerance (const Scalar absTol) |
Protected Attributes | |
| Scalar | relTol_ |
| Scalar | abssTol_ |
| Teuchos::RCP< Thyra::VectorBase< Scalar > > | u_ |
| Teuchos::RCP< Thyra::VectorBase< Scalar > > | uNext_ |
| Teuchos::RCP< Thyra::VectorBase< Scalar > > | errorWeightVector_ |
| Teuchos::RCP< Thyra::VectorBase< Scalar > > | scratchVector_ |
Definition at line 20 of file Tempus_Stepper_ErrorNorm_decl.hpp.
| Tempus::Stepper_ErrorNorm< Scalar >::Stepper_ErrorNorm | ( | ) |
Definition at line 20 of file Tempus_Stepper_ErrorNorm_impl.hpp.
| Tempus::Stepper_ErrorNorm< Scalar >::Stepper_ErrorNorm | ( | const Scalar | relTol, |
| const Scalar | absTol | ||
| ) |
Definition at line 24 of file Tempus_Stepper_ErrorNorm_impl.hpp.
|
inline |
Definition at line 30 of file Tempus_Stepper_ErrorNorm_decl.hpp.
| Scalar Tempus::Stepper_ErrorNorm< Scalar >::computeWRMSNorm | ( | const Teuchos::RCP< const Thyra::VectorBase< Scalar >> & | x, |
| const Teuchos::RCP< const Thyra::VectorBase< Scalar >> & | xNext, | ||
| const Teuchos::RCP< const Thyra::VectorBase< Scalar >> & | err | ||
| ) |
Definition at line 30 of file Tempus_Stepper_ErrorNorm_impl.hpp.
| Scalar Tempus::Stepper_ErrorNorm< Scalar >::errorNorm | ( | const Teuchos::RCP< const Thyra::VectorBase< Scalar >> & | x | ) |
Definition at line 60 of file Tempus_Stepper_ErrorNorm_impl.hpp.
|
inline |
Definition at line 38 of file Tempus_Stepper_ErrorNorm_decl.hpp.
|
inline |
Definition at line 39 of file Tempus_Stepper_ErrorNorm_decl.hpp.
|
protected |
Definition at line 44 of file Tempus_Stepper_ErrorNorm_decl.hpp.
|
protected |
Definition at line 45 of file Tempus_Stepper_ErrorNorm_decl.hpp.
|
protected |
Definition at line 46 of file Tempus_Stepper_ErrorNorm_decl.hpp.
|
protected |
Definition at line 47 of file Tempus_Stepper_ErrorNorm_decl.hpp.
|
protected |
Definition at line 48 of file Tempus_Stepper_ErrorNorm_decl.hpp.
|
protected |
Definition at line 49 of file Tempus_Stepper_ErrorNorm_decl.hpp.
1.8.14