MueLu
Version of the Day
|
#include "MueLu_ConfigDefs.hpp"
#include <Teuchos_ParameterList.hpp>
#include <Xpetra_Export_fwd.hpp>
#include <Xpetra_Import_fwd.hpp>
#include <Xpetra_Matrix_fwd.hpp>
#include "MueLu_PerfUtils_fwd.hpp"
#include "MueLu_UseShortNames.hpp"
Go to the source code of this file.
Classes | |
class | MueLu::PerfUtils< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
Namespaces | |
MueLu | |
Namespace for MueLu classes and methods. | |
Macros | |
#define | MueLu_sumAll(rcpComm, in, out) Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_SUM, in, Teuchos::outArg(out)) |
#define | MueLu_minAll(rcpComm, in, out) Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_MIN, in, Teuchos::outArg(out)) |
#define | MueLu_maxAll(rcpComm, in, out) Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_MAX, in, Teuchos::outArg(out)) |
#define | MUELU_PERFUTILS_SHORT |
#define MueLu_sumAll | ( | rcpComm, | |
in, | |||
out | |||
) | Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_SUM, in, Teuchos::outArg(out)) |
Definition at line 61 of file MueLu_PerfUtils_decl.hpp.
#define MueLu_minAll | ( | rcpComm, | |
in, | |||
out | |||
) | Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_MIN, in, Teuchos::outArg(out)) |
Definition at line 63 of file MueLu_PerfUtils_decl.hpp.
#define MueLu_maxAll | ( | rcpComm, | |
in, | |||
out | |||
) | Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_MAX, in, Teuchos::outArg(out)) |
Definition at line 65 of file MueLu_PerfUtils_decl.hpp.
#define MUELU_PERFUTILS_SHORT |
Definition at line 89 of file MueLu_PerfUtils_decl.hpp.