Xpetra Version of the Day
Loading...
Searching...
No Matches
Xpetra_BlockReorderManager.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  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::BlockReorderManagerXpetra::blockedReorderFromTokens (const std::vector< std::string > &tokens)
 
Teuchos::RCP< const Xpetra::BlockReorderManagerXpetra::blockedReorderFromString (std::string reorder)
 Convert a string to a block reorder manager object.