Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
panzer_stk::STK_Interface Member List

This is the complete list of members for panzer_stk::STK_Interface, including all inherited members.

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_Interfaceinline
addPeriodicBCs(const std::vector< Teuchos::RCP< const PeriodicBC_MatcherBase > > &bc_vec)panzer_stk::STK_Interfaceinline
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_Interfaceprotected
beginModification()panzer_stk::STK_Interface
blockWeights_panzer_stk::STK_Interfaceprotected
buildEntityCounts()panzer_stk::STK_Interfaceprotected
buildLocalElementIDs()panzer_stk::STK_Interface
buildMaxEntityIds()panzer_stk::STK_Interfaceprotected
buildSubcells()panzer_stk::STK_Interface
bulkData_panzer_stk::STK_Interfaceprotected
containingBlockId(stk::mesh::Entity elmt) const panzer_stk::STK_Interface
coordinatesField_panzer_stk::STK_Interfaceprotected
coordsStringpanzer_stk::STK_Interfacestatic
currentLocalId_panzer_stk::STK_Interfaceprotected
currentStateTime_panzer_stk::STK_Interfaceprotected
dimension_panzer_stk::STK_Interfaceprotected
edgesField_panzer_stk::STK_Interfaceprotected
edgesPart_panzer_stk::STK_Interfaceprotected
edgesPartVec_panzer_stk::STK_Interfaceprotected
edgesStringpanzer_stk::STK_Interfacestatic
elementBlockCT_panzer_stk::STK_Interfaceprotected
elementBlocks_panzer_stk::STK_Interfaceprotected
elementGlobalId(std::size_t lid) const panzer_stk::STK_Interfaceinline
elementGlobalId(stk::mesh::Entity elmt) const panzer_stk::STK_Interfaceinline
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_Interfaceprotected
entityOwnerRank(stk::mesh::Entity entity) const panzer_stk::STK_Interfaceinline
facesField_panzer_stk::STK_Interfaceprotected
facesPart_panzer_stk::STK_Interfaceprotected
facesPartVec_panzer_stk::STK_Interfaceprotected
facesStringpanzer_stk::STK_Interfacestatic
fieldNameToCellField_panzer_stk::STK_Interfaceprotected
fieldNameToSolution_panzer_stk::STK_Interfaceprotected
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_Interfaceinline
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_Interfaceinline
getCurrentStateTime() const panzer_stk::STK_Interfaceinline
getDimension() const panzer_stk::STK_Interfaceinline
getEdgeRank() const panzer_stk::STK_Interfaceinline
getEdgesField() const panzer_stk::STK_Interfaceinline
getElementBlockNames(std::vector< std::string > &names) const panzer_stk::STK_Interface
getElementBlockPart(const std::string &name) const panzer_stk::STK_Interfaceinline
getElementRank() const panzer_stk::STK_Interfaceinline
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_Interfaceinline
getFacesField() const panzer_stk::STK_Interfaceinline
getInitialStateTime() const panzer_stk::STK_Interfaceinline
getMaxEntityId(unsigned entityRank) const panzer_stk::STK_Interface
getMetaData() const panzer_stk::STK_Interfaceinline
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_Interfaceinline
getNodeset(const std::string &name) const panzer_stk::STK_Interfaceinline
getNodesetNames(std::vector< std::string > &name) const panzer_stk::STK_Interface
getNumElementBlocks() const panzer_stk::STK_Interfaceinline
getNumNodesets() const panzer_stk::STK_Interfaceinline
getNumSidesets() const panzer_stk::STK_Interfaceinline
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_Interfaceinline
getPeriodicBCVector() const panzer_stk::STK_Interfaceinline
getPeriodicBCVector()panzer_stk::STK_Interfaceinline
getPeriodicNodePairing() const panzer_stk::STK_Interface
getProcessorIdField()panzer_stk::STK_Interfaceinline
getSafeCommunicator(stk::ParallelMachine parallelMach) const panzer_stk::STK_Interfaceprotected
getSideRank() const panzer_stk::STK_Interfaceinline
getSideset(const std::string &name) const panzer_stk::STK_Interfaceinline
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_Interfaceinline
getUseLowerCaseForIO() const panzer_stk::STK_Interfaceinline
initialize(stk::ParallelMachine parallelMach, bool setupIO=true, const bool buildRefinementSupport=false)panzer_stk::STK_Interface
initialized_panzer_stk::STK_Interfaceprotected
initializeFieldsInSTK(const std::map< std::pair< std::string, std::string >, SolutionFieldType * > &nameToField, bool setupIO)panzer_stk::STK_Interfaceprotected
initializeFromMetaData()panzer_stk::STK_Interface
initialStateTime_panzer_stk::STK_Interfaceprotected
instantiateBulkData(stk::ParallelMachine parallelMach)panzer_stk::STK_Interface
isInitialized() const panzer_stk::STK_Interfaceinline
isMeshCoordField(const std::string &eBlock, const std::string &fieldName, int &axis) const panzer_stk::STK_Interfaceprotected
isModifiable() const panzer_stk::STK_Interfaceinline
isValid(stk::mesh::Entity entity) const panzer_stk::STK_Interfaceinline
isWritable() const panzer_stk::STK_Interface
loadBalField_panzer_stk::STK_Interfaceprotected
localIDHash_panzer_stk::STK_Interfaceprotected
maxEntityId_panzer_stk::STK_Interfaceprotected
meshCoordFields_panzer_stk::STK_Interfaceprotected
meshDispFields_panzer_stk::STK_Interfaceprotected
metaData_panzer_stk::STK_Interfaceprotected
mpiComm_panzer_stk::STK_Interfaceprotected
nodesets_panzer_stk::STK_Interfaceprotected
nodesPart_panzer_stk::STK_Interfaceprotected
nodesPartVec_panzer_stk::STK_Interfaceprotected
nodesStringpanzer_stk::STK_Interfacestatic
orderedElementVector_panzer_stk::STK_Interfacemutableprotected
periodicBCs_panzer_stk::STK_Interfaceprotected
print(std::ostream &os) const panzer_stk::STK_Interface
printMetaData(std::ostream &os) const panzer_stk::STK_Interface
processorIdField_panzer_stk::STK_Interfaceprotected
ProcIdData typedefpanzer_stk::STK_Interface
ProcIdFieldType typedefpanzer_stk::STK_Interface
procRank_panzer_stk::STK_Interfaceprotected
rebalance(const Teuchos::ParameterList &params)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_Interfaceinline
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_Interfaceprotected
setInitialStateTime(double value)panzer_stk::STK_Interfaceinline
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_Interfaceinline
setUseLowerCaseForIO(bool useLowerCase)panzer_stk::STK_Interfaceinline
sidesets_panzer_stk::STK_Interfaceprotected
SolutionFieldType typedefpanzer_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_Interfaceprotected
useLowerCase_panzer_stk::STK_Interfaceprotected
validBlockId(const std::string &blockId) const panzer_stk::STK_Interface
VectorFieldType typedefpanzer_stk::STK_Interface
writeToExodus(const std::string &filename)panzer_stk::STK_Interface
writeToExodus(double timestep)panzer_stk::STK_Interface