Rythmos - Transient Integration for Differential Equations  Version of the Day
 All Classes Functions Variables Typedefs Pages
Public Member Functions | List of all members
Rythmos::ResponseAndFwdSensPoint< Scalar > Class Template Reference

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
 

Detailed Description

template<class Scalar>
class Rythmos::ResponseAndFwdSensPoint< Scalar >

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.

Constructor & Destructor Documentation

template<class Scalar >
Rythmos::ResponseAndFwdSensPoint< Scalar >::ResponseAndFwdSensPoint ( )
inline

Definition at line 52 of file Rythmos_ResponseAndFwdSensPoint.hpp.

template<class Scalar >
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.

Member Function Documentation

template<class Scalar >
Scalar Rythmos::ResponseAndFwdSensPoint< Scalar >::t ( ) const
inline

Definition at line 76 of file Rythmos_ResponseAndFwdSensPoint.hpp.

template<class Scalar >
const RCP<const Thyra::VectorBase<Scalar> > Rythmos::ResponseAndFwdSensPoint< Scalar >::g ( ) const
inline

Definition at line 80 of file Rythmos_ResponseAndFwdSensPoint.hpp.

template<class Scalar >
const RCP<const Thyra::MultiVectorBase<Scalar> > Rythmos::ResponseAndFwdSensPoint< Scalar >::DgDp ( ) const
inline

Definition at line 84 of file Rythmos_ResponseAndFwdSensPoint.hpp.


The documentation for this class was generated from the following file: