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 | |
panzer_stk | |
panzer_stk::periodic_helpers | |
Functions | |
template<typename Matcher > | |
Teuchos::RCP< std::vector < std::pair< size_t, size_t > > > | panzer_stk::periodic_helpers::matchPeriodicSidesSearch (const std::string &sideA, const std::string &sideB, const STK_Interface &mesh, const Matcher &matcher, const std::string type_) |
template<typename Matcher > | |
Teuchos::RCP< std::vector < std::pair< size_t, size_t > > > | panzer_stk::periodic_helpers::matchPeriodicSidesSearch (const std::string &sideA, const std::string &sideB, const STK_Interface &mesh, const Matcher &matcher, const std::vector< std::string > &matchedSides, const std::vector< std::pair< size_t, size_t > > &previousMatches, const std::string type_) |
template<typename Matcher > | |
void | panzer_stk::periodic_helpers::transformLocalSearchVector (SphereIdVector &searchVectorSideA, const Matcher &matcher, const std::vector< double > ¢roidSideB) |