43 #ifndef __Panzer_STK_CustomMeshFactory_hpp__ 44 #define __Panzer_STK_CustomMeshFactory_hpp__ 66 Teuchos::RCP<STK_Interface>
buildMesh(stk::ParallelMachine parallelMach)
const;
68 virtual Teuchos::RCP<STK_Interface>
buildUncommitedMesh(stk::ParallelMachine parallelMach)
const;
72 void setParameterList(
const Teuchos::RCP<Teuchos::ParameterList> & paramList);
void setParameterList(const Teuchos::RCP< Teuchos::ParameterList > ¶mList)
From ParameterListAcceptor.
void fillSolutionFieldData(STK_Interface &mesh) const
void buildMetaData(STK_Interface &mesh) const
Teuchos::RCP< const Teuchos::ParameterList > getValidParameters() const
From ParameterListAcceptor.
void initializeWithDefaults()
CustomMeshFactory()
Constructor.
virtual ~CustomMeshFactory()
Destructor.
double * ElectricPotential_
void buildElements(STK_Interface &mesh) const
virtual void completeMeshConstruction(STK_Interface &mesh, stk::ParallelMachine parallelMach) const
void addSideSets(STK_Interface &mesh) const
Teuchos::RCP< STK_Interface > buildMesh(stk::ParallelMachine parallelMach) const
Build the mesh object.
int OffsetToGlobalElementIDs_
virtual Teuchos::RCP< STK_Interface > buildUncommitedMesh(stk::ParallelMachine parallelMach) const