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. More... | |
virtual Teuchos::RCP< const Thyra::VectorSpaceBase < ScalarT > > | getThyraRangeSpace () const =0 |
Get the range space. More... | |
virtual Teuchos::RCP < Thyra::LinearOpBase< ScalarT > > | getThyraMatrix () const =0 |
Get a matrix operator. More... | |
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 |