|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Simple class to combine a response and it's forward sensitivity at a time point. More...
#include <Rythmos_ResponseAndFwdSensPoint.hpp>
Public Member Functions | |
| ResponseAndFwdSensPoint () | |
| | |
| ResponseAndFwdSensPoint (const Scalar &t, const RCP< const Thyra::VectorBase< Scalar > > &g, const RCP< const Thyra::MultiVectorBase< Scalar > > &DgDp) | |
| | |
| Scalar | t () const |
| | |
| const RCP< const Thyra::VectorBase< Scalar > > | g () const |
| | |
| const RCP< const Thyra::MultiVectorBase< Scalar > > | DgDp () const |
| | |
Simple class to combine a response and it's forward sensitivity at a time point.
NOTE: Compiler-generated copy constructor and assignment operator functions are allowed and implement shallow copy.
Definition at line 48 of file Rythmos_ResponseAndFwdSensPoint.hpp.
| Rythmos::ResponseAndFwdSensPoint< Scalar >::ResponseAndFwdSensPoint | ( | ) | [inline] |
Definition at line 52 of file Rythmos_ResponseAndFwdSensPoint.hpp.
| Rythmos::ResponseAndFwdSensPoint< Scalar >::ResponseAndFwdSensPoint | ( | const Scalar & | t, |
| const RCP< const Thyra::VectorBase< Scalar > > & | g, | ||
| const RCP< const Thyra::MultiVectorBase< Scalar > > & | DgDp | ||
| ) | [inline] |
Definition at line 60 of file Rythmos_ResponseAndFwdSensPoint.hpp.
| Scalar Rythmos::ResponseAndFwdSensPoint< Scalar >::t | ( | ) | const [inline] |
Definition at line 76 of file Rythmos_ResponseAndFwdSensPoint.hpp.
| const RCP<const Thyra::VectorBase<Scalar> > Rythmos::ResponseAndFwdSensPoint< Scalar >::g | ( | ) | const [inline] |
Definition at line 80 of file Rythmos_ResponseAndFwdSensPoint.hpp.
| const RCP<const Thyra::MultiVectorBase<Scalar> > Rythmos::ResponseAndFwdSensPoint< Scalar >::DgDp | ( | ) | const [inline] |
Definition at line 84 of file Rythmos_ResponseAndFwdSensPoint.hpp.
1.7.6.1