PR to incorporate improvements to the file output logic / features in FlowSolver. Commits were cherry picked from PR #199. Main contribution is the ability to output solution files at fixed set of times, exactly (by reducing the time step) or approximately (by not modifying the timestep). Includes the following:
adding parameter flag output_face_results_vtk as false by default to suppress the output of surface_solutionvtk files
setting enable_higher_order_vtk_output as true by default
deprecating output_solution_files_at_velocity_field_output_times, can now output the solution vtk files at specific fixed times
improved the time step update location in FlowSolver and its usage for outputting files
integration test to verify the new features / improvements made in this PR: (1) MPI_VISCOUS_TGV_STRONG_DG_ADAPTIVE_TIME_STEP, and (2) MPI_VISCOUS_TGV_STRONG_DG_ADAPTIVE_TIME_STEP_FROM_RESTART
PR to incorporate improvements to the file output logic / features in
FlowSolver
. Commits were cherry picked from PR #199. Main contribution is the ability to output solution files at fixed set of times, exactly (by reducing the time step) or approximately (by not modifying the timestep). Includes the following:output_face_results_vtk
asfalse
by default to suppress the output ofsurface_solution
vtk
filesenable_higher_order_vtk_output
astrue
by defaultoutput_solution_files_at_velocity_field_output_times
, can now output the solutionvtk
files at specific fixed timesFlowSolver
and its usage for outputting filesMPI_VISCOUS_TGV_STRONG_DG_ADAPTIVE_TIME_STEP
, and (2)MPI_VISCOUS_TGV_STRONG_DG_ADAPTIVE_TIME_STEP_FROM_RESTART