finalize_runtime Subroutine

public subroutine finalize_runtime(ctx)

Write the final solution to the output file and print the performance table.

Output format: four columns (x, ρ, u, p) in ES20.12 notation, one row per interior cell. Must be called after run_solver.

Arguments

Type IntentOptional Attributes Name
type(solver_run_context_t), intent(inout) :: ctx

Solver context (solution written from ctx % state % ub).