|
| | StkReaderFactory (const std::string &file_name, const int restart_index=0, const bool is_exodus=true) |
| | Ctor. More...
|
| |
| virtual Teuchos::RCP< panzer_stk::STK_Interface > | buildMesh (stk::ParallelMachine parallel_mach) const override |
| |
| virtual Teuchos::RCP< panzer_stk::STK_Interface > | buildUncommitedMesh (stk::ParallelMachine parallel_mach) const override |
| |
| virtual void | completeMeshConstruction (panzer_stk::STK_Interface &mesh, stk::ParallelMachine parallel_mach) const override |
| |
| void | setParameterList (const Teuchos::RCP< Teuchos::ParameterList > ¶m_list) override |
| | From ParameterListAcceptor. More...
|
| |
|
Teuchos::RCP< const Teuchos::ParameterList > | getValidParameters () const override |
| | From ParameterListAcceptor.
|
| |
|
const std::string & | getFileName () const |
| | Get file name mean is read from.
|
| |
Concrete mesh factory instantiation. This reads a mesh from an exodus file and builds a STK_Interface object.
Also, if a nonzero restart index (the Exodus indices are 1 based) is specified then this will set the initial state time in the STK_Interface. However, as prescribed by that interface the currentStateTime is only set by the writeToExodus call, thus the currentStateTime of the created STK_Interface object will be zero. It is up to the user to rectify this when calling writeToExodus.