Skip to content

Commit

Permalink
Update for AM5 coefficients
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrezanorouzi committed Oct 27, 2022
1 parent 7f2a600 commit d4db989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/g_Prtcl_TwoStepIntegratoin.f90
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ module g_Prtcl_TwoStepIntegration

real(RK),parameter,dimension(3):: AM3_coeff = (/ 5.0_RK/12.0_RK, 8.0_RK/12.0_RK, 1.0_RK/12.0_RK /)
real(RK),parameter,dimension(4):: AM4_coeff = (/ 9.0_RK/24.0_RK, 19.0_RK/24.0_RK, 5.0_RK/24.0_RK, 1.0_RK/24.0_RK /)
real(RK),parameter,dimension(5):: AM5_coeff = (/ 1901.0_RK/720.0_RK, 2774.0_RK/720.0_RK, &
2616.0_RK/720.0_RK, 1274.0_RK/720.0_RK , 251.0_RK/720.0_RK /)
real(RK),parameter,dimension(5):: AM5_coeff = (/ 251.0_RK/720.0_RK, 646.0_RK/720.0_RK, &
264.0_RK/720.0_RK, 106.0_RK/720.0_RK , 19.0_RK/720.0_RK /)


type, abstract:: Int_TwoStep_Method
Expand Down

0 comments on commit d4db989

Please sign in to comment.