| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(monitoring_t), | intent(inout) | :: | self | |||
| class(solver_t), | intent(in) | :: | solver | |||
| logical, | intent(in), | optional | :: | append |
Computes and reports monitoring quantities, writing to both stdout and the monitoring file. Divergence: max and mean (should be ~0)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(monitoring_t), | intent(inout) | :: | self | |||
| class(solver_t), | intent(inout) | :: | solver | |||
| real(kind=dp), | intent(in) | :: | t | |||
| class(field_t), | intent(in) | :: | u | |||
| class(field_t), | intent(in) | :: | v | |||
| class(field_t), | intent(in) | :: | w |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(monitoring_t), | intent(inout) | :: | self |