Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Panzer_STK_PeriodicBC_Matcher.cpp File Reference
#include "Panzer_STK_PeriodicBC_Matcher.hpp"
#include <stk_mesh/base/GetEntities.hpp>
#include <stk_mesh/base/GetBuckets.hpp>
#include <stk_mesh/base/FieldBase.hpp>
#include "Panzer_NodeType.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_Import.hpp"
#include "Tpetra_Vector.hpp"
#include "Teuchos_FancyOStream.hpp"
Include dependency graph for Panzer_STK_PeriodicBC_Matcher.cpp:

Go to the source code of this file.

Namespaces

 panzer_stk
 
 panzer_stk::periodic_helpers
 

Functions

Teuchos::RCP< std::vector
< std::pair< std::size_t,
std::size_t > > > 
panzer_stk::periodic_helpers::getGlobalPairing (const std::vector< std::size_t > &locallyRequiredIds, const std::vector< std::pair< std::size_t, std::size_t > > &locallyMatchedIds, const STK_Interface &mesh, bool failure)
 
Teuchos::RCP< std::vector
< std::size_t > > 
panzer_stk::periodic_helpers::getLocalSideIds (const STK_Interface &mesh, const std::string &sideName, const std::string type_)
 
std::pair< Teuchos::RCP
< std::vector< std::size_t >
>, Teuchos::RCP< std::vector
< Teuchos::Tuple< double, 3 > > > > 
panzer_stk::periodic_helpers::getLocalSideIdsAndCoords (const STK_Interface &mesh, const std::string &sideName, const std::string type_)
 
std::pair< Teuchos::RCP
< std::vector< std::size_t >
>, Teuchos::RCP< std::vector
< Teuchos::Tuple< double, 3 > > > > 
panzer_stk::periodic_helpers::getSideIdsAndCoords (const STK_Interface &mesh, const std::string &sideName, const std::string type_)