|
template<typename Matcher > |
Teuchos::RCP< std::vector< std::pair< std::size_t, std::size_t > > > | panzer_stk::periodic_helpers::matchPeriodicSides (const std::string &left, const std::string &right, const STK_Interface &mesh, const Matcher &matcher, const std::string type_="coord") |
|
template<typename Matcher > |
Teuchos::RCP< std::vector< std::pair< std::size_t, std::size_t > > > | panzer_stk::periodic_helpers::matchPeriodicSides (const std::string &left, const std::string &right, const STK_Interface &mesh, const Matcher &matcher, const std::vector< std::pair< std::size_t, std::size_t > > ¤t, const std::string type_="coord") |
|
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_) |
|
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_) |
|
Teuchos::RCP< std::vector< std::size_t > > | panzer_stk::periodic_helpers::getLocalSideIds (const STK_Interface &mesh, const std::string &sideName, const std::string type_) |
|
template<typename Matcher > |
Teuchos::RCP< std::vector< std::pair< std::size_t, std::size_t > > > | panzer_stk::periodic_helpers::getLocallyMatchedSideIds (const std::vector< std::size_t > &side_ids, const std::vector< Teuchos::Tuple< double, 3 > > &side_coords, const STK_Interface &mesh, const std::string &sideName, const Matcher &matcher, const std::string type_="coord") |
|
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) |
|
template<typename Matcher > |
Teuchos::RCP< PeriodicBC_MatcherBase > | panzer_stk::buildPeriodicBC_Matcher (const std::string &left, const std::string &right, const Matcher &matcher, const std::string type="coord") |
|