Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Panzer_GlobalIndexer_Utilities.hpp File Reference
#include <map>
#include <string>
#include <unordered_map>
#include <Panzer_NodeType.hpp>
#include <Tpetra_Vector.hpp>
#include <Tpetra_MultiVector.hpp>
#include "Panzer_GlobalIndexer.hpp"
#include "Panzer_FieldPattern.hpp"
#include "Panzer_GlobalIndexer_Utilities_impl.hpp"
Include dependency graph for Panzer_GlobalIndexer_Utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  panzer::ArrayToFieldVector
 

Namespaces

 panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 
 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< GlobalIndexer >> &ugis)
 
int panzer::getFieldBlock (const std::string &fieldName, const std::vector< Teuchos::RCP< const 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)
 
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)
 
void panzer::buildGhostedFieldVector (const GlobalIndexer &ugi, std::vector< int > &fieldNumbers, const Teuchos::RCP< const Tpetra::Vector< int, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > > &reducedVec)
 
template<typename ScalarT , typename ArrayT >
void panzer::updateGhostedDataReducedVector (const std::string &fieldName, const std::string blockId, const GlobalIndexer &ugi, const ArrayT &data, Tpetra::MultiVector< ScalarT, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > &dataVector)
 
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::computePatternEdgeIndices (const FieldPattern &pattern, std::vector< std::pair< int, int > > &edgeIndices)
 
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::computePatternFaceIndices (const FieldPattern &pattern, std::vector< std::vector< int > > &faceIndices)
 
void panzer::orientation_helpers::computeCellFaceOrientations (const std::vector< std::vector< int >> &topEdgeIndices, const std::vector< panzer::GlobalOrdinal > &topology, const FieldPattern &fieldPattern, std::vector< signed char > &orientation)