Getting help

The info function

The info function allows to display information about an object in an output stream.

Example of usage

const auto& fed = problem.getFiniteElementDiscretization();
const auto success = mfem_mgis::info(ctx, fed);