Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
panzer_stk::SquareTriMeshFactory Class Reference

#include <Panzer_STK_SquareTriMeshFactory.hpp>

Inheritance diagram for panzer_stk::SquareTriMeshFactory:
Inheritance graph
[legend]

Public Member Functions

 SquareTriMeshFactory ()
 Constructor. More...
 
 ~SquareTriMeshFactory ()
 Destructor. More...
 
Teuchos::RCP< STK_InterfacebuildMesh (stk::ParallelMachine parallelMach) const
 Build the mesh object. More...
 
virtual Teuchos::RCP
< STK_Interface
buildUncommitedMesh (stk::ParallelMachine parallelMach) const
 
virtual void completeMeshConstruction (STK_Interface &mesh, stk::ParallelMachine parallelMach) const
 
void setParameterList (const Teuchos::RCP< Teuchos::ParameterList > &paramList)
 From ParameterListAcceptor. More...
 
Teuchos::RCP< const
Teuchos::ParameterList
getValidParameters () const
 From ParameterListAcceptor. More...
 
Teuchos::Tuple< std::size_t, 2 > procRankToProcTuple (std::size_t procRank) const
 what is the 2D tuple describe this processor distribution More...
 
- Public Member Functions inherited from panzer_stk::STK_MeshFactory
 STK_MeshFactory ()
 
void enableRebalance (bool enable, const Teuchos::RCP< const Teuchos::ParameterList > &rebalanceList=Teuchos::null)
 
void rebalance (STK_Interface &mesh) const
 
double getMeshCoord (const int nx, const double deltaX, const double x0) const
 
- Public Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase
RCP< ParameterListgetNonconstParameterList ()
 
RCP< ParameterListunsetParameterList ()
 
RCP< const ParameterListgetParameterList () const
 

Protected Member Functions

void initializeWithDefaults ()
 
void buildMetaData (stk::ParallelMachine parallelMach, STK_Interface &mesh) const
 
void buildElements (stk::ParallelMachine parallelMach, STK_Interface &mesh) const
 
void buildBlock (stk::ParallelMachine machRank, int xBlock, int yBlock, STK_Interface &mesh) const
 
std::pair< int, int > determineXElemSizeAndStart (int xBlock, unsigned int size, unsigned int rank) const
 
std::pair< int, int > determineYElemSizeAndStart (int yBlock, unsigned int size, unsigned int rank) const
 
void addSideSets (STK_Interface &mesh) const
 
void addNodeSets (STK_Interface &mesh) const
 
void addEdgeBlocks (STK_Interface &mesh) const
 
- Protected Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase
void setMyParamList (const RCP< ParameterList > &paramList)
 
RCP< ParameterListgetMyNonconstParamList ()
 
RCP< const ParameterListgetMyParamList () const
 

Protected Attributes

double x0_
 
double y0_
 
double xf_
 
double yf_
 
int xBlocks_
 
int yBlocks_
 
int nXElems_
 
int nYElems_
 
int xProcs_
 
int yProcs_
 
unsigned int machRank_
 
unsigned int machSize_
 
Teuchos::Tuple< std::size_t, 2 > procTuple_
 
bool createEdgeBlocks_
 
std::string edgeBlockName_
 
- Protected Attributes inherited from panzer_stk::STK_MeshFactory
std::vector< Teuchos::RCP
< const PeriodicBC_MatcherBase > > 
periodicBCVec_
 
bool useBBoxSearch_
 
bool enableRebalance_
 
Teuchos::RCP< const
Teuchos::ParameterList
rebalanceList_
 

Additional Inherited Members

- Static Public Member Functions inherited from panzer_stk::STK_MeshFactory
static void parsePeriodicBCList (const Teuchos::RCP< Teuchos::ParameterList > &pl, std::vector< Teuchos::RCP< const PeriodicBC_MatcherBase > > &periodicBC, bool &useBBoxSearch)
 

Detailed Description

This builds a parallel mesh object. Note that the local IDs are ordered by going up the y axis and across the X-axis (in that order). For a mesh with two X blocks and one Y-block, with each block composed of 3x2 (x2) elements the numbering looks like:

 8  9 10 11
 4  5  6  7
 0  1  2  3

Definition at line 64 of file Panzer_STK_SquareTriMeshFactory.hpp.

Constructor & Destructor Documentation

panzer_stk::SquareTriMeshFactory::SquareTriMeshFactory ( )

Constructor.

Definition at line 52 of file Panzer_STK_SquareTriMeshFactory.cpp.

panzer_stk::SquareTriMeshFactory::~SquareTriMeshFactory ( )

Destructor.

Definition at line 58 of file Panzer_STK_SquareTriMeshFactory.cpp.

Member Function Documentation

Teuchos::RCP< STK_Interface > panzer_stk::SquareTriMeshFactory::buildMesh ( stk::ParallelMachine  parallelMach) const
virtual

Build the mesh object.

Implements panzer_stk::STK_MeshFactory.

Definition at line 63 of file Panzer_STK_SquareTriMeshFactory.cpp.

Teuchos::RCP< STK_Interface > panzer_stk::SquareTriMeshFactory::buildUncommitedMesh ( stk::ParallelMachine  parallelMach) const
virtual

This builds all the meta data of the mesh. Does not call metaData->commit. Allows user to add solution fields and other pieces. The mesh can be "completed" by calling completeMeshConstruction.

Implements panzer_stk::STK_MeshFactory.

Definition at line 79 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::completeMeshConstruction ( STK_Interface mesh,
stk::ParallelMachine  parallelMach 
) const
virtual

Finishes building a mesh object started by buildUncommitedMesh.

Implements panzer_stk::STK_MeshFactory.

Definition at line 145 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::setParameterList ( const Teuchos::RCP< Teuchos::ParameterList > &  paramList)
virtual

From ParameterListAcceptor.

Implements Teuchos::ParameterListAcceptor.

Definition at line 177 of file Panzer_STK_SquareTriMeshFactory.cpp.

Teuchos::RCP< const Teuchos::ParameterList > panzer_stk::SquareTriMeshFactory::getValidParameters ( ) const
virtual

From ParameterListAcceptor.

Reimplemented from Teuchos::ParameterListAcceptor.

Definition at line 205 of file Panzer_STK_SquareTriMeshFactory.cpp.

Teuchos::Tuple< std::size_t, 2 > panzer_stk::SquareTriMeshFactory::procRankToProcTuple ( std::size_t  procRank) const

what is the 2D tuple describe this processor distribution

Convert processor rank to a tuple.

Definition at line 515 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::initializeWithDefaults ( )
protected

Definition at line 238 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::buildMetaData ( stk::ParallelMachine  parallelMach,
STK_Interface mesh 
) const
protected

Definition at line 253 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::buildElements ( stk::ParallelMachine  parallelMach,
STK_Interface mesh 
) const
protected

Definition at line 292 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::buildBlock ( stk::ParallelMachine  machRank,
int  xBlock,
int  yBlock,
STK_Interface mesh 
) const
protected

Definition at line 304 of file Panzer_STK_SquareTriMeshFactory.cpp.

std::pair< int, int > panzer_stk::SquareTriMeshFactory::determineXElemSizeAndStart ( int  xBlock,
unsigned int  size,
unsigned int  rank 
) const
protected

Definition at line 361 of file Panzer_STK_SquareTriMeshFactory.cpp.

std::pair< int, int > panzer_stk::SquareTriMeshFactory::determineYElemSizeAndStart ( int  yBlock,
unsigned int  size,
unsigned int  rank 
) const
protected

Definition at line 384 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::addSideSets ( STK_Interface mesh) const
protected

Definition at line 407 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::addNodeSets ( STK_Interface mesh) const
protected

Definition at line 477 of file Panzer_STK_SquareTriMeshFactory.cpp.

void panzer_stk::SquareTriMeshFactory::addEdgeBlocks ( STK_Interface mesh) const
protected

Definition at line 496 of file Panzer_STK_SquareTriMeshFactory.cpp.

Member Data Documentation

double panzer_stk::SquareTriMeshFactory::x0_
protected

Definition at line 101 of file Panzer_STK_SquareTriMeshFactory.hpp.

double panzer_stk::SquareTriMeshFactory::y0_
protected

Definition at line 101 of file Panzer_STK_SquareTriMeshFactory.hpp.

double panzer_stk::SquareTriMeshFactory::xf_
protected

Definition at line 102 of file Panzer_STK_SquareTriMeshFactory.hpp.

double panzer_stk::SquareTriMeshFactory::yf_
protected

Definition at line 102 of file Panzer_STK_SquareTriMeshFactory.hpp.

int panzer_stk::SquareTriMeshFactory::xBlocks_
protected

Definition at line 104 of file Panzer_STK_SquareTriMeshFactory.hpp.

int panzer_stk::SquareTriMeshFactory::yBlocks_
protected

Definition at line 104 of file Panzer_STK_SquareTriMeshFactory.hpp.

int panzer_stk::SquareTriMeshFactory::nXElems_
protected

Definition at line 106 of file Panzer_STK_SquareTriMeshFactory.hpp.

int panzer_stk::SquareTriMeshFactory::nYElems_
protected

Definition at line 106 of file Panzer_STK_SquareTriMeshFactory.hpp.

int panzer_stk::SquareTriMeshFactory::xProcs_
mutableprotected

Definition at line 107 of file Panzer_STK_SquareTriMeshFactory.hpp.

int panzer_stk::SquareTriMeshFactory::yProcs_
mutableprotected

Definition at line 107 of file Panzer_STK_SquareTriMeshFactory.hpp.

unsigned int panzer_stk::SquareTriMeshFactory::machRank_
mutableprotected

Definition at line 109 of file Panzer_STK_SquareTriMeshFactory.hpp.

unsigned int panzer_stk::SquareTriMeshFactory::machSize_
mutableprotected

Definition at line 109 of file Panzer_STK_SquareTriMeshFactory.hpp.

Teuchos::Tuple<std::size_t,2> panzer_stk::SquareTriMeshFactory::procTuple_
mutableprotected

Definition at line 110 of file Panzer_STK_SquareTriMeshFactory.hpp.

bool panzer_stk::SquareTriMeshFactory::createEdgeBlocks_
protected

Definition at line 112 of file Panzer_STK_SquareTriMeshFactory.hpp.

std::string panzer_stk::SquareTriMeshFactory::edgeBlockName_
protected

Definition at line 114 of file Panzer_STK_SquareTriMeshFactory.hpp.


The documentation for this class was generated from the following files: