13 #include "../config/config.hpp"
20 OutStream
out(std::cout);
21 OutStream
err(std::cerr);
OutStream err(std::cerr)
Global stream used by the library for standard error output. Initially it uses the same std::streambu...
OutStream out(std::cout)
Global stream used by the library for standard output. Initially it uses the same std::streambuf as s...
void SetGlobalMPI_Comm(MPI_Comm comm)
Set MFEM's "global" MPI communicator.
MPI_Comm GetGlobalMPI_Comm()
Get MFEM's "global" MPI communicator.