#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.
|
| namespace | MueLu |
| | Namespace for MueLu classes and methods.
|
◆ MueLu_sumAll
| #define MueLu_sumAll |
( |
| rcpComm, |
|
|
| in, |
|
|
| out ) |
Value: Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_SUM, in, Teuchos::outArg(out))
Definition at line 25 of file MueLu_PerfUtils_decl.hpp.
◆ MueLu_minAll
| #define MueLu_minAll |
( |
| rcpComm, |
|
|
| in, |
|
|
| out ) |
Value: Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_MIN, in, Teuchos::outArg(out))
Definition at line 27 of file MueLu_PerfUtils_decl.hpp.
◆ MueLu_maxAll
| #define MueLu_maxAll |
( |
| rcpComm, |
|
|
| in, |
|
|
| out ) |
Value: Teuchos::reduceAll(*rcpComm, Teuchos::REDUCE_MAX, in, Teuchos::outArg(out))
Definition at line 29 of file MueLu_PerfUtils_decl.hpp.
◆ MUELU_PERFUTILS_SHORT
| #define MUELU_PERFUTILS_SHORT |