Skip to content

Commit

Permalink
Always print number of Richardson iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
eikehmueller committed Sep 11, 2024
1 parent 94ab69a commit b44f0d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@
print(f"timestep size = {args.dt}")
print(f"discretisation = {args.discretisation}")
print(f"numerical flux = {args.flux}")
if type(timestepper) is IncompressibleEulerHDGIMEX and args.use_projection_method:
print(f"number of Richardson iterations = {args.richardson}")
print(f"number of Richardson iterations = {args.richardson}")
print(f"use projection method = {args.use_projection_method}")
print(f"advect tracer = {args.tracer_advection}")
print(f"timestepping method = {timestepper.label}")
Expand Down

0 comments on commit b44f0d2

Please sign in to comment.