Panzer
Version of the Day
|
#include <Panzer_STK_MeshFactory.hpp>
Static Public Member Functions | |
static void | parsePeriodicBCList (const Teuchos::RCP< Teuchos::ParameterList > &pl, std::vector< Teuchos::RCP< const PeriodicBC_MatcherBase > > &periodicBC, bool &useBBoxSearch) |
Protected Attributes | |
std::vector< Teuchos::RCP < const PeriodicBC_MatcherBase > > | periodicBCVec_ |
bool | useBBoxSearch_ |
bool | enableRebalance_ |
Teuchos::RCP< const Teuchos::ParameterList > | rebalanceList_ |
Additional Inherited Members | |
Protected Member Functions inherited from Teuchos::ParameterListAcceptorDefaultBase | |
void | setMyParamList (const RCP< ParameterList > ¶mList) |
RCP< ParameterList > | getMyNonconstParamList () |
RCP< const ParameterList > | getMyParamList () const |
Pure virtual interface that constructs a STK_Mesh interface object.
Definition at line 28 of file Panzer_STK_MeshFactory.hpp.
|
inline |
Definition at line 30 of file Panzer_STK_MeshFactory.hpp.
|
pure virtual |
Construct a STK_Inteface object described by this factory.
[in] | parallelMach | Descriptor for machine to build this mesh on. |
STK_Interface
object with isModifiable()==false
. Implemented in panzer_stk::SquareQuadMeshFactory, panzer_stk::SquareTriMeshFactory, panzer_stk::Quad8ToQuad4MeshFactory, panzer_stk::QuadraticToLinearMeshFactory, panzer_stk::SculptMeshFactory, panzer_stk::CubeHexMeshFactory, panzer_stk::CubeTetMeshFactory, panzer_stk::CustomMeshFactory, panzer_stk::LineMeshFactory, and panzer_stk::MultiBlockMeshFactory.
|
pure 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
.
Implemented in panzer_stk::SquareQuadMeshFactory, panzer_stk::SquareTriMeshFactory, panzer_stk::Quad8ToQuad4MeshFactory, panzer_stk::CubeHexMeshFactory, panzer_stk::QuadraticToLinearMeshFactory, panzer_stk::SculptMeshFactory, panzer_stk::CubeTetMeshFactory, panzer_stk::CustomMeshFactory, panzer_stk::LineMeshFactory, and panzer_stk::MultiBlockMeshFactory.
|
pure virtual |
Finishes building a mesh object started by buildUncommitedMesh
.
Implemented in panzer_stk::SquareQuadMeshFactory, panzer_stk::SquareTriMeshFactory, panzer_stk::Quad8ToQuad4MeshFactory, panzer_stk::CubeHexMeshFactory, panzer_stk::QuadraticToLinearMeshFactory, panzer_stk::SculptMeshFactory, panzer_stk::CubeTetMeshFactory, panzer_stk::CustomMeshFactory, panzer_stk::LineMeshFactory, and panzer_stk::MultiBlockMeshFactory.
|
inlinestatic |
Parse the periodic boundary condition parameter list and build a vector of periodic boundary conditions (a convenience function)
Definition at line 55 of file Panzer_STK_MeshFactory.hpp.
|
inline |
Definition at line 65 of file Panzer_STK_MeshFactory.hpp.
|
inline |
Definition at line 69 of file Panzer_STK_MeshFactory.hpp.
|
inline |
Definition at line 97 of file Panzer_STK_MeshFactory.hpp.
|
protected |
Definition at line 108 of file Panzer_STK_MeshFactory.hpp.
|
protected |
Definition at line 110 of file Panzer_STK_MeshFactory.hpp.
|
protected |
Definition at line 113 of file Panzer_STK_MeshFactory.hpp.
|
protected |
Definition at line 114 of file Panzer_STK_MeshFactory.hpp.