From b79415ec7884a0b385ea67a6dfe84ef2becbc880 Mon Sep 17 00:00:00 2001 From: lanfer Date: Fri, 29 Oct 1999 14:19:31 +0000 Subject: some test screenoutput, a thornlist and the parameter file used git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@19 89daf98e-ef62-4674-b946-b8ff9de2216c --- test/AHF_2proc-origin.Thornlist | 29 + test/AHF_2proc-origin.par | 39 ++ test/AHF_2proc-origin.txt | 1426 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 1494 insertions(+) create mode 100644 test/AHF_2proc-origin.Thornlist create mode 100644 test/AHF_2proc-origin.par create mode 100644 test/AHF_2proc-origin.txt (limited to 'test') diff --git a/test/AHF_2proc-origin.Thornlist b/test/AHF_2proc-origin.Thornlist new file mode 100644 index 0000000..4da7ae2 --- /dev/null +++ b/test/AHF_2proc-origin.Thornlist @@ -0,0 +1,29 @@ +CactusBase/Boundary # Implements: boundary Inherits: (none) Friends: (none) Shares: (none) +CactusBase/CartGrid3D # Implements: grid Inherits: (none) Friends: (none) Shares: (none) +CactusBase/IOBasic # Implements: IOBasic Inherits: IO Friends: (none) Shares: (none) +CactusBase/IOUtil # Implements: IO Inherits: Cactus Friends: (none) Shares: (none) +CactusBase/Time # Implements: time Inherits: (none) Friends: (none) Shares: (none) +CactusEinstein/ADM # Implements: adm Inherits: einstein Friends: (none) Shares: (none) +CactusEinstein/ADMConstraints # Implements: admconstraints Inherits: einstein Friends: (none) Shares: (none) +CactusEinstein/Einstein # Implements: einstein Inherits: grid Friends: (none) Shares: (none) +CactusEinstein/IDAnalyticBH # Implements: idanalyticbh Inherits: einstein Friends: (none) Shares: (none) +CactusEinstein/IDLinearWaves +CactusEinstein/PsiKadelia # Implements: GRscalars Inherits: Einstein Friends: (none) Shares: (none) +CactusElliptic/EllBase +CactusElliptic/EllSOR +CactusPUGH/Interp # Implements: interp Inherits: (none) Friends: (none) Shares: (none) +CactusPUGH/PUGH # Implements: driver Inherits: Cactus Friends: (none) Shares: (none) +CactusPUGHIO/IOASCII # Implements: IOASCII Inherits: IO Friends: (none) Shares: (none) +CactusPUGHIO/IOFlexIO +CactusWave/IDScalarWave # Implements: idscalarwave Inherits: wavetoy,grid Friends: (none) Shares: (none) +CactusWave/IDScalarWaveCXX # Implements: idscalarwave Inherits: wavetoy,grid Friends: (none) Shares: (none) +CactusWave/WaveToyC # Implements: wavetoy Inherits: (none) Friends: (none) Shares: (none) +CactusWave/WaveToyCXX # Implements: wavetoy Inherits: (none) Friends: (none) Shares: (none) +CactusWave/WaveToyF77 # Implements: wavetoy Inherits: (none) Friends: (none) Shares: (none) +CactusWave/WaveToyF90 # Implements: wavetoy Inherits: (none) Friends: (none) Shares: (none) +Development/AHFinder # Implements: ahfinder Inherits: interp,einstein,grid,adm,IO Friends: (none) Shares: (none) +#Development/Maximal +#Development/ADM_BSSN +external/IEEEIO +external/RemoteIO +external/TCPXX diff --git a/test/AHF_2proc-origin.par b/test/AHF_2proc-origin.par new file mode 100644 index 0000000..5f866eb --- /dev/null +++ b/test/AHF_2proc-origin.par @@ -0,0 +1,39 @@ + +activethorns = "CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH ahfinder interp" + +cactus::cctk_itlast = 2 + +grid::type = "byspacing" +grid::dxyz = 0.1 +grid::domain = "octant" + +driver::global_nx = 32 +driver::global_ny = 32 +driver::global_nz = 32 + +ahfinder::ah_persists = "no" +ahfinder::ahf_active = "yes" +ahfinder::ahf_flow = "yes" +ahfinder::ahf_veryverbose ="yes" +#ahfinder::ahf_2Doutput = "yes" + +ahfinder::ahf_gaussout = "no" +ahfinder::ahf_xc = 0.0 +ahfinder::ahf_yc = 0.0 +ahfinder::ahf_zc = 0.0 +ahfinder::ahf_findevery = 15 + +einstein::initial_lapse = "one" +einstein::slicing = "geodesic" +einstein::evolution_system = "ADM" +einstein::initial_data = "schwarzschild" +#einstein::use_conformal = "no" + +adm::bound = "flat" +adm::verbose = "yes" + +IO::outdir = "./test" +IO::out_every = 1 +IOASCII::out1D_vars = "einstein::psi grid::x einstein::gxy einstein::gxz einstein::gyy einstein::alp grid::r einstein::gxx " + +IDAnalyticBH::mass =2.0 diff --git a/test/AHF_2proc-origin.txt b/test/AHF_2proc-origin.txt new file mode 100644 index 0000000..9f9ada7 --- /dev/null +++ b/test/AHF_2proc-origin.txt @@ -0,0 +1,1426 @@ +----------------------------------------------------------- + 10 + 1 0101 ************************ + 01 1010 10 The Cactus Code V4.0 + 1010 1101 011 www.cactuscode.org + 1001 100101 ************************ + 00010101 + 100011 (c) Copyright The Authors + 0100 GNU Licensed. No Warranty + 0101 + +----------------------------------------------------------- +----------------------------------------------------------- + 10 + 1 0101 ************************ + 01 1010 10 The Cactus Code V4.0 + 1010 1101 011 www.cactuscode.org + 1001 100101 ************************ + 00010101 + 100011 (c) Copyright The Authors + 0100 GNU Licensed. No Warranty + 0101 + +----------------------------------------------------------- +Activating thorn Cactus...Success -> active implementation Cactus +Activating thorn CartGrid3D...Success -> active implementation grid +Activating thorn Einstein...Success -> active implementation einstein +Activating thorn boundary...Success -> active implementation boundary +Activating thorn adm...Success -> active implementation adm +Activating thorn IDAnalyticBH...Success -> active implementation idanalyticbh +Activating thorn IOBasic...Success -> active implementation IOBasic +Activating thorn IOUtil...Success -> active implementation IO +Activating thorn IOASCII...Success -> active implementation IOASCII +Activating thorn PUGH...Success -> active implementation driver +Activating thorn ahfinder...Success -> active implementation ahfinder +Activating thorn interp...Success -> active implementation interp +-------------------------------------------------------------------------------- + Startup routines + ADM: Register the slicings in ADM + CartGrid3D: Register GH Extension for GridSymmetry + CartGrid3D: Register coordinates for the Cartesian grid + IOUtil: IOUtil startup routine + IOBasic: Startup routine + IOASCII: Startup routine + Interp: Interp startup routine + PUGH: Startup routine. + + Parameter checking routines + CartGrid3D: Check coordinates for CartGrid3D + IDAnalyticBH: Construct parameters for analytic black hole solutions + + Initialisation + ADM: Set grid function symmetries + CartGrid3D: Set up spatial 3D Cartesian coordinates on the GH + Einstein: Set up symmetries for Einstein GFs + Einstein: Initialize slicing, setup priorities for mixed slicings + PUGH: Report on PUGH set up + Einstein: Initialisation for Einstein methods + ADM: Setup for ADM + Einstein: Set initial lapse to one + IDAnalyticBH: Construct initial data for a single Schwarzschild black hole + AHFinder: Call apparent horizon finder + + do loop over timesteps + Einstein: Identify the slicing for the next iteration + ADM: Evolve using Staggered Leapfrog + t = t+dt + AHFinder: Call apparent horizon finder + if (analysis) + Einstein: Compute the trace of the extrinsic curvature + Einstein: Calculate the spherical metric in r,theta(q), phi(p) + Einstein: Calculate the spherical ex. curvature in r, theta(q), phi(p) + endif + enddo +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- +Driver provided by PUGH +-------------------------------------------------------------------------------- +INFO (PUGH): Zeroing memory for allocated GFs at alloc time +INFO (Cactus): Creating directory: "mkdir ./test" + One Black Hole: Throat at : 1. + Implements conformal metric + ... and conformal derivatives +INFO (CartGrid3D): dx=>1.0000000e-01 dy=>1.0000000e-01 dz=>1.0000000e-01 +INFO (CartGrid3D): x=>[-0.050, 3.050] y=>[-0.050, 3.050] z=>[-0.050, 3.050] + +CartGrid3D + ---------- +Dx,Dy,Dz on coarse grid 0.000 0.000, 0.000 +Dx,Dy,Dz on this grid 0.100 0.100, 0.100 + Convergence level = 1 + Minimum global coords -0.050 -0.050 -0.050 + Maximum global coords 3.050 3.050 3.050 + Minimum local coords -0.050 -0.050 -0.050 + Maximum local coords 0.000 0.000 0.000 +INFO (PUGH): MPI Evolution on 2 processors +INFO (PUGH): Size: 32 32 32 +INFO (PUGH): Processor topology: 1 x 1 x 2 +INFO (PUGH): Local load: 17408 [32 x 32 x 17] +INFO (PUGH): Maximum load skew: 0.000000 +INFO (ADM): Evolve using the ADM system +INFO (ADM): ... with staggered leapfrog +INFO (ADM): Geodesic slicing (lapse set to unity) +INFO (ADM): ... lapse will not be evolved in ADM routines + + AHFinder: Looking for horizon + outdir = 270012496 + + Initial guess sphere with radius: 2.440E+00 + centered on: 0.000E+00 0.000E+00 0.000E+00 + + + AHFinder: FLOW ITERATION 1 + + Surface area = 5.876802E+02 + Mean value of H = 1.717462E-01 + Mean value of H^2 = 2.949726E-02 + ahfdiff/ahfsum = 1.400195E-02 + + New stepsize = 2.000000E-02 + + Shape coefficients: + + c0( 0) = 2.405918E+00 + c0( 2) = 2.366841E-03 + c0( 4) = 1.496123E-04 + c0( 6) = 2.697479E-05 + c0( 8) = 8.082930E-06 + + + AHFinder: FLOW ITERATION 2 + + Surface area = 5.775787E+02 + Mean value of H = 1.695737E-01 + Mean value of H^2 = 2.876252E-02 + ahfdiff/ahfsum = 2.772883E-02 + + New stepsize = 4.000000E-02 + + Shape coefficients: + + c0( 0) = 2.339358E+00 + c0( 2) = 6.875890E-03 + c0( 4) = 4.527818E-04 + c0( 6) = 8.174829E-05 + c0( 8) = 2.439014E-05 + + + AHFinder: FLOW ITERATION 3 + + Surface area = 5.586193E+02 + Mean value of H = 1.649040E-01 + Mean value of H^2 = 2.724074E-02 + ahfdiff/ahfsum = 5.424009E-02 + + Shape coefficients: + + c0( 0) = 2.212732E+00 + c0( 2) = 1.499833E-02 + c0( 4) = 1.072409E-03 + c0( 6) = 1.943895E-04 + c0( 8) = 5.752912E-05 + + + AHFinder: FLOW ITERATION 4 + + Surface area = 5.360496E+02 + Mean value of H = 1.581193E-01 + Mean value of H^2 = 2.515842E-02 + ahfdiff/ahfsum = 5.259745E-02 + + Shape coefficients: + + c0( 0) = 2.096541E+00 + c0( 2) = 2.172263E-02 + c0( 4) = 1.704852E-03 + c0( 6) = 3.113222E-04 + c0( 8) = 9.137729E-05 + + + AHFinder: FLOW ITERATION 5 + + Surface area = 5.164416E+02 + Mean value of H = 1.508363E-01 + Mean value of H^2 = 2.307660E-02 + ahfdiff/ahfsum = 5.059959E-02 + + Shape coefficients: + + c0( 0) = 1.990592E+00 + c0( 2) = 2.713746E-02 + c0( 4) = 2.336523E-03 + c0( 6) = 4.314418E-04 + c0( 8) = 1.257247E-04 + + + AHFinder: FLOW ITERATION 6 + + Surface area = 4.995220E+02 + Mean value of H = 1.431960E-01 + Mean value of H^2 = 2.104730E-02 + ahfdiff/ahfsum = 4.830780E-02 + + Shape coefficients: + + c0( 0) = 1.894516E+00 + c0( 2) = 3.135499E-02 + c0( 4) = 2.953714E-03 + c0( 6) = 5.534784E-04 + c0( 8) = 1.603449E-04 + + + AHFinder: FLOW ITERATION 7 + + Surface area = 4.850085E+02 + Mean value of H = 1.353434E-01 + Mean value of H^2 = 1.911201E-02 + ahfdiff/ahfsum = 4.579290E-02 + + Shape coefficients: + + c0( 0) = 1.807808E+00 + c0( 2) = 3.450315E-02 + c0( 4) = 3.543574E-03 + c0( 6) = 6.760218E-04 + c0( 8) = 1.949961E-04 + + + AHFinder: FLOW ITERATION 8 + + Surface area = 4.726204E+02 + Mean value of H = 1.274182E-01 + Mean value of H^2 = 1.730011E-02 + ahfdiff/ahfsum = 4.312878E-02 + + Shape coefficients: + + c0( 0) = 1.729859E+00 + c0( 2) = 3.671769E-02 + c0( 4) = 4.094946E-03 + c0( 6) = 7.975645E-04 + c0( 8) = 2.294238E-04 + + + AHFinder: FLOW ITERATION 9 + + Surface area = 4.620882E+02 + Mean value of H = 1.195472E-01 + Mean value of H^2 = 1.562922E-02 + ahfdiff/ahfsum = 4.038652E-02 + + Shape coefficients: + + c0( 0) = 1.659996E+00 + c0( 2) = 3.813478E-02 + c0( 4) = 4.598942E-03 + c0( 6) = 9.165634E-04 + c0( 8) = 2.633665E-04 + + + AHFinder: FLOW ITERATION 10 + + Surface area = 4.531635E+02 + Mean value of H = 1.118372E-01 + Mean value of H^2 = 1.410636E-02 + ahfdiff/ahfsum = 3.762988E-02 + + Shape coefficients: + + c0( 0) = 1.597520E+00 + c0( 2) = 3.888504E-02 + c0( 4) = 5.049233E-03 + c0( 6) = 1.031495E-03 + c0( 8) = 2.965681E-04 + + + AHFinder: FLOW ITERATION 11 + + Surface area = 4.456164E+02 + Mean value of H = 1.043746E-01 + Mean value of H^2 = 1.273072E-02 + ahfdiff/ahfsum = 3.491277E-02 + + Shape coefficients: + + c0( 0) = 1.541731E+00 + c0( 2) = 3.908932E-02 + c0( 4) = 5.442013E-03 + c0( 6) = 1.140943E-03 + c0( 8) = 3.287642E-04 + + + AHFinder: FLOW ITERATION 12 + + Surface area = 4.392391E+02 + Mean value of H = 9.722547E-02 + Mean value of H^2 = 1.149614E-02 + ahfdiff/ahfsum = 3.227769E-02 + + Shape coefficients: + + c0( 0) = 1.491953E+00 + c0( 2) = 3.885602E-02 + c0( 4) = 5.775848E-03 + c0( 6) = 1.243632E-03 + c0( 8) = 3.597045E-04 + + + AHFinder: FLOW ITERATION 13 + + Surface area = 4.338595E+02 + Mean value of H = 9.043178E-02 + Mean value of H^2 = 1.039198E-02 + ahfdiff/ahfsum = 2.975612E-02 + + Shape coefficients: + + c0( 0) = 1.447548E+00 + c0( 2) = 3.827989E-02 + c0( 4) = 6.051313E-03 + c0( 6) = 1.338497E-03 + c0( 8) = 3.891374E-04 + + + AHFinder: FLOW ITERATION 14 + + Surface area = 4.293150E+02 + Mean value of H = 8.402348E-02 + Mean value of H^2 = 9.406833E-03 + ahfdiff/ahfsum = 2.736959E-02 + + Shape coefficients: + + c0( 0) = 1.407924E+00 + c0( 2) = 3.744198E-02 + c0( 4) = 6.270615E-03 + c0( 6) = 1.424720E-03 + c0( 8) = 4.168550E-04 + + + AHFinder: FLOW ITERATION 15 + + Surface area = 4.254817E+02 + Mean value of H = 7.801488E-02 + Mean value of H^2 = 8.529144E-03 + ahfdiff/ahfsum = 2.513135E-02 + + Shape coefficients: + + c0( 0) = 1.372544E+00 + c0( 2) = 3.641027E-02 + c0( 4) = 6.437086E-03 + c0( 6) = 1.501752E-03 + c0( 8) = 4.426662E-04 + + + AHFinder: FLOW ITERATION 16 + + Surface area = 4.222451E+02 + Mean value of H = 7.240552E-02 + Mean value of H^2 = 7.746673E-03 + ahfdiff/ahfsum = 2.304706E-02 + + Shape coefficients: + + c0( 0) = 1.340921E+00 + c0( 2) = 3.524053E-02 + c0( 4) = 6.554894E-03 + c0( 6) = 1.569225E-03 + c0( 8) = 4.664280E-04 + + + AHFinder: FLOW ITERATION 17 + + Surface area = 4.194958E+02 + Mean value of H = 6.718955E-02 + Mean value of H^2 = 7.048190E-03 + ahfdiff/ahfsum = 2.111808E-02 + + Shape coefficients: + + c0( 0) = 1.312622E+00 + c0( 2) = 3.397824E-02 + c0( 4) = 6.628569E-03 + c0( 6) = 1.627024E-03 + c0( 8) = 4.880071E-04 + + + AHFinder: FLOW ITERATION 18 + + Surface area = 4.171608E+02 + Mean value of H = 6.235209E-02 + Mean value of H^2 = 6.423211E-03 + ahfdiff/ahfsum = 1.934109E-02 + + Shape coefficients: + + c0( 0) = 1.287260E+00 + c0( 2) = 3.265974E-02 + c0( 4) = 6.662854E-03 + c0( 6) = 1.675231E-03 + c0( 8) = 5.073009E-04 + + + AHFinder: FLOW ITERATION 19 + + Surface area = 4.151814E+02 + Mean value of H = 5.787453E-02 + Mean value of H^2 = 5.862591E-03 + ahfdiff/ahfsum = 1.770974E-02 + + Shape coefficients: + + c0( 0) = 1.264495E+00 + c0( 2) = 3.131359E-02 + c0( 4) = 6.662532E-03 + c0( 6) = 1.714074E-03 + c0( 8) = 5.242591E-04 + + + AHFinder: FLOW ITERATION 20 + + Surface area = 4.134960E+02 + Mean value of H = 5.373922E-02 + Mean value of H^2 = 5.358868E-03 + ahfdiff/ahfsum = 1.621651E-02 + + Shape coefficients: + + c0( 0) = 1.244027E+00 + c0( 2) = 2.996198E-02 + c0( 4) = 6.632203E-03 + c0( 6) = 1.743915E-03 + c0( 8) = 5.388707E-04 + + + AHFinder: FLOW ITERATION 21 + + Surface area = 4.120532E+02 + Mean value of H = 4.992525E-02 + Mean value of H^2 = 4.905253E-03 + ahfdiff/ahfsum = 1.485297E-02 + + Shape coefficients: + + c0( 0) = 1.225593E+00 + c0( 2) = 2.862197E-02 + c0( 4) = 6.576150E-03 + c0( 6) = 1.765237E-03 + c0( 8) = 5.511409E-04 + + + AHFinder: FLOW ITERATION 22 + + Surface area = 4.108149E+02 + Mean value of H = 4.640902E-02 + Mean value of H^2 = 4.495325E-03 + ahfdiff/ahfsum = 1.360986E-02 + + Shape coefficients: + + c0( 0) = 1.208960E+00 + c0( 2) = 2.730634E-02 + c0( 4) = 6.498333E-03 + c0( 6) = 1.778590E-03 + c0( 8) = 5.611030E-04 + + + AHFinder: FLOW ITERATION 23 + + Surface area = 4.097512E+02 + Mean value of H = 4.316865E-02 + Mean value of H^2 = 4.123896E-03 + ahfdiff/ahfsum = 1.247770E-02 + + Shape coefficients: + + c0( 0) = 1.193926E+00 + c0( 2) = 2.602439E-02 + c0( 4) = 6.402372E-03 + c0( 6) = 1.784571E-03 + c0( 8) = 5.688195E-04 + + + AHFinder: FLOW ITERATION 24 + + Surface area = 4.088379E+02 + Mean value of H = 4.018293E-02 + Mean value of H^2 = 3.786573E-03 + ahfdiff/ahfsum = 1.144725E-02 + + Shape coefficients: + + c0( 0) = 1.180312E+00 + c0( 2) = 2.478270E-02 + c0( 4) = 6.291525E-03 + c0( 6) = 1.783804E-03 + c0( 8) = 5.743763E-04 + + + AHFinder: FLOW ITERATION 25 + + Surface area = 4.080540E+02 + Mean value of H = 3.743226E-02 + Mean value of H^2 = 3.479684E-03 + ahfdiff/ahfsum = 1.050977E-02 + + Shape coefficients: + + c0( 0) = 1.167963E+00 + c0( 2) = 2.358567E-02 + c0( 4) = 6.168697E-03 + c0( 6) = 1.776911E-03 + c0( 8) = 5.778812E-04 + + + AHFinder: FLOW ITERATION 26 + + Surface area = 4.073793E+02 + Mean value of H = 3.489795E-02 + Mean value of H^2 = 3.200035E-03 + ahfdiff/ahfsum = 9.656973E-03 + + Shape coefficients: + + c0( 0) = 1.156741E+00 + c0( 2) = 2.243604E-02 + c0( 4) = 6.036432E-03 + c0( 6) = 1.764506E-03 + c0( 8) = 5.794542E-04 + + + AHFinder: FLOW ITERATION 27 + + Surface area = 4.067923E+02 + Mean value of H = 3.256167E-02 + Mean value of H^2 = 2.944541E-03 + ahfdiff/ahfsum = 8.881294E-03 + + Shape coefficients: + + c0( 0) = 1.146526E+00 + c0( 2) = 2.133527E-02 + c0( 4) = 5.896939E-03 + c0( 6) = 1.747196E-03 + c0( 8) = 5.792197E-04 + + + AHFinder: FLOW ITERATION 28 + + Surface area = 4.062799E+02 + Mean value of H = 3.040703E-02 + Mean value of H^2 = 2.710694E-03 + ahfdiff/ahfsum = 8.175606E-03 + + Shape coefficients: + + c0( 0) = 1.137211E+00 + c0( 2) = 2.028387E-02 + c0( 4) = 5.752126E-03 + c0( 6) = 1.725565E-03 + c0( 8) = 5.773075E-04 + + + AHFinder: FLOW ITERATION 29 + + Surface area = 4.058319E+02 + Mean value of H = 2.841848E-02 + Mean value of H^2 = 2.496320E-03 + ahfdiff/ahfsum = 7.533333E-03 + + Shape coefficients: + + c0( 0) = 1.128702E+00 + c0( 2) = 1.928158E-02 + c0( 4) = 5.603640E-03 + c0( 6) = 1.700164E-03 + c0( 8) = 5.738541E-04 + + + AHFinder: FLOW ITERATION 30 + + Surface area = 4.054396E+02 + Mean value of H = 2.658198E-02 + Mean value of H^2 = 2.299547E-03 + ahfdiff/ahfsum = 6.948405E-03 + + Shape coefficients: + + c0( 0) = 1.120918E+00 + c0( 2) = 1.832759E-02 + c0( 4) = 5.452889E-03 + c0( 6) = 1.671516E-03 + c0( 8) = 5.689945E-04 + + + AHFinder: FLOW ITERATION 31 + + Surface area = 4.050954E+02 + Mean value of H = 2.488490E-02 + Mean value of H^2 = 2.118750E-03 + ahfdiff/ahfsum = 6.415407E-03 + + Shape coefficients: + + c0( 0) = 1.113785E+00 + c0( 2) = 1.742068E-02 + c0( 4) = 5.301068E-03 + c0( 6) = 1.640102E-03 + c0( 8) = 5.628650E-04 + + + AHFinder: FLOW ITERATION 32 + + Surface area = 4.047930E+02 + Mean value of H = 2.331548E-02 + Mean value of H^2 = 1.952494E-03 + ahfdiff/ahfsum = 5.929403E-03 + + Shape coefficients: + + c0( 0) = 1.107238E+00 + c0( 2) = 1.655935E-02 + c0( 4) = 5.149189E-03 + c0( 6) = 1.606365E-03 + c0( 8) = 5.555996E-04 + + + AHFinder: FLOW ITERATION 33 + + Surface area = 4.045273E+02 + Mean value of H = 2.186279E-02 + Mean value of H^2 = 1.799512E-03 + ahfdiff/ahfsum = 5.485815E-03 + + Shape coefficients: + + c0( 0) = 1.101221E+00 + c0( 2) = 1.574189E-02 + c0( 4) = 4.998092E-03 + c0( 6) = 1.570716E-03 + c0( 8) = 5.473258E-04 + + + AHFinder: FLOW ITERATION 34 + + Surface area = 4.042935E+02 + Mean value of H = 2.051732E-02 + Mean value of H^2 = 1.658682E-03 + ahfdiff/ahfsum = 5.080662E-03 + + Shape coefficients: + + c0( 0) = 1.095681E+00 + c0( 2) = 1.496648E-02 + c0( 4) = 4.848480E-03 + c0( 6) = 1.533521E-03 + c0( 8) = 5.381678E-04 + + + AHFinder: FLOW ITERATION 35 + + Surface area = 4.040875E+02 + Mean value of H = 1.926998E-02 + Mean value of H^2 = 1.528991E-03 + ahfdiff/ahfsum = 4.710282E-03 + + New stepsize = 8.000000E-02 + + Shape coefficients: + + c0( 0) = 1.090575E+00 + c0( 2) = 1.423123E-02 + c0( 4) = 4.700930E-03 + c0( 6) = 1.495113E-03 + c0( 8) = 5.282421E-04 + + + AHFinder: FLOW ITERATION 36 + + Surface area = 4.038189E+02 + Mean value of H = 1.754266E-02 + Mean value of H^2 = 1.351984E-03 + ahfdiff/ahfsum = 8.571173E-03 + + Shape coefficients: + + c0( 0) = 1.081333E+00 + c0( 2) = 1.285590E-02 + c0( 4) = 4.412265E-03 + c0( 6) = 1.416087E-03 + c0( 8) = 5.067718E-04 + + + AHFinder: FLOW ITERATION 37 + + Surface area = 4.035264E+02 + Mean value of H = 1.550767E-02 + Mean value of H^2 = 1.146581E-03 + ahfdiff/ahfsum = 7.384451E-03 + + Shape coefficients: + + c0( 0) = 1.073448E+00 + c0( 2) = 1.162224E-02 + c0( 4) = 4.135902E-03 + c0( 6) = 1.334979E-03 + c0( 8) = 4.832810E-04 + + + AHFinder: FLOW ITERATION 38 + + Surface area = 4.032952E+02 + Mean value of H = 1.374994E-02 + Mean value of H^2 = 9.721076E-04 + ahfdiff/ahfsum = 6.389263E-03 + + Shape coefficients: + + c0( 0) = 1.066685E+00 + c0( 2) = 1.051558E-02 + c0( 4) = 3.873777E-03 + c0( 6) = 1.253526E-03 + c0( 8) = 4.584938E-04 + + + AHFinder: FLOW ITERATION 39 + + Surface area = 4.031114E+02 + Mean value of H = 1.222580E-02 + Mean value of H^2 = 8.238871E-04 + ahfdiff/ahfsum = 5.550942E-03 + + Shape coefficients: + + c0( 0) = 1.060853E+00 + c0( 2) = 9.522294E-03 + c0( 4) = 3.626918E-03 + c0( 6) = 1.173067E-03 + c0( 8) = 4.330193E-04 + + + AHFinder: FLOW ITERATION 40 + + Surface area = 4.029642E+02 + Mean value of H = 1.089929E-02 + Mean value of H^2 = 6.980019E-04 + ahfdiff/ahfsum = 4.841785E-03 + + Shape coefficients: + + c0( 0) = 1.055800E+00 + c0( 2) = 8.630038E-03 + c0( 4) = 3.395707E-03 + c0( 6) = 1.094599E-03 + c0( 8) = 4.073609E-04 + + + AHFinder: FLOW ITERATION 41 + + Surface area = 4.028456E+02 + Mean value of H = 9.740440E-03 + Mean value of H^2 = 5.911454E-04 + ahfdiff/ahfsum = 4.239213E-03 + + Shape coefficients: + + c0( 0) = 1.051403E+00 + c0( 2) = 7.827720E-03 + c0( 4) = 3.180078E-03 + c0( 6) = 1.018851E-03 + c0( 8) = 3.819199E-04 + + + AHFinder: FLOW ITERATION 42 + + Surface area = 4.027489E+02 + Mean value of H = 8.724452E-03 + Mean value of H^2 = 5.005078E-04 + ahfdiff/ahfsum = 3.724965E-03 + + Shape coefficients: + + c0( 0) = 1.047560E+00 + c0( 2) = 7.105469E-03 + c0( 4) = 2.979655E-03 + c0( 6) = 9.463336E-04 + c0( 8) = 3.570049E-04 + + + AHFinder: FLOW ITERATION 43 + + Surface area = 4.026695E+02 + Mean value of H = 7.830681E-03 + Mean value of H^2 = 4.236901E-04 + ahfdiff/ahfsum = 3.284173E-03 + + Shape coefficients: + + c0( 0) = 1.044187E+00 + c0( 2) = 6.454544E-03 + c0( 4) = 2.793861E-03 + c0( 6) = 8.773793E-04 + c0( 8) = 3.328509E-04 + + + AHFinder: FLOW ITERATION 44 + + Surface area = 4.026040E+02 + Mean value of H = 7.041960E-03 + Mean value of H^2 = 3.586435E-04 + ahfdiff/ahfsum = 2.904816E-03 + + Shape coefficients: + + c0( 0) = 1.041217E+00 + c0( 2) = 5.867210E-03 + c0( 4) = 2.622001E-03 + c0( 6) = 8.121792E-04 + c0( 8) = 3.096292E-04 + + + AHFinder: FLOW ITERATION 45 + + Surface area = 4.025497E+02 + Mean value of H = 6.343794E-03 + Mean value of H^2 = 3.036124E-04 + ahfdiff/ahfsum = 2.576993E-03 + + Shape coefficients: + + c0( 0) = 1.038592E+00 + c0( 2) = 5.336658E-03 + c0( 4) = 2.463311E-03 + c0( 6) = 7.508119E-04 + c0( 8) = 2.874595E-04 + + + AHFinder: FLOW ITERATION 46 + + Surface area = 4.025046E+02 + Mean value of H = 5.723975E-03 + Mean value of H^2 = 2.570948E-04 + ahfdiff/ahfsum = 2.292548E-03 + + Shape coefficients: + + c0( 0) = 1.036266E+00 + c0( 2) = 4.856866E-03 + c0( 4) = 2.316992E-03 + c0( 6) = 6.932784E-04 + c0( 8) = 2.664175E-04 + + + AHFinder: FLOW ITERATION 47 + + Surface area = 4.024670E+02 + Mean value of H = 5.172236E-03 + Mean value of H^2 = 2.178062E-04 + ahfdiff/ahfsum = 2.044788E-03 + + Shape coefficients: + + c0( 0) = 1.034197E+00 + c0( 2) = 4.422524E-03 + c0( 4) = 2.182237E-03 + c0( 6) = 6.395167E-04 + c0( 8) = 2.465441E-04 + + + AHFinder: FLOW ITERATION 48 + + Surface area = 4.024356E+02 + Mean value of H = 4.679860E-03 + Mean value of H^2 = 1.846483E-04 + ahfdiff/ahfsum = 1.828197E-03 + + Shape coefficients: + + c0( 0) = 1.032352E+00 + c0( 2) = 4.028937E-03 + c0( 4) = 2.058254E-03 + c0( 6) = 5.894208E-04 + c0( 8) = 2.278534E-04 + + + AHFinder: FLOW ITERATION 49 + + Surface area = 4.024093E+02 + Mean value of H = 4.239397E-03 + Mean value of H^2 = 1.566847E-04 + ahfdiff/ahfsum = 1.638160E-03 + + Shape coefficients: + + c0( 0) = 1.030704E+00 + c0( 2) = 3.671952E-03 + c0( 4) = 1.944276E-03 + c0( 6) = 5.428523E-04 + c0( 8) = 2.103377E-04 + + + AHFinder: FLOW ITERATION 50 + + Surface area = 4.023869E+02 + Mean value of H = 3.844508E-03 + Mean value of H^2 = 1.331162E-04 + ahfdiff/ahfsum = 1.470861E-03 + + Shape coefficients: + + c0( 0) = 1.029227E+00 + c0( 2) = 3.347888E-03 + c0( 4) = 1.839567E-03 + c0( 6) = 4.996518E-04 + c0( 8) = 1.939734E-04 + + + AHFinder: FLOW ITERATION 51 + + Surface area = 4.023678E+02 + Mean value of H = 3.489761E-03 + Mean value of H^2 = 1.132642E-04 + ahfdiff/ahfsum = 1.323117E-03 + + Shape coefficients: + + c0( 0) = 1.027902E+00 + c0( 2) = 3.053478E-03 + c0( 4) = 1.743427E-03 + c0( 6) = 4.596469E-04 + c0( 8) = 1.787255E-04 + + + AHFinder: FLOW ITERATION 52 + + Surface area = 4.023514E+02 + Mean value of H = 3.170506E-03 + Mean value of H^2 = 9.655289E-05 + ahfdiff/ahfsum = 1.192249E-03 + + Shape coefficients: + + c0( 0) = 1.026710E+00 + c0( 2) = 2.785817E-03 + c0( 4) = 1.655200E-03 + c0( 6) = 4.226574E-04 + c0( 8) = 1.645503E-04 + + + AHFinder: FLOW ITERATION 53 + + Surface area = 4.023371E+02 + Mean value of H = 2.882701E-03 + Mean value of H^2 = 8.249289E-05 + ahfdiff/ahfsum = 1.075999E-03 + + Shape coefficients: + + c0( 0) = 1.025636E+00 + c0( 2) = 2.542317E-03 + c0( 4) = 1.574268E-03 + c0( 6) = 3.885009E-04 + c0( 8) = 1.513985E-04 + + + AHFinder: FLOW ITERATION 54 + + Surface area = 4.023249E+02 + Mean value of H = 2.622875E-03 + Mean value of H^2 = 7.066967E-05 + ahfdiff/ahfsum = 9.724653E-04 + + Shape coefficients: + + c0( 0) = 1.024667E+00 + c0( 2) = 2.320664E-03 + c0( 4) = 1.500054E-03 + c0( 6) = 3.569971E-04 + c0( 8) = 1.392174E-04 + + + AHFinder: FLOW ITERATION 55 + + Surface area = 4.023143E+02 + Mean value of H = 2.387972E-03 + Mean value of H^2 = 6.073202E-05 + ahfdiff/ahfsum = 8.800295E-04 + + Shape coefficients: + + c0( 0) = 1.023791E+00 + c0( 2) = 2.118790E-03 + c0( 4) = 1.432022E-03 + c0( 6) = 3.279691E-04 + c0( 8) = 1.279524E-04 + + + AHFinder: FLOW ITERATION 56 + + Surface area = 4.023049E+02 + Mean value of H = 2.175334E-03 + Mean value of H^2 = 5.238282E-05 + ahfdiff/ahfsum = 7.973133E-04 + + Shape coefficients: + + c0( 0) = 1.022999E+00 + c0( 2) = 1.934842E-03 + c0( 4) = 1.369673E-03 + c0( 6) = 3.012453E-04 + c0( 8) = 1.175485E-04 + + + AHFinder: FLOW ITERATION 57 + + Surface area = 4.022968E+02 + Mean value of H = 1.982630E-03 + Mean value of H^2 = 4.537095E-05 + ahfdiff/ahfsum = 7.231318E-04 + + Shape coefficients: + + c0( 0) = 1.022281E+00 + c0( 2) = 1.767156E-03 + c0( 4) = 1.312545E-03 + c0( 6) = 2.766615E-04 + c0( 8) = 1.079509E-04 + + + AHFinder: FLOW ITERATION 58 + + Surface area = 4.022897E+02 + Mean value of H = 1.807807E-03 + Mean value of H^2 = 3.948431E-05 + ahfdiff/ahfsum = 6.564734E-04 + + Shape coefficients: + + c0( 0) = 1.021630E+00 + c0( 2) = 1.614232E-03 + c0( 4) = 1.260211E-03 + c0( 6) = 2.540616E-04 + c0( 8) = 9.910600E-05 + + + AHFinder: FLOW ITERATION 59 + + Surface area = 4.022835E+02 + Mean value of H = 1.649062E-03 + Mean value of H^2 = 3.454396E-05 + ahfdiff/ahfsum = 5.964691E-04 + + Shape coefficients: + + c0( 0) = 1.021040E+00 + c0( 2) = 1.474724E-03 + c0( 4) = 1.212277E-03 + c0( 6) = 2.332976E-04 + c0( 8) = 9.096191E-05 + + + AHFinder: FLOW ITERATION 60 + + Surface area = 4.022780E+02 + Mean value of H = 1.504804E-03 + Mean value of H^2 = 3.039908E-05 + ahfdiff/ahfsum = 5.423698E-04 + + Shape coefficients: + + c0( 0) = 1.020503E+00 + c0( 2) = 1.347411E-03 + c0( 4) = 1.168379E-03 + c0( 6) = 2.142306E-04 + c0( 8) = 8.346895E-05 + + + AHFinder: FLOW ITERATION 61 + + Surface area = 4.022732E+02 + Mean value of H = 1.373606E-03 + Mean value of H^2 = 2.692259E-05 + ahfdiff/ahfsum = 4.935189E-04 + + Shape coefficients: + + c0( 0) = 1.020015E+00 + c0( 2) = 1.231195E-03 + c0( 4) = 1.128183E-03 + c0( 6) = 1.967296E-04 + c0( 8) = 7.657976E-05 + + + AHFinder: FLOW ITERATION 62 + + Surface area = 4.022689E+02 + Mean value of H = 1.254203E-03 + Mean value of H^2 = 2.400747E-05 + ahfdiff/ahfsum = 4.493461E-04 + + Shape coefficients: + + c0( 0) = 1.019571E+00 + c0( 2) = 1.125082E-03 + c0( 4) = 1.091380E-03 + c0( 6) = 1.806724E-04 + c0( 8) = 7.024948E-05 + + + AHFinder: FLOW ITERATION 63 + + Surface area = 4.022651E+02 + Mean value of H = 1.145469E-03 + Mean value of H^2 = 2.156368E-05 + ahfdiff/ahfsum = 4.093536E-04 + + Shape coefficients: + + c0( 0) = 1.019167E+00 + c0( 2) = 1.028172E-03 + c0( 4) = 1.057688E-03 + c0( 6) = 1.659450E-04 + c0( 8) = 6.443579E-05 + + + AHFinder: FLOW ITERATION 64 + + Surface area = 4.022617E+02 + Mean value of H = 1.046398E-03 + Mean value of H^2 = 1.951549E-05 + ahfdiff/ahfsum = 3.731052E-04 + + Shape coefficients: + + c0( 0) = 1.018798E+00 + c0( 2) = 9.396489E-04 + c0( 4) = 1.026846E-03 + c0( 6) = 1.524413E-04 + c0( 8) = 5.909900E-05 + + + AHFinder: FLOW ITERATION 65 + + Surface area = 4.022587E+02 + Mean value of H = 9.560886E-04 + Mean value of H^2 = 1.779923E-05 + ahfdiff/ahfsum = 3.402169E-04 + + Shape coefficients: + + c0( 0) = 1.018463E+00 + c0( 2) = 8.587720E-04 + c0( 4) = 9.986152E-04 + c0( 6) = 1.400630E-04 + c0( 8) = 5.420198E-05 + + + AHFinder: FLOW ITERATION 66 + + Surface area = 4.022561E+02 + Mean value of H = 8.737298E-04 + Mean value of H^2 = 1.636142E-05 + ahfdiff/ahfsum = 3.103504E-04 + + Shape coefficients: + + c0( 0) = 1.018157E+00 + c0( 2) = 7.848689E-04 + c0( 4) = 9.727757E-04 + c0( 6) = 1.287189E-04 + c0( 8) = 4.971009E-05 + + + AHFinder: FLOW ITERATION 67 + + Surface area = 4.022537E+02 + Mean value of H = 7.985925E-04 + Mean value of H^2 = 1.515711E-05 + ahfdiff/ahfsum = 2.832053E-04 + + Shape coefficients: + + c0( 0) = 1.017878E+00 + c0( 2) = 7.173288E-04 + c0( 4) = 9.491264E-04 + c0( 6) = 1.183247E-04 + c0( 8) = 4.559111E-05 + + + AHFinder: FLOW ITERATION 68 + + Surface area = 4.022515E+02 + Mean value of H = 7.300202E-04 + Mean value of H^2 = 1.414859E-05 + ahfdiff/ahfsum = 2.585153E-04 + + Shape coefficients: + + c0( 0) = 1.017623E+00 + c0( 2) = 6.555959E-04 + c0( 4) = 9.274829E-04 + c0( 6) = 1.088027E-04 + c0( 8) = 4.181513E-05 + + + AHFinder: FLOW ITERATION 69 + + Surface area = 4.022496E+02 + Mean value of H = 6.674203E-04 + Mean value of H^2 = 1.330416E-05 + ahfdiff/ahfsum = 2.360436E-04 + + Shape coefficients: + + c0( 0) = 1.017390E+00 + c0( 2) = 5.991643E-04 + c0( 4) = 9.076757E-04 + c0( 6) = 1.000810E-04 + c0( 8) = 3.835441E-05 + + + AHFinder: FLOW ITERATION 70 + + Surface area = 4.022478E+02 + Mean value of H = 6.102571E-04 + Mean value of H^2 = 1.259728E-05 + ahfdiff/ahfsum = 2.155786E-04 + + Shape coefficients: + + c0( 0) = 1.017178E+00 + c0( 2) = 5.475736E-04 + c0( 4) = 8.895497E-04 + c0( 6) = 9.209356E-05 + c0( 8) = 3.518332E-05 + + + AHFinder: FLOW ITERATION 71 + + Surface area = 4.022463E+02 + Mean value of H = 5.580459E-04 + Mean value of H^2 = 1.200563E-05 + ahfdiff/ahfsum = 1.969311E-04 + + Shape coefficients: + + c0( 0) = 1.016984E+00 + c0( 2) = 5.004042E-04 + c0( 4) = 8.729628E-04 + c0( 6) = 8.477940E-05 + c0( 8) = 3.227817E-05 + + + AHFinder: FLOW ITERATION 72 + + Surface area = 4.022448E+02 + Mean value of H = 5.103476E-04 + Mean value of H^2 = 1.151053E-05 + ahfdiff/ahfsum = 1.799316E-04 + + Shape coefficients: + + c0( 0) = 1.016807E+00 + c0( 2) = 4.572738E-04 + c0( 4) = 8.577846E-04 + c0( 6) = 7.808251E-05 + c0( 8) = 2.961710E-05 + + + AHFinder: FLOW ITERATION 73 + + Surface area = 4.022436E+02 + Mean value of H = 4.667652E-04 + Mean value of H^2 = 1.109630E-05 + ahfdiff/ahfsum = 1.644283E-04 + + Shape coefficients: + + c0( 0) = 1.016646E+00 + c0( 2) = 4.178336E-04 + c0( 4) = 8.438959E-04 + c0( 6) = 7.195141E-05 + c0( 8) = 2.717995E-05 + + + AHFinder: FLOW ITERATION 74 + + Surface area = 4.022425E+02 + Mean value of H = 4.269363E-04 + Mean value of H^2 = 1.074978E-05 + ahfdiff/ahfsum = 1.502844E-04 + + Shape coefficients: + + c0( 0) = 1.016498E+00 + c0( 2) = 3.817653E-04 + c0( 4) = 8.311874E-04 + c0( 6) = 6.633880E-05 + c0( 8) = 2.494820E-05 + + + AHFinder: FLOW ITERATION 75 + + Surface area = 4.022415E+02 + Mean value of H = 3.905315E-04 + Mean value of H^2 = 1.045998E-05 + ahfdiff/ahfsum = 1.373757E-04 + + Shape coefficients: + + c0( 0) = 1.016363E+00 + c0( 2) = 3.487789E-04 + c0( 4) = 8.195589E-04 + c0( 6) = 6.120119E-05 + c0( 8) = 2.290475E-05 + + + AHFinder: FLOW ITERATION 76 + + Surface area = 4.022405E+02 + Mean value of H = 3.572521E-04 + Mean value of H^2 = 1.021765E-05 + ahfdiff/ahfsum = 1.255906E-04 + + Shape coefficients: + + c0( 0) = 1.016239E+00 + c0( 2) = 3.186095E-04 + c0( 4) = 8.089189E-04 + c0( 6) = 5.649869E-05 + c0( 8) = 2.103390E-05 + + + AHFinder: FLOW ITERATION 77 + + Surface area = 4.022397E+02 + Mean value of H = 3.268262E-04 + Mean value of H^2 = 1.001506E-05 + ahfdiff/ahfsum = 1.148285E-04 + + Shape coefficients: + + c0( 0) = 1.016126E+00 + c0( 2) = 2.910154E-04 + c0( 4) = 7.991835E-04 + c0( 6) = 5.219467E-05 + c0( 8) = 1.932123E-05 + + + AHFinder: FLOW ITERATION 78 + + Surface area = 4.022389E+02 + Mean value of H = 2.990063E-04 + Mean value of H^2 = 9.845723E-06 + ahfdiff/ahfsum = 1.049983E-04 + + Shape coefficients: + + c0( 0) = 1.016023E+00 + c0( 2) = 2.657757E-04 + c0( 4) = 7.902758E-04 + c0( 6) = 4.825557E-05 + c0( 8) = 1.775347E-05 + + + AHFinder: FLOW ITERATION 79 + + Surface area = 4.022383E+02 + Mean value of H = 2.735671E-04 + Mean value of H^2 = 9.704223E-06 + ahfdiff/ahfsum = 9.601745E-05 + + Shape coefficients: + + c0( 0) = 1.015929E+00 + c0( 2) = 2.426888E-04 + c0( 4) = 7.821255E-04 + c0( 6) = 4.465060E-05 + c0( 8) = 1.631845E-05 + + Surface slightly inside the minimum surface: + H : -5.218397E+00 + H^2: 7.260221E-02 + H/area : -1.296763E-02 + H^2/area: 1.804153E-04 + number of interpolated points: 80000. + number of those that are negative: 80000. + + Surface slightly outside the minimum surface: + H : 5.143970E+00 + H^2: 6.877919E-02 + H/area : 1.276494E-02 + H^2/area: 1.706779E-04 + + AHFinder: Surface found. + + Surface area = 4.022379E+02 + Surface mass = 2.828828E+00 + Mean value of H = 2.616753E-04 + Mean value of H^2 = 9.642459E-06 + Standard deviation = 3.094186E-03 + + circ_eq = 1.333337-315 + meri_p1 = 1.581010-322 + meri_p2 = 5.780568-322 + + The surface seems to be an outer horizon. + + Shape coefficients: + + c0( 0) = 1.015929E+00 + c0( 2) = 2.426888E-04 + c0( 4) = 7.821255E-04 + c0( 6) = 4.465060E-05 + c0( 8) = 1.631845E-05 + +-------------- + it | | + | t | +-------------- + 0 | 0.000| + 1 | 0.050| + 2 | 0.100| +-------------------------------------------------------------------------------- +Done. -- cgit v1.2.3