aboutsummaryrefslogtreecommitdiff
path: root/Examples/SimpleWaveCaKernel/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/SimpleWaveCaKernel/schedule.ccl')
-rw-r--r--Examples/SimpleWaveCaKernel/schedule.ccl35
1 files changed, 1 insertions, 34 deletions
diff --git a/Examples/SimpleWaveCaKernel/schedule.ccl b/Examples/SimpleWaveCaKernel/schedule.ccl
index 75a99ef..3b4b30e 100644
--- a/Examples/SimpleWaveCaKernel/schedule.ccl
+++ b/Examples/SimpleWaveCaKernel/schedule.ccl
@@ -5,53 +5,21 @@ if (timelevels == 1)
{
STORAGE: phi_g[1]
}
-if (timelevels == 2)
-{
- STORAGE: phi_g[2]
-}
-if (timelevels == 3)
-{
- STORAGE: phi_g[3]
-}
if (timelevels == 1)
{
STORAGE: pi_g[1]
}
-if (timelevels == 2)
-{
- STORAGE: pi_g[2]
-}
-if (timelevels == 3)
-{
- STORAGE: pi_g[3]
-}
if (rhs_timelevels == 1)
{
STORAGE: phi_grhs[1]
}
-if (rhs_timelevels == 2)
-{
- STORAGE: phi_grhs[2]
-}
-if (rhs_timelevels == 3)
-{
- STORAGE: phi_grhs[3]
-}
if (rhs_timelevels == 1)
{
STORAGE: pi_grhs[1]
}
-if (rhs_timelevels == 2)
-{
- STORAGE: pi_grhs[2]
-}
-if (rhs_timelevels == 3)
-{
- STORAGE: pi_grhs[3]
-}
schedule SimpleWaveCaKernel_Startup at STARTUP
{
@@ -79,14 +47,13 @@ schedule CAKERNEL_Launch_initial_sine AT INITIAL
schedule CAKERNEL_Launch_calc_rhs at EVOL
{
LANG: C
- SYNC: phi_grhs
- SYNC: pi_grhs
} "calc_rhs"
schedule CAKERNEL_Launch_rk1 at EVOL after calc_rhs
{
LANG: C
SYNC: phi_g
+ SYNC: pi_g
} "rk1"
schedule SimpleWaveCaKernel_SelectBoundConds in MoL_PostStep