aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorshusa <shusa>2005-12-24 00:48:01 +0000
committershusa <shusa>2005-12-24 00:48:01 +0000
commit5304fb7aa8a44d5ab47d55ea7f2d2ba3742ef126 (patch)
tree72276aecfe552a1deab84fbe90e621a5fc729e41 /Tools/CodeGen
parentb8d4545603f242ec9aa63e7b5a40b1220ef0903b (diff)
set default GW amplitude to 0.1
Diffstat (limited to 'Tools/CodeGen')
-rw-r--r--Tools/CodeGen/Parfiles.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/CodeGen/Parfiles.m b/Tools/CodeGen/Parfiles.m
index 9878a5e..6f40a2e 100644
--- a/Tools/CodeGen/Parfiles.m
+++ b/Tools/CodeGen/Parfiles.m
@@ -329,7 +329,7 @@ Module[{},
{
"# Coupling to ADMBase\n",
-"ActiveThorns = \"SpaceMask ADMBase ADMCoupling\"",
+"ActiveThorns = \"SpaceMask ADMBase ADMCoupling ADMMacros StaticConformal\"",
"admbase::metric_type = \"physical\"",
"\n"
}
@@ -365,7 +365,7 @@ Print["Exact type:", Type];
{
"# data from exact solution \n",
If[MemberQ[{"LinearWave","LinearWave2D"}, Type],
-{"ActiveThorns = \"Exact CoordGauge IDLinearWaves StaticConformal\"\n"},
+{"ActiveThorns = \"Exact CoordGauge IDLinearWaves\"\n"},
{"ActiveThorns = \"exact coordgauge staticconformal\"\n",
@@ -534,7 +534,7 @@ Options[CreateRobust2DTest] = {Name -> "MyFormulation",
Options[CreateGaugeWaveTest] = {Name -> "MyFormulation",
Directory -> "par",
Type -> "GaugeWave",
- Amplitude -> 0.01,
+ Amplitude -> 0.1,
NoiseAmp -> 0.0 * 10^(-10),
NoiseGroups -> {},
Resolution -> 1,