write_solution_file_2d Subroutine

public subroutine write_solution_file_2d(ctx, filename, is_ok, message)

Gather to root and write the standard 6-column x y rho u v p result (plus any tec/plt/vtk formats the config requests). Collective.

Arguments

Type IntentOptional Attributes Name
type(solver_run_context_2d_t), intent(inout) :: ctx
character(len=*), intent(in) :: filename
logical, intent(out) :: is_ok
character(len=*), intent(out) :: message