Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Oct 8, 2024
1 parent 166d9e5 commit b277d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/semidiscretization/semidiscretization_euler_gravity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function timestep_gravity_3Sstar!(cache, u_euler, tau, dtau, gravity_parameters,
return nothing
end

# First-order 5-stage, 3S*-storage optimized method
# First-order, 5-stage, 3S*-storage optimized method
function timestep_gravity_erk51_3Sstar!(cache, u_euler, tau, dtau, gravity_parameters,
semi_gravity)
# New 3Sstar coefficients optimized for polynomials of degree polydeg=3
Expand Down Expand Up @@ -444,7 +444,7 @@ function timestep_gravity_erk51_3Sstar!(cache, u_euler, tau, dtau, gravity_param
gamma1, gamma2, gamma3, beta, delta, c)
end

# Second-order 5-stage, 3S*-storage optimized method
# Second-order, 5-stage, 3S*-storage optimized method
function timestep_gravity_erk52_3Sstar!(cache, u_euler, tau, dtau, gravity_parameters,
semi_gravity)
# New 3Sstar coefficients optimized for polynomials of degree polydeg=3
Expand Down Expand Up @@ -473,7 +473,7 @@ function timestep_gravity_erk52_3Sstar!(cache, u_euler, tau, dtau, gravity_param
gamma1, gamma2, gamma3, beta, delta, c)
end

# Third-order 5-stage, 3S*-storage optimized method
# Third-order, 5-stage, 3S*-storage optimized method
function timestep_gravity_erk53_3Sstar!(cache, u_euler, tau, dtau, gravity_parameters,
semi_gravity)
# New 3Sstar coefficients optimized for polynomials of degree polydeg=3
Expand Down

0 comments on commit b277d7b

Please sign in to comment.