From 864761a336b88cefc70e52775120bf5585b6ef5a Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 1 Nov 2002 08:30:30 +0000 Subject: Updated testsuites after fix to Schwarzschild metric for the physical case git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@80 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- test/ADMConstraints_Physical/ADMConstraints_Physical.par | 10 ++++++++-- test/ADMConstraints_Physical/ham_maximum.xg | 8 ++++---- test/ADMConstraints_Physical/ham_minimum.xg | 8 ++++---- test/ADMConstraints_Physical/ham_norm1.xg | 8 ++++---- test/ADMConstraints_Physical/ham_norm2.xg | 8 ++++---- test/ADMConstraints_Physical/momx_maximum.xg | 6 +++--- test/ADMConstraints_Physical/momx_minimum.xg | 6 +++--- test/ADMConstraints_Physical/momx_norm1.xg | 6 +++--- test/ADMConstraints_Physical/momx_norm2.xg | 6 +++--- test/ADMConstraints_Physical/momy_maximum.xg | 6 +++--- test/ADMConstraints_Physical/momy_minimum.xg | 6 +++--- test/ADMConstraints_Physical/momy_norm1.xg | 6 +++--- test/ADMConstraints_Physical/momy_norm2.xg | 6 +++--- test/ADMConstraints_Physical/momz_maximum.xg | 6 +++--- test/ADMConstraints_Physical/momz_minimum.xg | 6 +++--- test/ADMConstraints_Physical/momz_norm1.xg | 6 +++--- test/ADMConstraints_Physical/momz_norm2.xg | 6 +++--- 17 files changed, 60 insertions(+), 54 deletions(-) (limited to 'test') diff --git a/test/ADMConstraints_Physical/ADMConstraints_Physical.par b/test/ADMConstraints_Physical/ADMConstraints_Physical.par index d8820ea..908592d 100644 --- a/test/ADMConstraints_Physical/ADMConstraints_Physical.par +++ b/test/ADMConstraints_Physical/ADMConstraints_Physical.par @@ -12,7 +12,7 @@ # @@*/ # Required thorns -ActiveThorns = "Boundary Time ADMconstraints pugh pughreduce cartgrid3d ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic" +ActiveThorns = "ADMCoupling Boundary Time ADMconstraints ADM CoordGauge pugh pughreduce cartgrid3d ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic" # GENERAL @@ -24,7 +24,7 @@ grid::type = "byspacing" grid::dxyz = 0.2 grid::domain = "octant" -cactus::cctk_itlast = 0 +cactus::cctk_itlast = 3 # Einstein @@ -32,6 +32,12 @@ cactus::cctk_itlast = 0 ADMBase::initial_data = "schwarzschild" ADMBase::metric_type = "physical" +ADMBase::evolution_method = "ADM" +ADMBase::lapse_evolution_method = "1+log" + +adm::method = "stagleap" +adm::bound = "flat" + # Output IO::out_dir = "ADMConstraints_Physical" diff --git a/test/ADMConstraints_Physical/ham_maximum.xg b/test/ADMConstraints_Physical/ham_maximum.xg index 66cdec8..08f30cb 100644 --- a/test/ADMConstraints_Physical/ham_maximum.xg +++ b/test/ADMConstraints_Physical/ham_maximum.xg @@ -1,5 +1,5 @@ "ham v time -0.0000000000000 13.3168913178387 -0.1000000000000 17.5306768916953 -0.2000000000000 41.2644137187818 -0.3000000000000 156.0398679535504 +0.0000000000000 1.2092544405522 +0.1000000000000 1.2386864875013 +0.2000000000000 1.3318518336837 +0.3000000000000 1.5038632872823 diff --git a/test/ADMConstraints_Physical/ham_minimum.xg b/test/ADMConstraints_Physical/ham_minimum.xg index 53985a0..4bb0402 100644 --- a/test/ADMConstraints_Physical/ham_minimum.xg +++ b/test/ADMConstraints_Physical/ham_minimum.xg @@ -1,5 +1,5 @@ "ham v time -0.0000000000000 -3.1663435079891 -0.1000000000000 -3.0475853008326 -0.2000000000000 -3.0625005210252 -0.3000000000000 -4.4414962230179 +0.0000000000000 -0.0127665284922 +0.1000000000000 -0.9082652332115 +0.2000000000000 -0.7941617039888 +0.3000000000000 -0.6124164038107 diff --git a/test/ADMConstraints_Physical/ham_norm1.xg b/test/ADMConstraints_Physical/ham_norm1.xg index c3c3ad9..2da38bb 100644 --- a/test/ADMConstraints_Physical/ham_norm1.xg +++ b/test/ADMConstraints_Physical/ham_norm1.xg @@ -1,5 +1,5 @@ "ham v time -0.0000000000000 0.1774902308936 -0.1000000000000 0.1859891876737 -0.2000000000000 0.2171187752997 -0.3000000000000 0.3839334253993 +0.0000000000000 0.0033585856476 +0.1000000000000 0.1726280858394 +0.2000000000000 0.1609974394120 +0.3000000000000 0.1413824333650 diff --git a/test/ADMConstraints_Physical/ham_norm2.xg b/test/ADMConstraints_Physical/ham_norm2.xg index 7de4efb..7b900b2 100644 --- a/test/ADMConstraints_Physical/ham_norm2.xg +++ b/test/ADMConstraints_Physical/ham_norm2.xg @@ -1,5 +1,5 @@ "ham v time -0.0000000000000 0.7570518624213 -0.1000000000000 0.8624322037758 -0.2000000000000 1.6660412222337 -0.3000000000000 6.0614293230497 +0.0000000000000 0.0483258335386 +0.1000000000000 0.3384253287693 +0.2000000000000 0.3015443151070 +0.3000000000000 0.2449112360689 diff --git a/test/ADMConstraints_Physical/momx_maximum.xg b/test/ADMConstraints_Physical/momx_maximum.xg index 46c9206..65ae233 100644 --- a/test/ADMConstraints_Physical/momx_maximum.xg +++ b/test/ADMConstraints_Physical/momx_maximum.xg @@ -1,5 +1,5 @@ "momx v time 0.0000000000000 -0.0000000000000 -0.1000000000000 8.8861212674441 -0.2000000000000 18.9391397990672 -0.3000000000000 32.4033169212092 +0.1000000000000 0.6055336010316 +0.2000000000000 1.2129417799944 +0.3000000000000 1.8256733912942 diff --git a/test/ADMConstraints_Physical/momx_minimum.xg b/test/ADMConstraints_Physical/momx_minimum.xg index 42ba04e..90286ef 100644 --- a/test/ADMConstraints_Physical/momx_minimum.xg +++ b/test/ADMConstraints_Physical/momx_minimum.xg @@ -1,5 +1,5 @@ "momx v time 0.0000000000000 -0.0000000000000 -0.1000000000000 -42.3928226636914 -0.2000000000000 -121.2722920912621 -0.3000000000000 -321.7412887542507 +0.1000000000000 -2.0728952138630 +0.2000000000000 -4.2655543483543 +0.3000000000000 -6.7119753964895 diff --git a/test/ADMConstraints_Physical/momx_norm1.xg b/test/ADMConstraints_Physical/momx_norm1.xg index 5ccc2f0..f79c8f7 100644 --- a/test/ADMConstraints_Physical/momx_norm1.xg +++ b/test/ADMConstraints_Physical/momx_norm1.xg @@ -1,5 +1,5 @@ "momx v time 0.0000000000000 0.0000000000000 -0.1000000000000 0.0433446383591 -0.2000000000000 0.1036637106385 -0.3000000000000 0.2413492859555 +0.1000000000000 0.0078352848187 +0.2000000000000 0.0205360231457 +0.3000000000000 0.0306459604049 diff --git a/test/ADMConstraints_Physical/momx_norm2.xg b/test/ADMConstraints_Physical/momx_norm2.xg index d289f52..529c4f5 100644 --- a/test/ADMConstraints_Physical/momx_norm2.xg +++ b/test/ADMConstraints_Physical/momx_norm2.xg @@ -1,5 +1,5 @@ "momx v time 0.0000000000000 0.0000000000000 -0.1000000000000 0.9816315303820 -0.2000000000000 2.7621791337128 -0.3000000000000 7.2651806317338 +0.1000000000000 0.0511059812942 +0.2000000000000 0.1084609958955 +0.3000000000000 0.1684574205226 diff --git a/test/ADMConstraints_Physical/momy_maximum.xg b/test/ADMConstraints_Physical/momy_maximum.xg index 1298451..70ad376 100644 --- a/test/ADMConstraints_Physical/momy_maximum.xg +++ b/test/ADMConstraints_Physical/momy_maximum.xg @@ -1,5 +1,5 @@ "momy v time 0.0000000000000 -0.0000000000000 -0.1000000000000 8.8861212674441 -0.2000000000000 18.9391397990672 -0.3000000000000 32.4033169212092 +0.1000000000000 0.6055336010316 +0.2000000000000 1.2129417799944 +0.3000000000000 1.8256733912942 diff --git a/test/ADMConstraints_Physical/momy_minimum.xg b/test/ADMConstraints_Physical/momy_minimum.xg index 5e878ff..0b6bb7b 100644 --- a/test/ADMConstraints_Physical/momy_minimum.xg +++ b/test/ADMConstraints_Physical/momy_minimum.xg @@ -1,5 +1,5 @@ "momy v time 0.0000000000000 -0.0000000000000 -0.1000000000000 -42.3928226636914 -0.2000000000000 -121.2722920912621 -0.3000000000000 -321.7412887542507 +0.1000000000000 -2.0728952138630 +0.2000000000000 -4.2655543483543 +0.3000000000000 -6.7119753964895 diff --git a/test/ADMConstraints_Physical/momy_norm1.xg b/test/ADMConstraints_Physical/momy_norm1.xg index 7099c8f..c9c97eb 100644 --- a/test/ADMConstraints_Physical/momy_norm1.xg +++ b/test/ADMConstraints_Physical/momy_norm1.xg @@ -1,5 +1,5 @@ "momy v time 0.0000000000000 0.0000000000000 -0.1000000000000 0.0433446383591 -0.2000000000000 0.1036637106385 -0.3000000000000 0.2413492859555 +0.1000000000000 0.0078352848187 +0.2000000000000 0.0205360231457 +0.3000000000000 0.0306459604049 diff --git a/test/ADMConstraints_Physical/momy_norm2.xg b/test/ADMConstraints_Physical/momy_norm2.xg index adb1db6..9d92bdb 100644 --- a/test/ADMConstraints_Physical/momy_norm2.xg +++ b/test/ADMConstraints_Physical/momy_norm2.xg @@ -1,5 +1,5 @@ "momy v time 0.0000000000000 0.0000000000000 -0.1000000000000 0.9816315303820 -0.2000000000000 2.7621791337128 -0.3000000000000 7.2651806317338 +0.1000000000000 0.0511059812942 +0.2000000000000 0.1084609958955 +0.3000000000000 0.1684574205226 diff --git a/test/ADMConstraints_Physical/momz_maximum.xg b/test/ADMConstraints_Physical/momz_maximum.xg index 4413bcd..a076ce1 100644 --- a/test/ADMConstraints_Physical/momz_maximum.xg +++ b/test/ADMConstraints_Physical/momz_maximum.xg @@ -1,5 +1,5 @@ "momz v time 0.0000000000000 -0.0000000000000 -0.1000000000000 8.8861212674441 -0.2000000000000 18.9391397990672 -0.3000000000000 32.4033169212092 +0.1000000000000 0.6055336010316 +0.2000000000000 1.2129417799944 +0.3000000000000 1.8256733912942 diff --git a/test/ADMConstraints_Physical/momz_minimum.xg b/test/ADMConstraints_Physical/momz_minimum.xg index ebe3852..fd0b917 100644 --- a/test/ADMConstraints_Physical/momz_minimum.xg +++ b/test/ADMConstraints_Physical/momz_minimum.xg @@ -1,5 +1,5 @@ "momz v time 0.0000000000000 -0.0000000000000 -0.1000000000000 -42.3928226636914 -0.2000000000000 -121.2722920912622 -0.3000000000000 -321.7412887542508 +0.1000000000000 -2.0728952138630 +0.2000000000000 -4.2655543483543 +0.3000000000000 -6.7119753964895 diff --git a/test/ADMConstraints_Physical/momz_norm1.xg b/test/ADMConstraints_Physical/momz_norm1.xg index c22a155..747403f 100644 --- a/test/ADMConstraints_Physical/momz_norm1.xg +++ b/test/ADMConstraints_Physical/momz_norm1.xg @@ -1,5 +1,5 @@ "momz v time 0.0000000000000 0.0000000000000 -0.1000000000000 0.0433446383591 -0.2000000000000 0.1036637106385 -0.3000000000000 0.2413492859555 +0.1000000000000 0.0078352848187 +0.2000000000000 0.0205360231457 +0.3000000000000 0.0306459604049 diff --git a/test/ADMConstraints_Physical/momz_norm2.xg b/test/ADMConstraints_Physical/momz_norm2.xg index 3d8c65d..2cc78b7 100644 --- a/test/ADMConstraints_Physical/momz_norm2.xg +++ b/test/ADMConstraints_Physical/momz_norm2.xg @@ -1,5 +1,5 @@ "momz v time 0.0000000000000 0.0000000000000 -0.1000000000000 0.9816315303820 -0.2000000000000 2.7621791337128 -0.3000000000000 7.2651806317338 +0.1000000000000 0.0511059812942 +0.2000000000000 0.1084609958955 +0.3000000000000 0.1684574205226 -- cgit v1.2.3