From 8deedc12886432f70cba145c070161d3442be55a Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 20 May 2002 16:22:09 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDConstraintViolate/trunk@3 9ea3c693-0e4f-0410-9b72-c04bdc00281e --- param.ccl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..9b8bde3 --- /dev/null +++ b/param.ccl @@ -0,0 +1,28 @@ +# Parameter definitions for thorn IDConstraintViolate +# $Header$ + +shares: ADMBase + +uses KEYWORD metric_type + +extends KEYWORD initial_data +{ + "constraint violating gaussian" :: "Constraint violating gaussian" +} + +private: + +REAL radius "The radial position of the gaussian waves" +{ + 0:* :: "Positive" +} 0.0 + +REAL sigma "The sigma for the gaussian wave" +{ + 0:* :: "Positive" +} 0.1 + +REAL amplitude "The amplitude of the waves" +{ + *:* :: "No restriction" +} 0.001 -- cgit v1.2.3