MueLu
Version of the Day
|
#include "MueLu_Utilities_def.hpp"
#include <string>
#include <locale>
#include "EpetraExt_Transpose_RowMatrix.h"
#include <mpi.h>
#include <netdb.h>
#include <arpa/inet.h>
Go to the source code of this file.
Namespaces | |
MueLu | |
Namespace for MueLu classes and methods. | |
Functions | |
long | MueLu::ExtractNonSerializableData (const Teuchos::ParameterList &inList, Teuchos::ParameterList &serialList, Teuchos::ParameterList &nonSerialList) |
Extract non-serializable data from level-specific sublists and move it to a separate parameter list. More... | |
void | MueLu::TokenizeStringAndStripWhiteSpace (const std::string &stream, std::vector< std::string > &tokenList, const char *delimChars) |
bool | MueLu::IsParamMuemexVariable (const std::string &name) |
bool | MueLu::IsParamValidVariable (const std::string &name) |
Teuchos::RCP< const Teuchos::Comm< int > > | MueLu::GenerateNodeComm (RCP< const Teuchos::Comm< int > > &baseComm, int &NodeId, const int reductionFactor) |