ProblemOperator

Summary

ProblemOperator objects are mfem::Operator that are called inside MFEMProblemSolve to solve a step of the FE problem and update the mfem::BlockVector storing the true degrees of freedom of all variables.

For more information on usage, see MFEMProblemSolve and its usage in the MFEMSteady and MFEMTransient executioner classes.