Panzer
Version of the Day
|
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
panzer::orientation_helpers | |
Functions | |
std::vector< Teuchos::RCP < const GlobalIndexer > > | panzer::nc2c_vector (const std::vector< Teuchos::RCP< GlobalIndexer > > &ugis) |
int | panzer::getFieldBlock (const std::string &fieldName, const std::vector< Teuchos::RCP< const GlobalIndexer >> &ugis) |
int | panzer::getFieldBlock (const std::string &fieldName, const std::vector< Teuchos::RCP< GlobalIndexer >> &ugis) |
void | panzer::computeBlockOffsets (const std::string &blockId, const std::vector< Teuchos::RCP< GlobalIndexer >> &ugis, std::vector< int > &blockOffsets) |
void | panzer::computeBlockOffsets (const std::string &blockId, const std::vector< Teuchos::RCP< const GlobalIndexer >> &ugis, std::vector< int > &blockOffsets) |
std::string | panzer::printUGILoadBalancingInformation (const GlobalIndexer &ugi) |
void | panzer::printMeshTopology (std::ostream &os, const panzer::GlobalIndexer &ugi) |
Teuchos::RCP< Tpetra::Vector < int, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > > | panzer::buildGhostedFieldReducedVector (const GlobalIndexer &ugi) |
void | panzer::buildGhostedFieldVector (const GlobalIndexer &ugi, std::vector< int > &fieldNumbers, const Teuchos::RCP< const Tpetra::Vector< int, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > > &reducedVec) |
Teuchos::RCP< const Tpetra::Vector< int, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > > | panzer::buildGhostedFieldVector (const GlobalIndexer &ugi, const Teuchos::RCP< const Tpetra::Vector< int, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > > &reducedVec) |
Teuchos::RCP< const Tpetra::Map< int, panzer::GlobalOrdinal, panzer::TpetraNodeType > > | panzer::getFieldMap (int fieldNum, const Tpetra::Vector< int, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > &fieldTVector) |
void | panzer::orientation_helpers::computeCellEdgeOrientations (const std::vector< std::pair< int, int > > &topEdgeIndices, const std::vector< panzer::GlobalOrdinal > &topology, const FieldPattern &fieldPattern, std::vector< signed char > &orientation) |
void | panzer::orientation_helpers::computeCellFaceOrientations (const std::vector< std::vector< int > > &topFaceIndices, const std::vector< panzer::GlobalOrdinal > &topology, const FieldPattern &fieldPattern, std::vector< signed char > &orientation) |
void | panzer::orientation_helpers::computePatternEdgeIndices (const FieldPattern &pattern, std::vector< std::pair< int, int > > &edgeIndices) |
void | panzer::orientation_helpers::computePatternFaceIndices (const FieldPattern &pattern, std::vector< std::vector< int > > &faceIndices) |