|
Panzer Version of the Day
|
#include <Panzer_ThyraObjFactory.hpp>

Public Member Functions | |
| virtual | ~ThyraObjFactory () |
| virtual Teuchos::RCP< const Thyra::VectorSpaceBase< ScalarT > > | getThyraDomainSpace () const =0 |
| Get the domain space. | |
| virtual Teuchos::RCP< const Thyra::VectorSpaceBase< ScalarT > > | getThyraRangeSpace () const =0 |
| Get the range space. | |
| virtual Teuchos::RCP< Thyra::LinearOpBase< ScalarT > > | getThyraMatrix () const =0 |
| Get a matrix operator. | |
Definition at line 27 of file Panzer_ThyraObjFactory.hpp.
|
inlinevirtual |
Definition at line 29 of file Panzer_ThyraObjFactory.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |