1 #ifndef ABLATELIBRARY_FIELDERRORMONITOR_HPP
2 #define ABLATELIBRARY_FIELDERRORMONITOR_HPP
3 #include <monitors/logs/log.hpp>
9 static PetscErrorCode MonitorError(TS ts, PetscInt step, PetscReal crtime, Vec u,
void *ctx);
10 const std::shared_ptr<logs::Log> log;
Definition: fieldErrorMonitor.hpp:7
PetscMonitorFunction GetPetscFunction() override
Definition: fieldErrorMonitor.hpp:15
Definition: monitor.hpp:12
Definition: boundarySolverMonitor.hpp:16