Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_ThyraObjFactory.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Panzer: A partial differential equation assembly
4 // engine for strongly coupled complex multiphysics systems
5 //
6 // Copyright 2011 NTESS and the Panzer contributors.
7 // SPDX-License-Identifier: BSD-3-Clause
8 // *****************************************************************************
9 // @HEADER
10 
11 #ifndef __Panzer_ThyraObjFactory_hpp__
12 #define __Panzer_ThyraObjFactory_hpp__
13 
14 #include "PanzerDiscFE_config.hpp"
15 
16 #include "Teuchos_RCP.hpp"
17 #include "Teuchos_dyn_cast.hpp"
18 
19 namespace Thyra {
20  template <typename ScalarT> class VectorSpaceBase;
21  template <typename ScalarT> class LinearOpBase;
22 }
23 
24 namespace panzer {
25 
26 template <typename ScalarT>
28 public:
29  virtual ~ThyraObjFactory() {}
30 
33 
36 
39 
40 };
41 
42 }
43 
44 #endif
virtual Teuchos::RCP< Thyra::LinearOpBase< ScalarT > > getThyraMatrix() const =0
Get a matrix operator.
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.