From 1cd97cba4b224c728f3ec73b2edf5425bbcc90bf Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 26 Apr 2002 23:14:15 +0000 Subject: Version of Extract converted to new ADM Base, passes testsuite. Check now for existence of conformal factor which was missing before. Should be fixed to run without a conformal factor soon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@51 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129 --- par/Extract.par | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'par/Extract.par') diff --git a/par/Extract.par b/par/Extract.par index 4e2c3ea..0bc8a58 100644 --- a/par/Extract.par +++ b/par/Extract.par @@ -2,7 +2,7 @@ # Extract.par: Extracts from Schwarzschild Black Hole ################################################################# -ActiveThorns = "boundary pugh pughslab pughreduce adm ioutil iobasic cartgrid3d time einstein pughinterp extract idanalyticbh" +ActiveThorns = "boundary pugh pughslab pughreduce adm admbase admmacros staticconformal coordgauge ioutil iobasic cartgrid3d time pughinterp extract idanalyticbh" io::outdir = "Extract" driver::global_nx = 30 @@ -15,12 +15,13 @@ grid::dxyz = 0.3 time::dtfac = 0.2 -einstein::evolution_system = "ADM" -einstein::slicing = "geodesic" +admbase::evolution_method = "ADM" +admbase::lapse_evolution_method = "geodesic" +admbase::metric_type = "static conformal" cactus::cctk_itlast = 10 -einstein::initial_data = "schwarzschild" +admbase::initial_data = "schwarzschild" ### Extraction parameters -- cgit v1.2.3