43 #ifndef Panzer_STK_ExodusReaderFactory_hpp__
44 #define Panzer_STK_ExodusReaderFactory_hpp__
48 #include "PanzerAdaptersSTK_config.hpp"
51 #ifdef PANZER_HAVE_IOSS
53 #include <stk_io/StkMeshIoBroker.hpp>
55 namespace panzer_stk {
69 class STK_ExodusReaderFactory :
public STK_MeshFactory {
72 STK_ExodusReaderFactory();
74 STK_ExodusReaderFactory(
const std::string & fileName,
int restartIndex=0);
94 virtual void completeMeshConstruction(STK_Interface & mesh,stk::ParallelMachine parallelMach)
const;
103 const std::string & getFileName()
const
104 {
return fileName_; }
108 void registerElementBlocks(STK_Interface & mesh,stk::io::StkMeshIoBroker & meshData)
const;
109 void registerSidesets(STK_Interface & mesh)
const;
110 void registerNodesets(STK_Interface & mesh)
const;
112 std::string fileName_;
118 bool userMeshScaling_;
121 double meshScaleFactor_;