#include <Panzer_STK_CustomMeshFactory.hpp>
This builds a parallel mesh object with given mesh array structures Parameters
Definition at line 57 of file Panzer_STK_CustomMeshFactory.hpp.
◆ CustomMeshFactory()
panzer_stk::CustomMeshFactory::CustomMeshFactory |
( |
| ) |
|
◆ ~CustomMeshFactory()
panzer_stk::CustomMeshFactory::~CustomMeshFactory |
( |
| ) |
|
|
virtual |
◆ buildMesh()
Teuchos::RCP< STK_Interface > panzer_stk::CustomMeshFactory::buildMesh |
( |
stk::ParallelMachine |
parallelMach | ) |
const |
|
virtual |
◆ buildUncommitedMesh()
Teuchos::RCP< STK_Interface > panzer_stk::CustomMeshFactory::buildUncommitedMesh |
( |
stk::ParallelMachine |
parallelMach | ) |
const |
|
virtual |
◆ completeMeshConstruction()
void panzer_stk::CustomMeshFactory::completeMeshConstruction |
( |
STK_Interface & |
mesh, |
|
|
stk::ParallelMachine |
parallelMach |
|
) |
| const |
|
virtual |
◆ setParameterList()
void panzer_stk::CustomMeshFactory::setParameterList |
( |
const Teuchos::RCP< Teuchos::ParameterList > & |
paramList | ) |
|
◆ getValidParameters()
Teuchos::RCP< const Teuchos::ParameterList > panzer_stk::CustomMeshFactory::getValidParameters |
( |
| ) |
const |
◆ initializeWithDefaults()
void panzer_stk::CustomMeshFactory::initializeWithDefaults |
( |
| ) |
|
|
protected |
◆ buildMetaData()
void panzer_stk::CustomMeshFactory::buildMetaData |
( |
STK_Interface & |
mesh | ) |
const |
|
protected |
◆ buildElements()
void panzer_stk::CustomMeshFactory::buildElements |
( |
STK_Interface & |
mesh | ) |
const |
|
protected |
◆ addSideSets()
void panzer_stk::CustomMeshFactory::addSideSets |
( |
STK_Interface & |
mesh | ) |
const |
|
protected |
◆ fillSolutionFieldData()
void panzer_stk::CustomMeshFactory::fillSolutionFieldData |
( |
STK_Interface & |
mesh | ) |
const |
|
protected |
◆ Dimension_
int panzer_stk::CustomMeshFactory::Dimension_ |
|
protected |
◆ NumBlocks_
int panzer_stk::CustomMeshFactory::NumBlocks_ |
|
protected |
◆ NumNodesPerProc_
int panzer_stk::CustomMeshFactory::NumNodesPerProc_ |
|
protected |
◆ Nodes_
int* panzer_stk::CustomMeshFactory::Nodes_ |
|
protected |
◆ Coords_
double* panzer_stk::CustomMeshFactory::Coords_ |
|
protected |
◆ NumElementsPerProc_
int panzer_stk::CustomMeshFactory::NumElementsPerProc_ |
|
protected |
◆ BlockIDs_
int* panzer_stk::CustomMeshFactory::BlockIDs_ |
|
protected |
◆ Element2Nodes_
int* panzer_stk::CustomMeshFactory::Element2Nodes_ |
|
protected |
◆ OffsetToGlobalElementIDs_
int panzer_stk::CustomMeshFactory::OffsetToGlobalElementIDs_ |
|
protected |
◆ ChargeDensity_
double* panzer_stk::CustomMeshFactory::ChargeDensity_ |
|
protected |
◆ ElectricPotential_
double* panzer_stk::CustomMeshFactory::ElectricPotential_ |
|
protected |
◆ machRank_
unsigned int panzer_stk::CustomMeshFactory::machRank_ |
|
mutableprotected |
◆ machSize_
unsigned int panzer_stk::CustomMeshFactory::machSize_ |
|
mutableprotected |
The documentation for this class was generated from the following files: