Panzer
Version of the Day
|
#include <Panzer_STK_MeshAccessor.hpp>
Public Member Functions | |
Teuchos::RCP < panzer_stk::STK_Interface > | getMesh () const |
void | setMesh (const Teuchos::RCP< STK_Interface > &mesh) |
Private Attributes | |
Teuchos::RCP < panzer_stk::STK_Interface > | mesh_ |
Base class for closure model factories to provide access to the STK_Interface.
Applications can derive their closure model factories from this class. The model evalautor factory will create and set the mesh on any factories that derive from this object before calling the buildObjects().
Definition at line 16 of file Panzer_STK_MeshAccessor.hpp.
|
inline |
Definition at line 19 of file Panzer_STK_MeshAccessor.hpp.
|
inline |
Definition at line 25 of file Panzer_STK_MeshAccessor.hpp.
|
private |
Definition at line 17 of file Panzer_STK_MeshAccessor.hpp.