43 #ifndef __Panzer_STK_LineMeshFactory_hpp__ 
   44 #define __Panzer_STK_LineMeshFactory_hpp__ 
   49 namespace panzer_stk {
 
void buildMetaData(stk::ParallelMachine parallelMach, STK_Interface &mesh) const 
 
Teuchos::Tuple< std::size_t, 2 > procRankToProcTuple(std::size_t procRank) const 
what is the 2D tuple describe this processor distribution 
 
Teuchos::Tuple< std::size_t, 2 > procTuple_
 
virtual Teuchos::RCP< STK_Interface > buildUncommitedMesh(stk::ParallelMachine parallelMach) const 
 
void buildBlock(stk::ParallelMachine machRank, int xBlock, STK_Interface &mesh) const 
 
Teuchos::RCP< STK_Interface > buildMesh(stk::ParallelMachine parallelMach) const 
Build the mesh object. 
 
std::pair< int, int > determineXElemSizeAndStart(int xBlock, unsigned int size, unsigned int rank) const 
 
Teuchos::RCP< const Teuchos::ParameterList > getValidParameters() const 
From ParameterListAcceptor. 
 
virtual void completeMeshConstruction(STK_Interface &mesh, stk::ParallelMachine parallelMach) const 
 
void buildElements(stk::ParallelMachine parallelMach, STK_Interface &mesh) const 
 
LineMeshFactory()
Constructor. 
 
void addSideSets(STK_Interface &mesh) const 
 
~LineMeshFactory()
Destructor. 
 
void setParameterList(const Teuchos::RCP< Teuchos::ParameterList > ¶mList)
From ParameterListAcceptor. 
 
void initializeWithDefaults()