addCellField(const std::string &fieldName, const std::string &blockId) | panzer_stk::STK_Interface | |
addEdges() | panzer_stk::STK_Interface | |
addElement(const Teuchos::RCP< ElementDescriptor > &ed, stk::mesh::Part *block) | panzer_stk::STK_Interface | |
addElementBlock(const std::string &name, const CellTopologyData *ctData) | panzer_stk::STK_Interface | |
addEntityToNodeset(stk::mesh::Entity entity, stk::mesh::Part *nodeset) | panzer_stk::STK_Interface | |
addEntityToSideset(stk::mesh::Entity entity, stk::mesh::Part *sideset) | panzer_stk::STK_Interface | |
addFaces() | panzer_stk::STK_Interface | |
addGlobalToExodus(const std::string &key, const int &value) | panzer_stk::STK_Interface | |
addGlobalToExodus(const std::string &key, const double &value) | panzer_stk::STK_Interface | |
addGlobalToExodus(const std::string &key, const std::vector< int > &value) | panzer_stk::STK_Interface | |
addGlobalToExodus(const std::string &key, const std::vector< double > &value) | panzer_stk::STK_Interface | |
addMeshCoordFields(const std::string &blockId, const std::vector< std::string > &coordField, const std::string &dispPrefix) | panzer_stk::STK_Interface | |
addNode(stk::mesh::EntityId gid, const std::vector< double > &coord) | panzer_stk::STK_Interface | |
addNodeset(const std::string &name) | panzer_stk::STK_Interface | |
addPeriodicBC(const Teuchos::RCP< const PeriodicBC_MatcherBase > &bc) | panzer_stk::STK_Interface | inline |
addPeriodicBCs(const std::vector< Teuchos::RCP< const PeriodicBC_MatcherBase > > &bc_vec) | panzer_stk::STK_Interface | inline |
addSideset(const std::string &name, const CellTopologyData *ctData) | panzer_stk::STK_Interface | |
addSolutionField(const std::string &fieldName, const std::string &blockId) | panzer_stk::STK_Interface | |
applyElementLoadBalanceWeights() | panzer_stk::STK_Interface | protected |
beginModification() | panzer_stk::STK_Interface | |
blockWeights_ | panzer_stk::STK_Interface | protected |
buildEntityCounts() | panzer_stk::STK_Interface | protected |
buildLocalElementIDs() | panzer_stk::STK_Interface | |
buildMaxEntityIds() | panzer_stk::STK_Interface | protected |
buildSubcells() | panzer_stk::STK_Interface | |
bulkData_ | panzer_stk::STK_Interface | protected |
containingBlockId(stk::mesh::Entity elmt) const | panzer_stk::STK_Interface | |
coordinatesField_ | panzer_stk::STK_Interface | protected |
coordsString | panzer_stk::STK_Interface | static |
currentLocalId_ | panzer_stk::STK_Interface | protected |
currentStateTime_ | panzer_stk::STK_Interface | protected |
dimension_ | panzer_stk::STK_Interface | protected |
edgesField_ | panzer_stk::STK_Interface | protected |
edgesPart_ | panzer_stk::STK_Interface | protected |
edgesPartVec_ | panzer_stk::STK_Interface | protected |
edgesString | panzer_stk::STK_Interface | static |
elementBlockCT_ | panzer_stk::STK_Interface | protected |
elementBlocks_ | panzer_stk::STK_Interface | protected |
elementGlobalId(std::size_t lid) const | panzer_stk::STK_Interface | inline |
elementGlobalId(stk::mesh::Entity elmt) const | panzer_stk::STK_Interface | inline |
elementLocalId(stk::mesh::Entity elmt) const | panzer_stk::STK_Interface | |
elementLocalId(stk::mesh::EntityId gid) const | panzer_stk::STK_Interface | |
endModification() | panzer_stk::STK_Interface | |
entityCounts_ | panzer_stk::STK_Interface | protected |
entityOwnerRank(stk::mesh::Entity entity) const | panzer_stk::STK_Interface | inline |
facesField_ | panzer_stk::STK_Interface | protected |
facesPart_ | panzer_stk::STK_Interface | protected |
facesPartVec_ | panzer_stk::STK_Interface | protected |
facesString | panzer_stk::STK_Interface | static |
fieldNameToCellField_ | panzer_stk::STK_Interface | protected |
fieldNameToSolution_ | panzer_stk::STK_Interface | protected |
findConnectivityById(stk::mesh::Entity src, stk::mesh::EntityRank tgt_rank, unsigned rel_id) const | panzer_stk::STK_Interface | |
getAllSides(const std::string &sideName, std::vector< stk::mesh::Entity > &sides) const | panzer_stk::STK_Interface | |
getAllSides(const std::string &sideName, const std::string &blockName, std::vector< stk::mesh::Entity > &sides) const | panzer_stk::STK_Interface | |
getBulkData() const | panzer_stk::STK_Interface | inline |
getCellField(const std::string &fieldName, const std::string &blockId) const | panzer_stk::STK_Interface | |
getCellTopology(const std::string &eBlock) const | panzer_stk::STK_Interface | |
getComm() const | panzer_stk::STK_Interface | |
getCoordinatesField() const | panzer_stk::STK_Interface | inline |
getCurrentStateTime() const | panzer_stk::STK_Interface | inline |
getDimension() const | panzer_stk::STK_Interface | inline |
getEdgeRank() const | panzer_stk::STK_Interface | inline |
getEdgesField() const | panzer_stk::STK_Interface | inline |
getElementBlockNames(std::vector< std::string > &names) const | panzer_stk::STK_Interface | |
getElementBlockPart(const std::string &name) const | panzer_stk::STK_Interface | inline |
getElementRank() const | panzer_stk::STK_Interface | inline |
getElementsOrderedByLID() const | panzer_stk::STK_Interface | |
getElementsSharingNode(stk::mesh::EntityId nodeId, std::vector< stk::mesh::Entity > &elements) const | panzer_stk::STK_Interface | |
getElementsSharingNodes(const std::vector< stk::mesh::EntityId > nodeId, std::vector< stk::mesh::Entity > &elements) const | panzer_stk::STK_Interface | |
getElementVertices(const std::vector< std::size_t > &localIds, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVertices(const std::vector< stk::mesh::Entity > &elements, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVertices(const std::vector< std::size_t > &localIds, const std::string &eBlock, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVertices(const std::vector< stk::mesh::Entity > &elements, const std::string &eBlock, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVertices_FromCoords(const std::vector< stk::mesh::Entity > &elements, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVertices_FromCoordsNoResize(const std::vector< stk::mesh::Entity > &elements, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVertices_FromField(const std::vector< stk::mesh::Entity > &elements, const std::string &eBlock, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVertices_FromFieldNoResize(const std::vector< stk::mesh::Entity > &elements, const std::string &eBlock, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVerticesNoResize(const std::vector< std::size_t > &localIds, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVerticesNoResize(const std::vector< stk::mesh::Entity > &elements, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVerticesNoResize(const std::vector< std::size_t > &localIds, const std::string &eBlock, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getElementVerticesNoResize(const std::vector< stk::mesh::Entity > &elements, const std::string &eBlock, ArrayT &vertices) const | panzer_stk::STK_Interface | |
getEntityCounts(unsigned entityRank) const | panzer_stk::STK_Interface | |
getFaceRank() const | panzer_stk::STK_Interface | inline |
getFacesField() const | panzer_stk::STK_Interface | inline |
getInitialStateTime() const | panzer_stk::STK_Interface | inline |
getMaxEntityId(unsigned entityRank) const | panzer_stk::STK_Interface | |
getMetaData() const | panzer_stk::STK_Interface | inline |
getMyElements(std::vector< stk::mesh::Entity > &elements) const | panzer_stk::STK_Interface | |
getMyElements(const std::string &blockID, std::vector< stk::mesh::Entity > &elements) const | panzer_stk::STK_Interface | |
getMyNodes(const std::string &sideName, const std::string &blockName, std::vector< stk::mesh::Entity > &nodes) const | panzer_stk::STK_Interface | |
getMySides(const std::string &sideName, std::vector< stk::mesh::Entity > &sides) const | panzer_stk::STK_Interface | |
getMySides(const std::string &sideName, const std::string &blockName, std::vector< stk::mesh::Entity > &sides) const | panzer_stk::STK_Interface | |
getNeighborElements(std::vector< stk::mesh::Entity > &elements) const | panzer_stk::STK_Interface | |
getNeighborElements(const std::string &blockID, std::vector< stk::mesh::Entity > &elements) const | panzer_stk::STK_Interface | |
getNodeCoordinates(stk::mesh::EntityId nodeId) const | panzer_stk::STK_Interface | |
getNodeCoordinates(stk::mesh::Entity node) const | panzer_stk::STK_Interface | |
getNodeIdsForElement(stk::mesh::Entity element, std::vector< stk::mesh::EntityId > &nodeIds) const | panzer_stk::STK_Interface | |
getNodeRank() const | panzer_stk::STK_Interface | inline |
getNodeset(const std::string &name) const | panzer_stk::STK_Interface | inline |
getNodesetNames(std::vector< std::string > &name) const | panzer_stk::STK_Interface | |
getNumElementBlocks() const | panzer_stk::STK_Interface | inline |
getNumNodesets() const | panzer_stk::STK_Interface | inline |
getNumSidesets() const | panzer_stk::STK_Interface | inline |
getOwnedElementsSharingNode(stk::mesh::Entity node, std::vector< stk::mesh::Entity > &elements, std::vector< int > &relIds) const | panzer_stk::STK_Interface | |
getOwnedElementsSharingNode(stk::mesh::EntityId nodeId, std::vector< stk::mesh::Entity > &elements, std::vector< int > &relIds, unsigned int matchType) const | panzer_stk::STK_Interface | |
getOwnedPart() const | panzer_stk::STK_Interface | inline |
getPeriodicBCVector() const | panzer_stk::STK_Interface | inline |
getPeriodicBCVector() | panzer_stk::STK_Interface | inline |
getPeriodicNodePairing() const | panzer_stk::STK_Interface | |
getProcessorIdField() | panzer_stk::STK_Interface | inline |
getSafeCommunicator(stk::ParallelMachine parallelMach) const | panzer_stk::STK_Interface | protected |
getSideRank() const | panzer_stk::STK_Interface | inline |
getSideset(const std::string &name) const | panzer_stk::STK_Interface | inline |
getSidesetNames(std::vector< std::string > &name) const | panzer_stk::STK_Interface | |
getSolutionField(const std::string &fieldName, const std::string &blockId) const | panzer_stk::STK_Interface | |
getSolutionFieldData(const std::string &fieldName, const std::string &blockId, const std::vector< std::size_t > &localElementIds, ArrayT &solutionValues) const | panzer_stk::STK_Interface | |
getSubcellIndices(unsigned entityRank, stk::mesh::EntityId elementId, std::vector< stk::mesh::EntityId > &subcellIds) const | panzer_stk::STK_Interface | |
getUseFieldCoordinates() const | panzer_stk::STK_Interface | inline |
getUseLowerCaseForIO() const | panzer_stk::STK_Interface | inline |
initialize(stk::ParallelMachine parallelMach, bool setupIO=true, const bool buildRefinementSupport=false) | panzer_stk::STK_Interface | |
initialized_ | panzer_stk::STK_Interface | protected |
initializeFieldsInSTK(const std::map< std::pair< std::string, std::string >, SolutionFieldType * > &nameToField, bool setupIO) | panzer_stk::STK_Interface | protected |
initializeFromMetaData() | panzer_stk::STK_Interface | |
initialStateTime_ | panzer_stk::STK_Interface | protected |
instantiateBulkData(stk::ParallelMachine parallelMach) | panzer_stk::STK_Interface | |
isInitialized() const | panzer_stk::STK_Interface | inline |
isMeshCoordField(const std::string &eBlock, const std::string &fieldName, int &axis) const | panzer_stk::STK_Interface | protected |
isModifiable() const | panzer_stk::STK_Interface | inline |
isValid(stk::mesh::Entity entity) const | panzer_stk::STK_Interface | inline |
isWritable() const | panzer_stk::STK_Interface | |
loadBalField_ | panzer_stk::STK_Interface | protected |
localIDHash_ | panzer_stk::STK_Interface | protected |
maxEntityId_ | panzer_stk::STK_Interface | protected |
meshCoordFields_ | panzer_stk::STK_Interface | protected |
meshDispFields_ | panzer_stk::STK_Interface | protected |
metaData_ | panzer_stk::STK_Interface | protected |
mpiComm_ | panzer_stk::STK_Interface | protected |
nodesets_ | panzer_stk::STK_Interface | protected |
nodesPart_ | panzer_stk::STK_Interface | protected |
nodesPartVec_ | panzer_stk::STK_Interface | protected |
nodesString | panzer_stk::STK_Interface | static |
orderedElementVector_ | panzer_stk::STK_Interface | mutableprotected |
periodicBCs_ | panzer_stk::STK_Interface | protected |
print(std::ostream &os) const | panzer_stk::STK_Interface | |
printMetaData(std::ostream &os) const | panzer_stk::STK_Interface | |
processorIdField_ | panzer_stk::STK_Interface | protected |
ProcIdData typedef | panzer_stk::STK_Interface | |
ProcIdFieldType typedef | panzer_stk::STK_Interface | |
procRank_ | panzer_stk::STK_Interface | protected |
rebalance(const Teuchos::ParameterList ¶ms) | panzer_stk::STK_Interface | |
refineMesh(const int numberOfLevels, const bool deleteParentElements) | panzer_stk::STK_Interface | |
setBlockWeight(const std::string &blockId, double weight) | panzer_stk::STK_Interface | inline |
setCellFieldData(const std::string &fieldName, const std::string &blockId, const std::vector< std::size_t > &localElementIds, const ArrayT &solutionValues, double scaleValue=1.0) | panzer_stk::STK_Interface | |
setDispFieldData(const std::string &fieldName, const std::string &blockId, int axis, const std::vector< std::size_t > &localElementIds, const ArrayT &solutionValues) | panzer_stk::STK_Interface | protected |
setInitialStateTime(double value) | panzer_stk::STK_Interface | inline |
setSolutionFieldData(const std::string &fieldName, const std::string &blockId, const std::vector< std::size_t > &localElementIds, const ArrayT &solutionValues, double scaleValue=1.0) | panzer_stk::STK_Interface | |
setupExodusFile(const std::string &filename) | panzer_stk::STK_Interface | |
setUseFieldCoordinates(bool useFieldCoordinates) | panzer_stk::STK_Interface | inline |
setUseLowerCaseForIO(bool useLowerCase) | panzer_stk::STK_Interface | inline |
sidesets_ | panzer_stk::STK_Interface | protected |
SolutionFieldType typedef | panzer_stk::STK_Interface | |
STK_Interface() | panzer_stk::STK_Interface | |
STK_Interface(unsigned dim) | panzer_stk::STK_Interface | |
STK_Interface(Teuchos::RCP< stk::mesh::MetaData > metaData) | panzer_stk::STK_Interface | |
useFieldCoordinates_ | panzer_stk::STK_Interface | protected |
useLowerCase_ | panzer_stk::STK_Interface | protected |
validBlockId(const std::string &blockId) const | panzer_stk::STK_Interface | |
VectorFieldType typedef | panzer_stk::STK_Interface | |
writeToExodus(const std::string &filename) | panzer_stk::STK_Interface | |
writeToExodus(double timestep) | panzer_stk::STK_Interface | |