Panzer Version of the Day
Loading...
Searching...
No Matches
panzer::ThyraObjContainer< ScalarT > Class Template Referenceabstract

#include <Panzer_ThyraObjContainer.hpp>

Inheritance diagram for panzer::ThyraObjContainer< ScalarT >:

Public Member Functions

virtual ~ThyraObjContainer ()
 
virtual void initializeMatrix (ScalarT value)=0
 Put a particular scalar in the matrix.
 
virtual void set_x_th (const Teuchos::RCP< Thyra::VectorBase< ScalarT > > &in)=0
 
virtual Teuchos::RCP< Thyra::VectorBase< ScalarT > > get_x_th () const =0
 
virtual void set_dxdt_th (const Teuchos::RCP< Thyra::VectorBase< ScalarT > > &in)=0
 
virtual Teuchos::RCP< Thyra::VectorBase< ScalarT > > get_dxdt_th () const =0
 
virtual void set_f_th (const Teuchos::RCP< Thyra::VectorBase< ScalarT > > &in)=0
 
virtual Teuchos::RCP< Thyra::VectorBase< ScalarT > > get_f_th () const =0
 
virtual void set_A_th (const Teuchos::RCP< Thyra::LinearOpBase< ScalarT > > &in)=0
 
virtual Teuchos::RCP< Thyra::LinearOpBase< ScalarT > > get_A_th () const =0
 
void clear ()
 

Detailed Description

template<typename ScalarT>
class panzer::ThyraObjContainer< ScalarT >

Definition at line 59 of file Panzer_ThyraObjContainer.hpp.

Constructor & Destructor Documentation

◆ ~ThyraObjContainer()

template<typename ScalarT>
virtual panzer::ThyraObjContainer< ScalarT >::~ThyraObjContainer ( )
inlinevirtual

Definition at line 61 of file Panzer_ThyraObjContainer.hpp.

Member Function Documentation

◆ initializeMatrix()

◆ set_x_th()

◆ get_x_th()

◆ set_dxdt_th()

◆ get_dxdt_th()

◆ set_f_th()

◆ get_f_th()

◆ set_A_th()

◆ get_A_th()

◆ clear()

template<typename ScalarT>
void panzer::ThyraObjContainer< ScalarT >::clear ( )
inline

Definition at line 78 of file Panzer_ThyraObjContainer.hpp.


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