|
Panzer Version of the Day
|
#include "Teuchos_Tuple.hpp"#include "Teuchos_RCP.hpp"#include "Panzer_STK_Version.hpp"#include "PanzerAdaptersSTK_config.hpp"#include "Panzer_STK_Interface.hpp"#include "Teuchos_FancyOStream.hpp"#include <set>

Go to the source code of this file.
Namespaces | |
| namespace | panzer_stk |
| namespace | panzer_stk::periodic_helpers |
Functions | |
| 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") |
| 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::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") |