From 81eb9a349bda102b65baf225ba5eb370d221509b Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 1 Mar 2007 00:00:43 +0000 Subject: Introduce option RotatingSymmetry90::poison_boundaries, which can be used to ensure that this symmetry condition does not omit grid points. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@42 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5 --- param.ccl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index a330da9..33137ca 100644 --- a/param.ccl +++ b/param.ccl @@ -4,3 +4,14 @@ BOOLEAN verbose "Produce screen output while applying boundary conditions" { } "no" + + + +BOOLEAN poison_boundaries "Fill the symmetry boundary with a poison value before the symmetry is applied, and check afterwards whether it has been overwritten" +{ +} "no" + +CCTK_REAL poison_value "Poison value (must not occur naturally)" +{ + *:* :: "" +} -424242.0 -- cgit v1.2.3