aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl22
1 files changed, 16 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 7a0e27e..7e08c53 100644
--- a/param.ccl
+++ b/param.ccl
@@ -35,28 +35,38 @@ KEYWORD initial_dtshift "Initial dtshift value"
KEYWORD evolution_method "The metric an extrinsic curvature evolution method"
{
- "none" :: "The metric and extrinsic curvature are not evolved"
- "static" :: "The metric and extrinsic curvature are not evolved"
+ "none" :: "The metric and extrinsic curvature are not evolved"
+ "static" :: "The metric and extrinsic curvature are not evolved"
+ "ID-apply-regrid" :: "The metric and extrinsic curvature are not evolved and initial data is used to fill in new grid points after regridding"
+ "ID-apply-always" :: "The metric and extrinsic curvature are not evolved and initial data is used to fill in new grid points before each step and after grid changes"
} "static"
KEYWORD lapse_evolution_method "The lapse evolution method"
{
- "static" :: "lapse is not evolved"
+ "static" :: "lapse is not evolved"
+ "ID-apply-regrid" :: "lapse is not evolved and initial data is used to fill in new grid points after regridding"
+ "ID-apply-always" :: "lapse is not evolved and initial data is used to fill in new grid points before each step and after grid changes"
} "static"
KEYWORD shift_evolution_method "The shift evolution method"
{
- "static" :: "shift is not evolved"
+ "static" :: "shift is not evolved"
+ "ID-apply-regrid" :: "shift is not evolved and initial data is used to fill in new grid points after regridding"
+ "ID-apply-always" :: "shift is not evolved and initial data is used to fill in new grid points before each step and after grid changes"
} "static"
KEYWORD dtlapse_evolution_method "The dtlapse evolution method"
{
- "static" :: "dtlapse is not evolved"
+ "static" :: "dtlapse is not evolved"
+ "ID-apply-regrid" :: "dtlapse is not evolved and initial data is used to fill in new grid points after regridding"
+ "ID-apply-always" :: "dtlapse is not evolved and initial data is used to fill in new grid points before each step and after grid changes"
} "static"
KEYWORD dtshift_evolution_method "The dtshift evolution method"
{
- "static" :: "shift is not evolved"
+ "static" :: "shift is not evolved"
+ "ID-apply-regrid" :: "dtshift is not evolved and initial data is used to fill in new grid points after regridding"
+ "ID-apply-always" :: "dtshift is not evolved and initial data is used to fill in new grid points before each step and after grid changes"
} "static"