Skip to content

Commit

Permalink
*WaveToy: Clean up schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored and rhaas80 committed Aug 1, 2024
1 parent 001e352 commit 309a2c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FluxWaveToyX/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SCHEDULE FluxWaveToyX_RHS IN ODESolvers_RHS AFTER FluxWaveToyX_Fluxes
SCHEDULE FluxWaveToyX_Boundaries IN ODESolvers_PostStep
{
LANG: C
OPTIONS: level
OPTIONS: global
SYNC: state
} "Apply boundary conditions"

Expand Down
2 changes: 1 addition & 1 deletion SIMDWaveToyX/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SCHEDULE SIMDWaveToyX_RHS IN ODESolvers_RHS
SCHEDULE SIMDWaveToyX_Boundaries IN ODESolvers_PostStep
{
LANG: C
OPTIONS: level
OPTIONS: global
SYNC: state
} "Apply boundary conditions"

Expand Down
2 changes: 1 addition & 1 deletion StaggeredWaveToyX/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SCHEDULE StaggeredWaveToyX_RHS IN ODESolvers_RHS
SCHEDULE StaggeredWaveToyX_Boundaries IN ODESolvers_PostStep
{
LANG: C
OPTIONS: level
OPTIONS: global
SYNC: ustate
SYNC: fxstate
SYNC: fystate
Expand Down
2 changes: 1 addition & 1 deletion WaveToyX/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SCHEDULE WaveToyX_RHS IN ODESolvers_RHS
SCHEDULE WaveToyX_Boundaries IN ODESolvers_PostStep
{
LANG: C
OPTIONS: level
OPTIONS: global
SYNC: state
} "Apply boundary conditions"

Expand Down

0 comments on commit 309a2c8

Please sign in to comment.