11 #ifndef __Panzer_STK_Quad8ToQuad4MeshFactory_hpp__
12 #define __Panzer_STK_Quad8ToQuad4MeshFactory_hpp__
19 namespace panzer_stk {
32 stk::ParallelMachine mpi_comm = MPI_COMM_WORLD,
33 const bool print_debug =
false);
36 const bool print_debug =
false);
std::string edgeBlockName_
bool offsetGIDs_
If true, offset mesh GIDs to exercise 32-bit limits.
void addSideSets(STK_Interface &mesh) const
stk::mesh::EntityId offset_
Teuchos::RCP< STK_Interface > buildMesh(stk::ParallelMachine parallelMach) const
Build the mesh object.
void buildMetaData(stk::ParallelMachine parallelMach, STK_Interface &mesh) const
Teuchos::RCP< panzer_stk::STK_Interface > quad8Mesh_
void addNodeSets(STK_Interface &mesh) const
void addEdgeBlocks(STK_Interface &mesh) const
void buildElements(stk::ParallelMachine parallelMach, STK_Interface &mesh) const
virtual void completeMeshConstruction(STK_Interface &mesh, stk::ParallelMachine parallelMach) const
Teuchos::RCP< const Teuchos::ParameterList > getValidParameters() const
Derived from ParameterListAcceptor.
void setParameterList(const Teuchos::RCP< Teuchos::ParameterList > ¶mList)
Derived from ParameterListAcceptor.
Quad8ToQuad4MeshFactory(const std::string &quad8MeshFileName, stk::ParallelMachine mpi_comm=MPI_COMM_WORLD, const bool print_debug=false)
virtual Teuchos::RCP< STK_Interface > buildUncommitedMesh(stk::ParallelMachine parallelMach) const
void copyCellFieldData(STK_Interface &mesh) const