#include <Xpetra_BlockReorderManager.hpp>
Go to the source code of this file.
Namespaces | |
Xpetra | |
Xpetra namespace | |
Functions | |
void | Xpetra::tokenize (std::string srcInput, std::string whitespace, std::string prefer, std::vector< std::string > &tokens) |
std::vector< std::string > ::const_iterator | Xpetra::buildSubBlock (std::vector< std::string >::const_iterator begin, std::vector< std::string >::const_iterator end, std::vector< std::string > &subBlock) |
Teuchos::RCP < Xpetra::BlockReorderManager > | Xpetra::blockedReorderFromTokens (const std::vector< std::string > &tokens) |
Teuchos::RCP< const Xpetra::BlockReorderManager > | Xpetra::blockedReorderFromString (std::string reorder) |
Convert a string to a block reorder manager object. More... | |