ER2RIS7NYUQJNLFN7RCJQ5ZSXZV7F4AEM3EXZG3GVA4B57R75XIAC Cactus Code Thorn TwoPuncturesAuthor(s) : Marcus AnsorgErik SchnetterFrank LöfflerMaintainer(s): Marcus AnsorgErik SchnetterLicence : LGPLv2+--------------------------------------------------------------------------1. PurposeCreate initial for two puncture black holes using a single domainspectral method. This method is described inMarcus Ansorg, Bernd Brügmann, Wolfgang Tichy,"A single-domain spectral method for black hole puncture data",PRD 70, 064011 (2004),arXiv:gr-qc/0404056.This thorn was extended to include source terms to be ableto handle matter with the same restrictions as the BHs before pluszero momentum/ang. momentum (K_{ij} = 0).
# Configuration definition for thorn TwoPuncturesREQUIRES GSL
% *======================================================================*% Cactus Thorn template for ThornGuide documentation% Author: Ian Kelley% Date: Sun Jun 02, 2002%% Thorn documentation in the latex file doc/documentation.tex% will be included in ThornGuides built with the Cactus make system.% The scripts employed by the make system automatically include% pages about variables, parameters and scheduling parsed from the% relevant thorn CCL files.%% This template contains guidelines which help to assure that your% documentation will be correctly added to ThornGuides. More% information is available in the Cactus UsersGuide.%% Guidelines:% - Do not change anything before the line% % START CACTUS THORNGUIDE",% except for filling in the title, author, date, etc. fields.% - Each of these fields should only be on ONE line.% - Author names should be separated with a \\ or a comma.% - You can define your own macros, but they must appear after% the START CACTUS THORNGUIDE line, and must not redefine standard% latex commands.% - To avoid name clashes with other thorns, 'labels', 'citations',% 'references', and 'image' names should conform to the following% convention:% ARRANGEMENT_THORN_LABEL% For example, an image wave.eps in the arrangement CactusWave and% thorn WaveToyC should be renamed to CactusWave_WaveToyC_wave.eps% - Graphics should only be included using the graphicx package.% More specifically, with the "\includegraphics" command. Do% not specify any graphic file extensions in your .tex file. This% will allow us to create a PDF version of the ThornGuide% via pdflatex.% - References should be included with the latex "\bibitem" command.% - Use \begin{abstract}...\end{abstract} instead of \abstract{...}% - Do not use \appendix, instead include any appendices you need as% standard sections.% - For the benefit of our Perl scripts, and for future extensions,% please use simple latex.%% *======================================================================*%% Example of including a graphic image:% \begin{figure}[ht]% \begin{center}% \includegraphics[width=6cm]{MyArrangement_MyThorn_MyFigure}% \end{center}% \caption{Illustration of this and that}% \label{MyArrangement_MyThorn_MyLabel}% \end{figure}%% Example of using a label:% \label{MyArrangement_MyThorn_MyLabel}%% Example of a citation:% \cite{MyArrangement_MyThorn_Author99}%% Example of including a reference% \bibitem{MyArrangement_MyThorn_Author99}% {J. Author, {\em The Title of the Book, Journal, or periodical}, 1 (1999),% 1--16. {\tt http://www.nowhere.com/}}%% *======================================================================*\documentclass{article}% Use the Cactus ThornGuide style file% (Automatically used from Cactus distribution, if you have a% thorn without the Cactus Flesh download this from the Cactus% homepage at www.cactuscode.org)\usepackage{../../../../doc/latex/cactus}\begin{document}% The author of the documentation\author{Marcus Ansorg \textless marcus.ansorg@aei.mpg.de\textgreater \\ Erik Schnetter \textless schnetter@cct.lsu.edu\textgreater}% The title of the document (not necessarily the name of the Thorn)\title{}% the date your document was last changed:\date{May 18 2004}\maketitle% Do not delete next line% START CACTUS THORNGUIDE% Add all definitions used in this documentation here% \def\mydef etc% Add an abstract for this thorn's documentation\begin{abstract}\end{abstract}% The following sections are suggestive only.% Remove them or add your own.\section{Introduction}\section{Physical System}\section{Numerical Implementation}\section{Using This Thorn}\subsection{Obtaining This Thorn}\subsection{Basic Usage}\subsection{Special Behaviour}\subsection{Interaction With Other Thorns}\subsection{Examples}\subsection{Support and Feedback}\section{History}\subsection{Thorn Source Code}\subsection{Thorn Documentation}\subsection{Acknowledgements}\begin{thebibliography}{9}\end{thebibliography}% Do not delete next line% END CACTUS THORNGUIDE\end{document}
# Interface definition for thorn TwoPuncturesIMPLEMENTS: TwoPuncturesINHERITS: ADMBase StaticConformal gridREAL puncture_u TYPE=gf tags='prolongation="none"'CCTK_INT FUNCTION Set_Rho_ADM( \CCTK_POINTER_TO_CONST IN cctkGH, \CCTK_INT IN size, \CCTK_REAL ARRAY OUT source, \CCTK_REAL ARRAY IN x, \CCTK_REAL ARRAY IN y, \CCTK_REAL ARRAY IN z \)CCTK_INT FUNCTION Set_Initial_Guess_for_u( \CCTK_POINTER_TO_CONST IN cctkGH, \CCTK_INT IN size, \CCTK_REAL ARRAY OUT u, \CCTK_REAL ARRAY IN x, \CCTK_REAL ARRAY IN y, \CCTK_REAL ARRAY IN z \)CCTK_INT FUNCTION Rescale_Sources( \CCTK_POINTER_TO_CONST IN cctkGH, \CCTK_INT IN size, \CCTK_REAL ARRAY IN x, \CCTK_REAL ARRAY IN y, \CCTK_REAL ARRAY IN z, \CCTK_REAL ARRAY IN psi, \CCTK_REAL ARRAY IN gxx, \CCTK_REAL ARRAY IN gyy, \CCTK_REAL ARRAY IN gzz, \CCTK_REAL ARRAY IN gxy, \CCTK_REAL ARRAY IN gxz, \CCTK_REAL ARRAY IN gyz \)USES FUNCTION Set_Rho_ADMUSES FUNCTION Set_Initial_Guess_for_uUSES FUNCTION Rescale_SourcesPRIVATE:CCTK_REAL energy TYPE=scalar{E} "ADM energy of the Bowen-York spacetime"CCTK_REAL angular_momentum TYPE=scalar{J1, J2, J3} "Angular momentum of the Bowen-York spacetime"PUBLIC:CCTK_REAL bare_mass TYPE=scalar{mp mm} "Bare masses of the punctures"CCTK_REAL puncture_adm_mass TYPE=scalar{mp_adm mm_adm} "ADM masses of the punctures (measured at the other spatial infinities)"
Cactus::cctk_run_title = "QC-0"Cactus::cctk_full_warnings = yesCactus::highlight_warning_messages = noCactus::terminate = "time"Cactus::cctk_final_time = 200.0ActiveThorns = "IOUtil"IO::out_dir = $parfileActiveThorns = "AEILocalInterp"#ActiveThorns = "BLAS LAPACK"ActiveThorns = "Fortran"ActiveThorns = "GSL"ActiveThorns = "GenericFD"ActiveThorns = "HDF5"ActiveThorns = "LocalInterp"ActiveThorns = "LoopControl"ActiveThorns = "Slab"ActiveThorns = "TGRtensor"ActiveThorns = "SummationByParts"SummationByParts::order = 4ActiveThorns = "InitBase"ActiveThorns = "Carpet CarpetLib CarpetInterp CarpetReduce CarpetSlab"Carpet::verbose = noCarpet::veryverbose = noCarpet::schedule_barriers = noCarpet::storage_verbose = no#Carpet::timers_verbose = noCarpetLib::output_bboxes = noCarpet::domain_from_coordbase = yesCarpet::max_refinement_levels = 10driver::ghost_size = 3Carpet::use_buffer_zones = yesCarpet::prolongation_order_space = 5Carpet::prolongation_order_time = 2Carpet::convergence_level = 0Carpet::init_fill_timelevels = yes#Carpet::init_3_timelevels = yesCarpet::poison_new_timelevels = yesCarpetLib::poison_new_memory = yesCarpet::output_timers_every = 5120CarpetLib::print_timestats_every = 5120CarpetLib::print_memstats_every = 5120ActiveThorns = "NaNChecker"NaNChecker::check_every = 1 # 512#NaNChecker::verbose = "all"#NaNChecker::action_if_found = "just warn"NaNChecker::action_if_found = "terminate"NaNChecker::check_vars = "ML_BSSN::ML_log_confacML_BSSN::ML_metricML_BSSN::ML_trace_curvML_BSSN::ML_curvML_BSSN::ML_GammaML_BSSN::ML_lapseML_BSSN::ML_shiftML_BSSN::ML_dtlapseML_BSSN::ML_dtshiftADMBase::metricADMBase::curvADMBase::lapseADMBase::shiftADMBase::dtlapseADMBase::dtshift"ActiveThorns = "Boundary CartGrid3D CoordBase ReflectionSymmetry RotatingSymmetry180 SymBase"CoordBase::domainsize = "minmax"CoordBase::xmin = 0.00CoordBase::ymin = -120.00CoordBase::zmin = 0.00CoordBase::xmax = +120.00CoordBase::ymax = +120.00CoordBase::zmax = +120.00CoordBase::dx = 2.00CoordBase::dy = 2.00CoordBase::dz = 2.00CoordBase::boundary_size_x_lower = 3CoordBase::boundary_size_y_lower = 3CoordBase::boundary_size_z_lower = 3CoordBase::boundary_size_x_upper = 3CoordBase::boundary_size_y_upper = 3CoordBase::boundary_size_z_upper = 3CoordBase::boundary_shiftout_x_lower = 1CoordBase::boundary_shiftout_z_lower = 1CartGrid3D::type = "coordbase"ReflectionSymmetry::reflection_z = yesReflectionSymmetry::avoid_origin_z = noActiveThorns = "SphericalSurface"SphericalSurface::nsurfaces = 6SphericalSurface::maxntheta = 39SphericalSurface::maxnphi = 76SphericalSurface::ntheta [0] = 39SphericalSurface::nphi [0] = 76SphericalSurface::nghoststheta[0] = 2SphericalSurface::nghostsphi [0] = 2SphericalSurface::ntheta [1] = 39SphericalSurface::nphi [1] = 76SphericalSurface::nghoststheta[1] = 2SphericalSurface::nghostsphi [1] = 2SphericalSurface::ntheta [2] = 39SphericalSurface::nphi [2] = 76SphericalSurface::nghoststheta[2] = 2SphericalSurface::nghostsphi [2] = 2SphericalSurface::ntheta [3] = 39SphericalSurface::nphi [3] = 76SphericalSurface::nghoststheta[3] = 2SphericalSurface::nghostsphi [3] = 2SphericalSurface::ntheta [4] = 39SphericalSurface::nphi [4] = 76SphericalSurface::nghoststheta[4] = 2SphericalSurface::nghostsphi [4] = 2SphericalSurface::ntheta [5] = 39SphericalSurface::nphi [5] = 76SphericalSurface::nghoststheta[5] = 2SphericalSurface::nghostsphi [5] = 2ActiveThorns = "CarpetMask"CarpetMask::verbose = noCarpetMask::excluded_surface [0] = 0CarpetMask::excluded_surface_factor[0] = 1.0CarpetMask::excluded_surface [1] = 1CarpetMask::excluded_surface_factor[1] = 1.0CarpetMask::excluded_surface [2] = 2CarpetMask::excluded_surface_factor[2] = 1.0ActiveThorns = "CarpetRegrid2 CarpetTracker"CarpetTracker::surface[0] = 0CarpetTracker::surface[1] = 1CarpetTracker::surface[2] = 2CarpetRegrid2::regrid_every = 128CarpetRegrid2::freeze_unaligned_levels = yesCarpetRegrid2::symmetry_rotating180 = yesCarpetRegrid2::verbose = yesCarpetRegrid2::num_centres = 3CarpetRegrid2::num_levels_1 = 7CarpetRegrid2::position_x_1 = +1.168642873CarpetRegrid2::radius_1[ 1] = 64.0CarpetRegrid2::radius_1[ 2] = 16.0CarpetRegrid2::radius_1[ 3] = 8.0CarpetRegrid2::radius_1[ 4] = 4.0CarpetRegrid2::radius_1[ 5] = 2.0CarpetRegrid2::radius_1[ 6] = 1.0CarpetRegrid2::movement_threshold_1 = 0.16CarpetRegrid2::num_levels_2 = 7CarpetRegrid2::position_x_2 = -1.168642873CarpetRegrid2::radius_2[ 1] = 64.0CarpetRegrid2::radius_2[ 2] = 16.0CarpetRegrid2::radius_2[ 3] = 8.0CarpetRegrid2::radius_2[ 4] = 4.0CarpetRegrid2::radius_2[ 5] = 2.0CarpetRegrid2::radius_2[ 6] = 1.0CarpetRegrid2::movement_threshold_2 = 0.16CarpetRegrid2::num_levels_3 = 7CarpetRegrid2::active_3 = noCarpetRegrid2::radius_3[ 1] = 64.0CarpetRegrid2::radius_3[ 2] = 16.0CarpetRegrid2::radius_3[ 3] = 8.0CarpetRegrid2::radius_3[ 4] = 4.0CarpetRegrid2::radius_3[ 5] = 2.0CarpetRegrid2::radius_3[ 6] = 1.0CarpetRegrid2::movement_threshold_3 = 0.16ActiveThorns = "MoL Time"MoL::ODE_Method = "RK4"MoL::MoL_Intermediate_Steps = 4MoL::MoL_Num_Scratch_Levels = 1Carpet::time_refinement_factors = "[1, 1, 2, 4, 8, 16, 32, 64, 128, 256]"Time::dtfac = 0.25ActiveThorns = "ADMBase ADMCoupling ADMMacros CoordGauge SpaceMask StaticConformal TmunuBase"ADMMacros::spatial_order = 4ActiveThorns = "TwoPunctures"ADMBase::metric_type = "physical"ADMBase::initial_data = "twopunctures"ADMBase::initial_lapse = "twopunctures-averaged"ADMBase::initial_shift = "zero"ADMBase::initial_dtlapse = "zero"ADMBase::initial_dtshift = "zero"# needed for AHFinderDirectADMBase::metric_timelevels = 3TwoPunctures::par_b = 1.168642873TwoPunctures::par_m_plus = 0.453TwoPunctures::par_m_minus = 0.453TwoPunctures::par_P_plus [1] = +0.3331917498TwoPunctures::par_P_minus[1] = -0.3331917498#TODO# TwoPunctures::grid_setup_method = "evaluation"TwoPunctures::TP_epsilon = 1.0e-2TwoPunctures::TP_Tiny = 1.0e-2TwoPunctures::verbose = yesActiveThorns = "ML_BSSN ML_BSSN_Helper NewRad"ADMBase::evolution_method = "ML_BSSN"ADMBase::lapse_evolution_method = "ML_BSSN"ADMBase::shift_evolution_method = "ML_BSSN"ADMBase::dtlapse_evolution_method = "ML_BSSN"ADMBase::dtshift_evolution_method = "ML_BSSN"ML_BSSN::harmonicN = 1 # 1+logML_BSSN::harmonicF = 2.0 # 1+logML_BSSN::ShiftGammaCoeff = 0.75ML_BSSN::BetaDriver = 1.0ML_BSSN::advectLapse = 1ML_BSSN::advectShift = 1ML_BSSN::MinimumLapse = 1.0e-8ML_BSSN::initial_boundary_condition = "extrapolate-gammas"ML_BSSN::rhs_boundary_condition = "NewRad"Boundary::radpower = 2ML_BSSN::ML_log_confac_bound = "none"ML_BSSN::ML_metric_bound = "none"ML_BSSN::ML_Gamma_bound = "none"ML_BSSN::ML_trace_curv_bound = "none"ML_BSSN::ML_curv_bound = "none"ML_BSSN::ML_lapse_bound = "none"ML_BSSN::ML_dtlapse_bound = "none"ML_BSSN::ML_shift_bound = "none"ML_BSSN::ML_dtshift_bound = "none"ActiveThorns = "Dissipation"Dissipation::order = 5Dissipation::vars = "ML_BSSN::ML_log_confacML_BSSN::ML_metricML_BSSN::ML_trace_curvML_BSSN::ML_curvML_BSSN::ML_GammaML_BSSN::ML_lapseML_BSSN::ML_shiftML_BSSN::ML_dtlapseML_BSSN::ML_dtshift"ActiveThorns = "ML_ADMConstraints"ActiveThorns = "WeylScal4 Multipole"WeylScal4::offset = 1e-8WeylScal4::fd_order = "4th"WeylScal4::verbose = 0Multipole::nradii = 8Multipole::out_every = 128Multipole::radius[0] = 15Multipole::radius[1] = 30Multipole::radius[2] = 40Multipole::radius[3] = 50Multipole::radius[4] = 60Multipole::radius[5] = 70Multipole::radius[6] = 80Multipole::radius[7] = 90Multipole::variables = "WeylScal4::Psi4r{sw=-2 cmplx='WeylScal4::Psi4i' name='Psi4'}"Multipole::l_max = 4ActiveThorns = "AHFinderDirect"AHFinderDirect::find_every = 128AHFinderDirect::run_at_CCTK_POST_RECOVER_VARIABLES = noAHFinderDirect::move_origins = yesAHFinderDirect::reshape_while_moving = yesAHFinderDirect::predict_origin_movement = yesAHFinderDirect::geometry_interpolator_name = "Lagrange polynomial interpolation"AHFinderDirect::geometry_interpolator_pars = "order=4"AHFinderDirect::surface_interpolator_name = "Lagrange polynomial interpolation"AHFinderDirect::surface_interpolator_pars = "order=4"AHFinderDirect::output_h_every = 0AHFinderDirect::N_horizons = 6AHFinderDirect::origin_x [1] = +1.168642873AHFinderDirect::initial_guess__coord_sphere__x_center[1] = +1.168642873AHFinderDirect::initial_guess__coord_sphere__radius [1] = 0.25AHFinderDirect::which_surface_to_store_info [1] = 0AHFinderDirect::reset_horizon_after_not_finding [1] = noAHFinderDirect::dont_find_after_individual_time [1] = 30.0AHFinderDirect::origin_x [2] = -1.168642873AHFinderDirect::initial_guess__coord_sphere__x_center[2] = -1.168642873AHFinderDirect::initial_guess__coord_sphere__radius [2] = 0.25AHFinderDirect::which_surface_to_store_info [2] = 1AHFinderDirect::reset_horizon_after_not_finding [2] = noAHFinderDirect::dont_find_after_individual_time [2] = 30.0AHFinderDirect::initial_guess__coord_sphere__radius [3] = 1.0AHFinderDirect::which_surface_to_store_info [3] = 2AHFinderDirect::reset_horizon_after_not_finding [3] = noAHFinderDirect::find_after_individual_time [3] = 15.0AHFinderDirect::surface_definition [4] = "expansion product"AHFinderDirect::surface_selection [4] = "areal radius"AHFinderDirect::desired_value [4] = 50.0AHFinderDirect::initial_guess__coord_sphere__radius [4] = 50.0AHFinderDirect::which_surface_to_store_info [4] = 3AHFinderDirect::reset_horizon_after_not_finding [4] = noAHFinderDirect::depends_on [5] = 1AHFinderDirect::desired_value_offset [5] = 0.001AHFinderDirect::which_surface_to_store_info [5] = 4AHFinderDirect::reset_horizon_after_not_finding [5] = noAHFinderDirect::dont_find_after_individual_time [5] = 30.0AHFinderDirect::depends_on [6] = 3AHFinderDirect::desired_value_offset [6] = 0.001AHFinderDirect::which_surface_to_store_info [6] = 5AHFinderDirect::reset_horizon_after_not_finding [6] = noAHFinderDirect::find_after_individual_time [6] = 15.0ActiveThorns = "QuasiLocalMeasures"QuasiLocalMeasures::verbose = yesQuasiLocalMeasures::interpolator = "Lagrange polynomial interpolation"QuasiLocalMeasures::interpolator_options = "order=4"QuasiLocalMeasures::spatial_order = 4QuasiLocalMeasures::num_surfaces = 6QuasiLocalMeasures::surface_index[0] = 0QuasiLocalMeasures::surface_index[1] = 1QuasiLocalMeasures::surface_index[2] = 2QuasiLocalMeasures::surface_index[3] = 3QuasiLocalMeasures::surface_index[4] = 4QuasiLocalMeasures::surface_index[5] = 5ActiveThorns = "CarpetIOBasic"IOBasic::outInfo_every = 128IOBasic::outInfo_reductions = "norm2"IOBasic::outInfo_vars = "Carpet::physical_time_per_hourML_ADMConstraints::HSphericalSurface::sf_radiusQuasiLocalMeasures::qlm_spin[0]"ActiveThorns = "CarpetIOScalar"IOScalar::one_file_per_group = yesIOScalar::outScalar_every = 128IOScalar::outScalar_vars = "CarpetReduce::weightADMBase::metricADMBase::curvADMBase::lapseADMBase::shiftADMBase::dtlapseADMBase::dtshiftWEYLSCAL4::Psi4rWEYLSCAL4::Psi4iML_ADMConstraints::ML_HamML_ADMConstraints::ML_momSphericalSurface::sf_radiusQuasiLocalMeasures::qlm_newman_penroseQuasiLocalMeasures::qlm_weyl_scalarsQuasiLocalMeasures::qlm_ricci_scalarsQuasiLocalMeasures::qlm_twometricQuasiLocalMeasures::qlm_killing_vectorQuasiLocalMeasures::qlm_killed_twometricQuasiLocalMeasures::qlm_invariant_coordinatesQuasiLocalMeasures::qlm_3determinant"ActiveThorns = "CarpetIOASCII"IOASCII::one_file_per_group = yesIOASCII::output_symmetry_points = noIOASCII::out3D_ghosts = noIOASCII::out0D_every = 128IOASCII::out0D_vars = "Carpet::timingCarpetReduce::weightADMBase::metricADMBase::curvADMBase::lapseADMBase::shiftADMBase::dtlapseADMBase::dtshiftWEYLSCAL4::Psi4rWEYLSCAL4::Psi4iML_ADMConstraints::ML_HamML_ADMConstraints::ML_momSphericalSurface::sf_activeSphericalSurface::sf_validSphericalSurface::sf_infoSphericalSurface::sf_radiusSphericalSurface::sf_originSphericalSurface::sf_coordinate_descriptorsQuasiLocalMeasures::qlm_stateQuasiLocalMeasures::qlm_grid_intQuasiLocalMeasures::qlm_grid_realQuasiLocalMeasures::qlm_scalarsQuasiLocalMeasures::qlm_multipole_moments"IOASCII::out1D_every = 128IOASCII::out1D_vars = "CarpetReduce::weightADMBase::metricADMBase::curvADMBase::lapseADMBase::shiftADMBase::dtlapseADMBase::dtshiftWEYLSCAL4::Psi4rWEYLSCAL4::Psi4iML_ADMConstraints::ML_HamML_ADMConstraints::ML_momSphericalSurface::sf_radiusQuasiLocalMeasures::qlm_shapesQuasiLocalMeasures::qlm_coordinatesQuasiLocalMeasures::qlm_tetrad_lQuasiLocalMeasures::qlm_tetrad_nQuasiLocalMeasures::qlm_tetrad_mQuasiLocalMeasures::qlm_newman_penroseQuasiLocalMeasures::qlm_weyl_scalarsQuasiLocalMeasures::qlm_ricci_scalarsQuasiLocalMeasures::qlm_twometricQuasiLocalMeasures::qlm_killing_vectorQuasiLocalMeasures::qlm_killed_twometricQuasiLocalMeasures::qlm_invariant_coordinatesQuasiLocalMeasures::qlm_3determinant"IOASCII::out2D_every = 128IOASCII::out2D_vars = "SphericalSurface::sf_radius"Activethorns = "CarpetIOHDF5"IOHDF5::out_every = 512IOHDF5::one_file_per_group = yesIOHDF5::output_symmetry_points = noIOHDF5::out3D_ghosts = noIOHDF5::compression_level = 1IOHDF5::use_checksums = yesIOHDF5::out_vars = "CarpetReduce::weightADMBase::metricADMBase::curvADMBase::lapseADMBase::shiftADMBase::dtlapseADMBase::dtshiftWEYLSCAL4::Psi4rWEYLSCAL4::Psi4iML_ADMConstraints::ML_HamML_ADMConstraints::ML_mom"IOHDF5::checkpoint = yesIO::checkpoint_dir = $parfileIO::checkpoint_ID = yesIO::checkpoint_every_walltime_hours = 6.0IO::checkpoint_on_terminate = yesIO::recover = "autoprobe"IO::recover_dir = $parfileActiveThorns = "Formaline"ActiveThorns = "TimerReport"TimerReport::out_every = 5120TimerReport::out_filename = "TimerReport"TimerReport::output_all_timers_together = yesTimerReport::output_all_timers_readable = yesTimerReport::n_top_timers = 20
# Parameter definitions for thorn TwoPuncturesSHARES: ADMBaseUSES KEYWORD metric_typeEXTENDS KEYWORD initial_data{"twopunctures" :: "two puncture black holes"}EXTENDS KEYWORD initial_lapse{"twopunctures-antisymmetric" :: "antisymmetric lapse for two puncture black holes, -1 <= alpha <= +1""twopunctures-averaged" :: "averaged lapse for two puncture black holes, 0 <= alpha <= +1""psi^n" :: "Based on the initial conformal factor""brownsville" :: "See Phys. Rev. D 74, 041501 (2006)"}SHARES: StaticConformalUSES KEYWORD conformal_storageSHARES: IOUSES STRING out_dirRESTRICTED:BOOLEAN verbose "Print screen output while solving"{} "no"BOOLEAN keep_u_around "Keep the variable u around after solving"{} "no"BOOLEAN give_bare_mass "User provides bare masses rather than target ADM masses"{} "yes"CCTK_REAL adm_tol "Tolerance of ADM masses when give_bare_mass=no"{(0:*) :: ""} 1.0e-10KEYWORD grid_setup_method "How to fill the 3D grid from the spectral grid"{"Taylor expansion" :: "use a Taylor expansion about the nearest collocation point (fast, but might be inaccurate)""evaluation" :: "evaluate using all spectral coefficients (slow)"} "Taylor expansion"INT npoints_A "Number of coefficients in the compactified radial direction"{4:* :: ""} 30INT npoints_B "Number of coefficients in the angular direction"{4:* :: ""} 30INT npoints_phi "Number of coefficients in the phi direction"{4:*:2 :: ""} 16REAL Newton_tol "Tolerance for Newton solver"{(0:*) :: ""} 1.0e-10INT Newton_maxit "Maximum number of Newton iterations"{0:* :: ""} 5REAL TP_epsilon "A small number to smooth out singularities at the puncture locations"{0:* :: ""} 0.0REAL TP_Tiny "Tiny number to avoid nans near or at the pucture locations"{0:* :: "anything positive, usually very small"} 0.0REAL TP_Extend_Radius "Radius of an extended spacetime instead of the puncture"{0:* :: "anything positive, should be smaller than the horizon"} 0.0REAL par_b "x coordinate of the m+ puncture" STEERABLE=always{(0.0:*) :: ""} 1.0REAL par_m_plus "mass of the m+ puncture" STEERABLE = ALWAYS{0.0:*) :: ""} 1.0REAL par_m_minus "mass of the m- puncture" STEERABLE = ALWAYS{0.0:*) :: ""} 1.0REAL target_M_plus "target ADM mass for m+"{0.0:*) :: ""} 0.5REAL target_M_minus "target ADM mass for m-"{0.0:*) :: ""} 0.5REAL par_P_plus[3] "momentum of the m+ puncture"{(*:*) :: ""} 0.0REAL par_P_minus[3] "momentum of the m- puncture"{(*:*) :: ""} 0.0REAL par_S_plus[3] "spin of the m+ puncture"{(*:*) :: ""} 0.0REAL par_S_minus[3] "spin of the m- puncture"{(*:*) :: ""} 0.0REAL center_offset[3] "offset b=0 to position (x,y,z)"{(*:*) :: ""} 0.0REAL initial_lapse_psi_exponent "Exponent n for psi^-n initial lapse profile"{(*:*) :: "Should be negative"} -2.0BOOLEAN swap_xz "Swap x and z coordinates when interpolating, so that the black holes are separated in the z direction"{} "no"BOOLEAN use_sources "Use sources?"{} "no"BOOLEAN rescale_sources "If sources are used - rescale them after solving?"{} "yes"BOOLEAN use_external_initial_guess "Set initial guess by external function?"{} "no"BOOLEAN do_residuum_debug_output "Output debug information about the residuum"{} "no"BOOLEAN do_initial_debug_output "Output debug information about initial guess"{} "no"BOOLEAN multiply_old_lapse "Multiply the old lapse with the new one"{} "no"BOOLEAN schedule_in_ADMBase_InitialData "Schedule in (instead of after) ADMBase_InitialData"{} "yes"BOOLEAN solve_momentum_constraint "Solve for momentum constraint?"{} "no"
# Schedule definitions for thorn TwoPuncturesif (CCTK_Equals(initial_data, "twopunctures")){STORAGE: energy, angular_momentum, puncture_adm_mass, bare_massif (keep_u_around) {STORAGE: puncture_u}SCHEDULE TwoPunctures_ParamCheck AT PARAMCHECK{LANG: C} "Check parameters and thorn needs"if (schedule_in_ADMBase_InitialData){SCHEDULE GROUP TwoPunctures_Group IN ADMBase_InitialData{} "TwoPunctures initial data group"}else{SCHEDULE GROUP TwoPunctures_Group AT Initial AFTER ADMBase_InitialData BEFORE ADMBase_PostInitial AFTER HydroBase_Initial before SetTmunu before HydroBase_Prim2ConInitial{} "TwoPunctures initial data group"}SCHEDULE TwoPunctures IN TwoPunctures_Group{LANG: CSTORAGE: puncture_u# SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse} "Create puncture black hole initial data"SCHEDULE TwoPunctures_Metadata IN TwoPunctures_Group after TwoPunctures{LANG: COPTIONS: global} "Output TwoPunctures metadata"}
/* TwoPunctures: File "CoordTransf.c"*/#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include <time.h>#include <gsl/gsl_complex.h>#include <gsl/gsl_complex_math.h>#include "cctk_Parameters.h"#include "TP_utilities.h"#include "TwoPunctures.h"/*-----------------------------------------------------------*/voidAB_To_XR (int nvar, CCTK_REAL A, CCTK_REAL B, CCTK_REAL *X, CCTK_REAL *R,derivs U)/* On Entrance: U.d0[]=U[]; U.d1[] =U[]_A; U.d2[] =U[]_B; U.d3[] =U[]_3; *//* U.d11[]=U[]_AA; U.d12[]=U[]_AB; U.d13[]=U[]_A3; *//* U.d22[]=U[]_BB; U.d23[]=U[]_B3; U.d33[]=U[]_33; *//* At Exit: U.d0[]=U[]; U.d1[] =U[]_X; U.d2[] =U[]_R; U.d3[] =U[]_3; *//* U.d11[]=U[]_XX; U.d12[]=U[]_XR; U.d13[]=U[]_X3; *//* U.d22[]=U[]_RR; U.d23[]=U[]_R3; U.d33[]=U[]_33; */{DECLARE_CCTK_PARAMETERS;CCTK_REAL At = 0.5 * (A + 1), A_X, A_XX, B_R, B_RR;int ivar;*X = 2 * atanh (At);*R = Pih + 2 * atan (B);A_X = 1 - At * At;A_XX = -At * A_X;B_R = 0.5 * (1 + B * B);B_RR = B * B_R;for (ivar = 0; ivar < nvar; ivar++){U.d11[ivar] = A_X * A_X * U.d11[ivar] + A_XX * U.d1[ivar];U.d12[ivar] = A_X * B_R * U.d12[ivar];U.d13[ivar] = A_X * U.d13[ivar];U.d22[ivar] = B_R * B_R * U.d22[ivar] + B_RR * U.d2[ivar];U.d23[ivar] = B_R * U.d23[ivar];U.d1[ivar] = A_X * U.d1[ivar];U.d2[ivar] = B_R * U.d2[ivar];}}/*-----------------------------------------------------------*/voidC_To_c (int nvar, CCTK_REAL X, CCTK_REAL R, CCTK_REAL *x, CCTK_REAL *r,derivs U)/* On Entrance: U.d0[]=U[]; U.d1[] =U[]_X; U.d2[] =U[]_R; U.d3[] =U[]_3; *//* U.d11[]=U[]_XX; U.d12[]=U[]_XR; U.d13[]=U[]_X3; *//* U.d22[]=U[]_RR; U.d23[]=U[]_R3; U.d33[]=U[]_33; *//* At Exit: U.d0[]=U[]; U.d1[] =U[]_x; U.d2[] =U[]_r; U.d3[] =U[]_3; *//* U.d11[]=U[]_xx; U.d12[]=U[]_xr; U.d13[]=U[]_x3; *//* U.d22[]=U[]_rr; U.d23[]=U[]_r3; U.d33[]=U[]_33; */{DECLARE_CCTK_PARAMETERS;CCTK_REAL C_c2, U_cb, U_CB;gsl_complex C, C_c, C_cc, c, c_C, c_CC, U_c, U_cc, U_C, U_CC;int ivar;C = gsl_complex_rect (X, R);c = gsl_complex_mul_real (gsl_complex_cosh (C), par_b); /* c=b*cosh(C)*/c_C = gsl_complex_mul_real (gsl_complex_sinh (C), par_b);c_CC = c;C_c = gsl_complex_inverse (c_C);C_cc = gsl_complex_negative (gsl_complex_mul (gsl_complex_mul (C_c, C_c), gsl_complex_mul (C_c, c_CC)));C_c2 = gsl_complex_abs2 (C_c);for (ivar = 0; ivar < nvar; ivar++){/* U_C = 0.5*(U_X3-i*U_R3)*//* U_c = U_C*C_c = 0.5*(U_x3-i*U_r3)*/U_C = gsl_complex_rect (0.5 * U.d13[ivar], -0.5 * U.d23[ivar]);U_c = gsl_complex_mul (U_C, C_c);U.d13[ivar] = 2. * GSL_REAL(U_c);U.d23[ivar] = -2. * GSL_IMAG(U_c);/* U_C = 0.5*(U_X-i*U_R)*//* U_c = U_C*C_c = 0.5*(U_x-i*U_r)*/U_C = gsl_complex_rect (0.5 * U.d1[ivar], -0.5 * U.d2[ivar]);U_c = gsl_complex_mul (U_C, C_c);U.d1[ivar] = 2. * GSL_REAL(U_c);U.d2[ivar] = -2. * GSL_IMAG(U_c);/* U_CC = 0.25*(U_XX-U_RR-2*i*U_XR)*//* U_CB = d^2(U)/(dC*d\bar{C}) = 0.25*(U_XX+U_RR)*/U_CC = gsl_complex_rect (0.25 * (U.d11[ivar] - U.d22[ivar]), -0.5 * U.d12[ivar]);U_CB = 0.25 * (U.d11[ivar] + U.d22[ivar]);/* U_cc = C_cc*U_C+(C_c)^2*U_CC*/U_cb = U_CB * C_c2;U_cc = gsl_complex_add (gsl_complex_mul (C_cc, U_C), gsl_complex_mul (gsl_complex_mul (C_c, C_c), U_CC));/* U_xx = 2*(U_cb+Re[U_cc])*//* U_rr = 2*(U_cb-Re[U_cc])*//* U_rx = -2*Im[U_cc]*/U.d11[ivar] = 2 * (U_cb + GSL_REAL(U_cc));U.d22[ivar] = 2 * (U_cb - GSL_REAL(U_cc));U.d12[ivar] = -2 * GSL_IMAG(U_cc);}*x = GSL_REAL(c);*r = GSL_IMAG(c);}/*-----------------------------------------------------------*/voidrx3_To_xyz (int nvar, CCTK_REAL x, CCTK_REAL r, CCTK_REAL phi,CCTK_REAL *y, CCTK_REAL *z, derivs U)/* On Entrance: U.d0[]=U[]; U.d1[] =U[]_x; U.d2[] =U[]_r; U.d3[] =U[]_3; *//* U.d11[]=U[]_xx; U.d12[]=U[]_xr; U.d13[]=U[]_x3; *//* U.d22[]=U[]_rr; U.d23[]=U[]_r3; U.d33[]=U[]_33; *//* At Exit: U.d0[]=U[]; U.d1[] =U[]_x; U.d2[] =U[]_y; U.dz[] =U[]_z; *//* U.d11[]=U[]_xx; U.d12[]=U[]_xy; U.d1z[]=U[]_xz; *//* U.d22[]=U[]_yy; U.d2z[]=U[]_yz; U.dzz[]=U[]_zz; */{int jvar;CCTK_REALsin_phi = sin (phi),cos_phi = cos (phi),sin2_phi = sin_phi * sin_phi,cos2_phi = cos_phi * cos_phi,sin_2phi = 2 * sin_phi * cos_phi,cos_2phi = cos2_phi - sin2_phi, r_inv = 1 / r, r_inv2 = r_inv * r_inv;*y = r * cos_phi;*z = r * sin_phi;for (jvar = 0; jvar < nvar; jvar++){CCTK_REAL U_x = U.d1[jvar], U_r = U.d2[jvar], U_3 = U.d3[jvar],U_xx = U.d11[jvar], U_xr = U.d12[jvar], U_x3 = U.d13[jvar],U_rr = U.d22[jvar], U_r3 = U.d23[jvar], U_33 = U.d33[jvar];U.d1[jvar] = U_x; /* U_x*/U.d2[jvar] = U_r * cos_phi - U_3 * r_inv * sin_phi; /* U_y*/U.d3[jvar] = U_r * sin_phi + U_3 * r_inv * cos_phi; /* U_z*/U.d11[jvar] = U_xx; /* U_xx*/U.d12[jvar] = U_xr * cos_phi - U_x3 * r_inv * sin_phi; /* U_xy*/U.d13[jvar] = U_xr * sin_phi + U_x3 * r_inv * cos_phi; /* U_xz*/U.d22[jvar] = U_rr * cos2_phi + r_inv2 * sin2_phi * (U_33 + r * U_r) /* U_yy*/+ sin_2phi * r_inv2 * (U_3 - r * U_r3);U.d23[jvar] = 0.5 * sin_2phi * (U_rr - r_inv * U_r - r_inv2 * U_33) /* U_yz*/- cos_2phi * r_inv2 * (U_3 - r * U_r3);U.d33[jvar] = U_rr * sin2_phi + r_inv2 * cos2_phi * (U_33 + r * U_r) /* U_zz*/- sin_2phi * r_inv2 * (U_3 - r * U_r3);}}/*-----------------------------------------------------------*/
/* TwoPunctures: File "Equations.c"*/#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include "cctk_Parameters.h"#include "TP_utilities.h"#include "TwoPunctures.h"/* U.d0[ivar] = U[ivar]; (ivar = 0..nvar-1) *//* U.d1[ivar] = U[ivar]_x; *//* U.d2[ivar] = U[ivar]_y; *//* U.d3[ivar] = U[ivar]_z; *//* U.d11[ivar] = U[ivar]_xx; *//* U.d12[ivar] = U[ivar]_xy; *//* U.d13[ivar] = U[ivar]_xz;*//* U.d22[ivar] = U[ivar]_yy;*//* U.d23[ivar] = U[ivar]_yz;*//* U.d33[ivar] = U[ivar]_zz;*/CCTK_REALBY_KKofxyz (CCTK_REAL x, CCTK_REAL y, CCTK_REAL z){DECLARE_CCTK_PARAMETERS;int i, j;CCTK_REAL r_plus, r2_plus, r3_plus, r_minus, r2_minus, r3_minus, np_Pp, nm_Pm,Aij, AijAij, n_plus[3], n_minus[3], np_Sp[3], nm_Sm[3];r2_plus = (x - par_b) * (x - par_b) + y * y + z * z;r2_minus = (x + par_b) * (x + par_b) + y * y + z * z;r_plus = sqrt (r2_plus);r_minus = sqrt (r2_minus);r3_plus = r_plus * r2_plus;r3_minus = r_minus * r2_minus;n_plus[0] = (x - par_b) / r_plus;n_minus[0] = (x + par_b) / r_minus;n_plus[1] = y / r_plus;n_minus[1] = y / r_minus;n_plus[2] = z / r_plus;n_minus[2] = z / r_minus;/* dot product: np_Pp = (n_+).(P_+); nm_Pm = (n_-).(P_-) */np_Pp = 0;nm_Pm = 0;for (i = 0; i < 3; i++){np_Pp += n_plus[i] * par_P_plus[i];nm_Pm += n_minus[i] * par_P_minus[i];}/* cross product: np_Sp[i] = [(n_+) x (S_+)]_i; nm_Sm[i] = [(n_-) x (S_-)]_i*/np_Sp[0] = n_plus[1] * par_S_plus[2] - n_plus[2] * par_S_plus[1];np_Sp[1] = n_plus[2] * par_S_plus[0] - n_plus[0] * par_S_plus[2];np_Sp[2] = n_plus[0] * par_S_plus[1] - n_plus[1] * par_S_plus[0];nm_Sm[0] = n_minus[1] * par_S_minus[2] - n_minus[2] * par_S_minus[1];nm_Sm[1] = n_minus[2] * par_S_minus[0] - n_minus[0] * par_S_minus[2];nm_Sm[2] = n_minus[0] * par_S_minus[1] - n_minus[1] * par_S_minus[0];AijAij = 0;for (i = 0; i < 3; i++){for (j = 0; j < 3; j++){ /* Bowen-York-Curvature :*/Aij =+ 1.5 * (par_P_plus[i] * n_plus[j] + par_P_plus[j] * n_plus[i]+ np_Pp * n_plus[i] * n_plus[j]) / r2_plus+ 1.5 * (par_P_minus[i] * n_minus[j] + par_P_minus[j] * n_minus[i]+ nm_Pm * n_minus[i] * n_minus[j]) / r2_minus- 3.0 * (np_Sp[i] * n_plus[j] + np_Sp[j] * n_plus[i]) / r3_plus- 3.0 * (nm_Sm[i] * n_minus[j] + nm_Sm[j] * n_minus[i]) / r3_minus;if (i == j)Aij -= +1.5 * (np_Pp / r2_plus + nm_Pm / r2_minus);AijAij += Aij * Aij;}}return AijAij;}voidBY_Aijofxyz (CCTK_REAL x, CCTK_REAL y, CCTK_REAL z, CCTK_REAL Aij[3][3]){DECLARE_CCTK_PARAMETERS;int i, j;CCTK_REAL r_plus, r2_plus, r3_plus, r_minus, r2_minus, r3_minus, np_Pp, nm_Pm,n_plus[3], n_minus[3], np_Sp[3], nm_Sm[3];r2_plus = (x - par_b) * (x - par_b) + y * y + z * z;r2_minus = (x + par_b) * (x + par_b) + y * y + z * z;r2_plus = sqrt (pow (r2_plus, 2) + pow (TP_epsilon, 4));r2_minus = sqrt (pow (r2_minus, 2) + pow (TP_epsilon, 4));if (r2_plus < pow(TP_Tiny,2))r2_plus = pow(TP_Tiny,2);if (r2_minus < pow(TP_Tiny,2))r2_minus = pow(TP_Tiny,2);r_plus = sqrt (r2_plus);r_minus = sqrt (r2_minus);r3_plus = r_plus * r2_plus;r3_minus = r_minus * r2_minus;n_plus[0] = (x - par_b) / r_plus;n_minus[0] = (x + par_b) / r_minus;n_plus[1] = y / r_plus;n_minus[1] = y / r_minus;n_plus[2] = z / r_plus;n_minus[2] = z / r_minus;/* dot product: np_Pp = (n_+).(P_+); nm_Pm = (n_-).(P_-) */np_Pp = 0;nm_Pm = 0;for (i = 0; i < 3; i++){np_Pp += n_plus[i] * par_P_plus[i];nm_Pm += n_minus[i] * par_P_minus[i];}/* cross product: np_Sp[i] = [(n_+) x (S_+)]_i; nm_Sm[i] = [(n_-) x (S_-)]_i*/np_Sp[0] = n_plus[1] * par_S_plus[2] - n_plus[2] * par_S_plus[1];np_Sp[1] = n_plus[2] * par_S_plus[0] - n_plus[0] * par_S_plus[2];np_Sp[2] = n_plus[0] * par_S_plus[1] - n_plus[1] * par_S_plus[0];nm_Sm[0] = n_minus[1] * par_S_minus[2] - n_minus[2] * par_S_minus[1];nm_Sm[1] = n_minus[2] * par_S_minus[0] - n_minus[0] * par_S_minus[2];nm_Sm[2] = n_minus[0] * par_S_minus[1] - n_minus[1] * par_S_minus[0];for (i = 0; i < 3; i++){for (j = 0; j < 3; j++){ /* Bowen-York-Curvature :*/Aij[i][j] =+ 1.5 * (par_P_plus[i] * n_plus[j] + par_P_plus[j] * n_plus[i]+ np_Pp * n_plus[i] * n_plus[j]) / r2_plus+ 1.5 * (par_P_minus[i] * n_minus[j] + par_P_minus[j] * n_minus[i]+ nm_Pm * n_minus[i] * n_minus[j]) / r2_minus- 3.0 * (np_Sp[i] * n_plus[j] + np_Sp[j] * n_plus[i]) / r3_plus- 3.0 * (nm_Sm[i] * n_minus[j] + nm_Sm[j] * n_minus[i]) / r3_minus;if (i == j)Aij[i][j] -= +1.5 * (np_Pp / r2_plus + nm_Pm / r2_minus);}}}/*-----------------------------------------------------------*//******** Nonlinear Equations ***********//*-----------------------------------------------------------*/voidNonLinEquations (CCTK_REAL rho_adm,CCTK_REAL A, CCTK_REAL B, CCTK_REAL X, CCTK_REAL R,CCTK_REAL x, CCTK_REAL r, CCTK_REAL phi,CCTK_REAL y, CCTK_REAL z, derivs U, CCTK_REAL *values){DECLARE_CCTK_PARAMETERS;CCTK_REAL r_plus, r_minus, psi, psi2, psi4, psi7;r_plus = sqrt ((x - par_b) * (x - par_b) + y * y + z * z);r_minus = sqrt ((x + par_b) * (x + par_b) + y * y + z * z);psi =1. + 0.5 * par_m_plus / r_plus + 0.5 * par_m_minus / r_minus + U.d0[0];psi2 = psi * psi;psi4 = psi2 * psi2;psi7 = psi * psi2 * psi4;values[0] =U.d11[0] + U.d22[0] + U.d33[0] + 0.125 * BY_KKofxyz (x, y, z) / psi7 +2.0 * Pi / psi2/psi * rho_adm;}/*-----------------------------------------------------------*//******** Linear Equations ***********//*-----------------------------------------------------------*/voidLinEquations (CCTK_REAL A, CCTK_REAL B, CCTK_REAL X, CCTK_REAL R,CCTK_REAL x, CCTK_REAL r, CCTK_REAL phi,CCTK_REAL y, CCTK_REAL z, derivs dU, derivs U, CCTK_REAL *values){DECLARE_CCTK_PARAMETERS;CCTK_REAL r_plus, r_minus, psi, psi2, psi4, psi8;r_plus = sqrt ((x - par_b) * (x - par_b) + y * y + z * z);r_minus = sqrt ((x + par_b) * (x + par_b) + y * y + z * z);psi =1. + 0.5 * par_m_plus / r_plus + 0.5 * par_m_minus / r_minus + U.d0[0];psi2 = psi * psi;psi4 = psi2 * psi2;psi8 = psi4 * psi4;values[0] = dU.d11[0] + dU.d22[0] + dU.d33[0]- 0.875 * BY_KKofxyz (x, y, z) / psi8 * dU.d0[0];}/*-----------------------------------------------------------*/
/* TwoPunctures: File "FuncAndJacobian.c"*/#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include <time.h>#include "cctk.h"#include "cctk_Parameters.h"#include "TP_utilities.h"#include "TwoPunctures.h"#define FAC sin(al)*sin(be)*sin(al)*sin(be)*sin(al)*sin(be)/*#define FAC sin(al)*sin(be)*sin(al)*sin(be)*//*#define FAC 1*/static inline CCTK_REAL min (CCTK_REAL const x, CCTK_REAL const y){return x<y ? x : y;}/* --------------------------------------------------------------------------*/intIndex (int ivar, int i, int j, int k, int nvar, int n1, int n2, int n3){int i1 = i, j1 = j, k1 = k;if (i1 < 0)i1 = -(i1 + 1);if (i1 >= n1)i1 = 2 * n1 - (i1 + 1);if (j1 < 0)j1 = -(j1 + 1);if (j1 >= n2)j1 = 2 * n2 - (j1 + 1);if (k1 < 0)k1 = k1 + n3;if (k1 >= n3)k1 = k1 - n3;return ivar + nvar * (i1 + n1 * (j1 + n2 * k1));}/* --------------------------------------------------------------------------*/voidallocate_derivs (derivs * v, int n){int m = n - 1;(*v).d0 = dvector (0, m);(*v).d1 = dvector (0, m);(*v).d2 = dvector (0, m);(*v).d3 = dvector (0, m);(*v).d11 = dvector (0, m);(*v).d12 = dvector (0, m);(*v).d13 = dvector (0, m);(*v).d22 = dvector (0, m);(*v).d23 = dvector (0, m);(*v).d33 = dvector (0, m);}/* --------------------------------------------------------------------------*/voidfree_derivs (derivs * v, int n){int m = n - 1;free_dvector ((*v).d0, 0, m);free_dvector ((*v).d1, 0, m);free_dvector ((*v).d2, 0, m);free_dvector ((*v).d3, 0, m);free_dvector ((*v).d11, 0, m);free_dvector ((*v).d12, 0, m);free_dvector ((*v).d13, 0, m);free_dvector ((*v).d22, 0, m);free_dvector ((*v).d23, 0, m);free_dvector ((*v).d33, 0, m);}/* --------------------------------------------------------------------------*/voidDerivatives_AB3 (int nvar, int n1, int n2, int n3, derivs v){int i, j, k, ivar, N, *indx;CCTK_REAL *p, *dp, *d2p, *q, *dq, *r, *dr;N = maximum3 (n1, n2, n3);p = dvector (0, N);dp = dvector (0, N);d2p = dvector (0, N);q = dvector (0, N);dq = dvector (0, N);r = dvector (0, N);dr = dvector (0, N);indx = ivector (0, N);for (ivar = 0; ivar < nvar; ivar++){for (k = 0; k < n3; k++){ /* Calculation of Derivatives w.r.t. A-Dir. */for (j = 0; j < n2; j++){ /* (Chebyshev_Zeros)*/for (i = 0; i < n1; i++){indx[i] = Index (ivar, i, j, k, nvar, n1, n2, n3);p[i] = v.d0[indx[i]];}chebft_Zeros (p, n1, 0);chder (p, dp, n1);chder (dp, d2p, n1);chebft_Zeros (dp, n1, 1);chebft_Zeros (d2p, n1, 1);for (i = 0; i < n1; i++){v.d1[indx[i]] = dp[i];v.d11[indx[i]] = d2p[i];}}}for (k = 0; k < n3; k++){ /* Calculation of Derivatives w.r.t. B-Dir. */for (i = 0; i < n1; i++){ /* (Chebyshev_Zeros)*/for (j = 0; j < n2; j++){indx[j] = Index (ivar, i, j, k, nvar, n1, n2, n3);p[j] = v.d0[indx[j]];q[j] = v.d1[indx[j]];}chebft_Zeros (p, n2, 0);chebft_Zeros (q, n2, 0);chder (p, dp, n2);chder (dp, d2p, n2);chder (q, dq, n2);chebft_Zeros (dp, n2, 1);chebft_Zeros (d2p, n2, 1);chebft_Zeros (dq, n2, 1);for (j = 0; j < n2; j++){v.d2[indx[j]] = dp[j];v.d22[indx[j]] = d2p[j];v.d12[indx[j]] = dq[j];}}}for (i = 0; i < n1; i++){ /* Calculation of Derivatives w.r.t. phi-Dir. (Fourier)*/for (j = 0; j < n2; j++){for (k = 0; k < n3; k++){indx[k] = Index (ivar, i, j, k, nvar, n1, n2, n3);p[k] = v.d0[indx[k]];q[k] = v.d1[indx[k]];r[k] = v.d2[indx[k]];}fourft (p, n3, 0);fourder (p, dp, n3);fourder2 (p, d2p, n3);fourft (dp, n3, 1);fourft (d2p, n3, 1);fourft (q, n3, 0);fourder (q, dq, n3);fourft (dq, n3, 1);fourft (r, n3, 0);fourder (r, dr, n3);fourft (dr, n3, 1);for (k = 0; k < n3; k++){v.d3[indx[k]] = dp[k];v.d33[indx[k]] = d2p[k];v.d13[indx[k]] = dq[k];v.d23[indx[k]] = dr[k];}}}}free_dvector (p, 0, N);free_dvector (dp, 0, N);free_dvector (d2p, 0, N);free_dvector (q, 0, N);free_dvector (dq, 0, N);free_dvector (r, 0, N);free_dvector (dr, 0, N);free_ivector (indx, 0, N);}/* --------------------------------------------------------------------------*/voidF_of_v (CCTK_POINTER_TO_CONST cctkGH,int nvar, int n1, int n2, int n3, derivs v, CCTK_REAL *F,derivs u){/* Calculates the left hand sides of the non-linear equations F_m(v_n)=0*//* and the function u (u.d0[]) as well as its derivatives*//* (u.d1[], u.d2[], u.d3[], u.d11[], u.d12[], u.d13[], u.d22[], u.d23[], u.d33[])*//* at interior points and at the boundaries "+/-"*/DECLARE_CCTK_PARAMETERS;int i, j, k, ivar, indx;CCTK_REAL al, be, A, B, X, R, x, r, phi, y, z, Am1, *values;derivs U;CCTK_REAL *sources;values = dvector (0, nvar - 1);allocate_derivs (&U, nvar);sources=calloc(n1*n2*n3, sizeof(CCTK_REAL));if (use_sources){CCTK_REAL *s_x, *s_y, *s_z;CCTK_INT i3D;s_x =calloc(n1*n2*n3, sizeof(CCTK_REAL));s_y =calloc(n1*n2*n3, sizeof(CCTK_REAL));s_z =calloc(n1*n2*n3, sizeof(CCTK_REAL));for (i = 0; i < n1; i++)for (j = 0; j < n2; j++)for (k = 0; k < n3; k++){i3D = Index(0,i,j,k,1,n1,n2,n3);al = Pih * (2 * i + 1) / n1;A = -cos (al);be = Pih * (2 * j + 1) / n2;B = -cos (be);phi = 2. * Pi * k / n3;Am1 = A - 1;for (ivar = 0; ivar < nvar; ivar++){indx = Index (ivar, i, j, k, nvar, n1, n2, n3);U.d0[ivar] = Am1 * v.d0[indx]; /* U*/U.d1[ivar] = v.d0[indx] + Am1 * v.d1[indx]; /* U_A*/U.d2[ivar] = Am1 * v.d2[indx]; /* U_B*/U.d3[ivar] = Am1 * v.d3[indx]; /* U_3*/U.d11[ivar] = 2 * v.d1[indx] + Am1 * v.d11[indx]; /* U_AA*/U.d12[ivar] = v.d2[indx] + Am1 * v.d12[indx]; /* U_AB*/U.d13[ivar] = v.d3[indx] + Am1 * v.d13[indx]; /* U_AB*/U.d22[ivar] = Am1 * v.d22[indx]; /* U_BB*/U.d23[ivar] = Am1 * v.d23[indx]; /* U_B3*/U.d33[ivar] = Am1 * v.d33[indx]; /* U_33*/}/* Calculation of (X,R) and*//* (U_X, U_R, U_3, U_XX, U_XR, U_X3, U_RR, U_R3, U_33)*/AB_To_XR (nvar, A, B, &X, &R, U);/* Calculation of (x,r) and*//* (U, U_x, U_r, U_3, U_xx, U_xr, U_x3, U_rr, U_r3, U_33)*/C_To_c (nvar, X, R, &(s_x[i3D]), &r, U);/* Calculation of (y,z) and*//* (U, U_x, U_y, U_z, U_xx, U_xy, U_xz, U_yy, U_yz, U_zz)*/rx3_To_xyz (nvar, s_x[i3D], r, phi, &(s_y[i3D]), &(s_z[i3D]), U);}Set_Rho_ADM(cctkGH, n1*n2*n3, sources, s_x, s_y, s_z);free(s_z);free(s_y);free(s_x);}elsefor (i = 0; i < n1; i++)for (j = 0; j < n2; j++)for (k = 0; k < n3; k++)sources[Index(0,i,j,k,1,n1,n2,n3)]=0.0;Derivatives_AB3 (nvar, n1, n2, n3, v);CCTK_REAL psi, psi2, psi4, psi7, r_plus, r_minus;FILE *debugfile = NULL;if (do_residuum_debug_output && CCTK_MyProc(cctkGH) == 0){debugfile = fopen("res.dat", "w");assert(debugfile);}for (i = 0; i < n1; i++){for (j = 0; j < n2; j++){for (k = 0; k < n3; k++){al = Pih * (2 * i + 1) / n1;A = -cos (al);be = Pih * (2 * j + 1) / n2;B = -cos (be);phi = 2. * Pi * k / n3;Am1 = A - 1;for (ivar = 0; ivar < nvar; ivar++){indx = Index (ivar, i, j, k, nvar, n1, n2, n3);U.d0[ivar] = Am1 * v.d0[indx]; /* U*/U.d1[ivar] = v.d0[indx] + Am1 * v.d1[indx]; /* U_A*/U.d2[ivar] = Am1 * v.d2[indx]; /* U_B*/U.d3[ivar] = Am1 * v.d3[indx]; /* U_3*/U.d11[ivar] = 2 * v.d1[indx] + Am1 * v.d11[indx]; /* U_AA*/U.d12[ivar] = v.d2[indx] + Am1 * v.d12[indx]; /* U_AB*/U.d13[ivar] = v.d3[indx] + Am1 * v.d13[indx]; /* U_AB*/U.d22[ivar] = Am1 * v.d22[indx]; /* U_BB*/U.d23[ivar] = Am1 * v.d23[indx]; /* U_B3*/U.d33[ivar] = Am1 * v.d33[indx]; /* U_33*/}/* Calculation of (X,R) and*//* (U_X, U_R, U_3, U_XX, U_XR, U_X3, U_RR, U_R3, U_33)*/AB_To_XR (nvar, A, B, &X, &R, U);/* Calculation of (x,r) and*//* (U, U_x, U_r, U_3, U_xx, U_xr, U_x3, U_rr, U_r3, U_33)*/C_To_c (nvar, X, R, &x, &r, U);/* Calculation of (y,z) and*//* (U, U_x, U_y, U_z, U_xx, U_xy, U_xz, U_yy, U_yz, U_zz)*/rx3_To_xyz (nvar, x, r, phi, &y, &z, U);NonLinEquations (sources[Index(0,i,j,k,1,n1,n2,n3)],A, B, X, R, x, r, phi, y, z, U, values);for (ivar = 0; ivar < nvar; ivar++){indx = Index (ivar, i, j, k, nvar, n1, n2, n3);F[indx] = values[ivar] * FAC;/* if ((i<5) && ((j<5) || (j>n2-5)))*//* F[indx] = 0.0;*/u.d0[indx] = U.d0[ivar]; /* U*/u.d1[indx] = U.d1[ivar]; /* U_x*/u.d2[indx] = U.d2[ivar]; /* U_y*/u.d3[indx] = U.d3[ivar]; /* U_z*/u.d11[indx] = U.d11[ivar]; /* U_xx*/u.d12[indx] = U.d12[ivar]; /* U_xy*/u.d13[indx] = U.d13[ivar]; /* U_xz*/u.d22[indx] = U.d22[ivar]; /* U_yy*/u.d23[indx] = U.d23[ivar]; /* U_yz*/u.d33[indx] = U.d33[ivar]; /* U_zz*/}if (debugfile && (k==0)){r_plus = sqrt ((x - par_b) * (x - par_b) + y * y + z * z);r_minus = sqrt ((x + par_b) * (x + par_b) + y * y + z * z);psi = 1.+0.5 * par_m_plus / r_plus +0.5 * par_m_minus / r_minus +U.d0[0];psi2 = psi * psi;psi4 = psi2 * psi2;psi7 = psi * psi2 * psi4;fprintf(debugfile,"%.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g\n",(double)x, (double)y, (double)A, (double)B,(double)(U.d11[0] +U.d22[0] +U.d33[0] +/* 0.125 * BY_KKofxyz (x, y, z) / psi7 +*/(2.0 * Pi / psi2/psi * sources[indx]) * FAC),(double)((U.d11[0] +U.d22[0] +U.d33[0])*FAC),(double)(-(2.0 * Pi / psi2/psi * sources[indx]) * FAC),(double)sources[indx]/*(double)F[indx]*/);}}}}if (debugfile){fclose(debugfile);}free(sources);free_dvector (values, 0, nvar - 1);free_derivs (&U, nvar);}/* --------------------------------------------------------------------------*/voidJ_times_dv (int nvar, int n1, int n2, int n3, derivs dv,CCTK_REAL *Jdv, derivs u){ /* Calculates the left hand sides of the non-linear equations F_m(v_n)=0*//* and the function u (u.d0[]) as well as its derivatives*//* (u.d1[], u.d2[], u.d3[], u.d11[], u.d12[], u.d13[], u.d22[], u.d23[], u.d33[])*//* at interior points and at the boundaries "+/-"*/DECLARE_CCTK_PARAMETERS;int i, j, k, ivar, indx;CCTK_REAL al, be, A, B, X, R, x, r, phi, y, z, Am1, *values;derivs dU, U;Derivatives_AB3 (nvar, n1, n2, n3, dv);#pragma omp parallel for private (values,dU,U,i,j,k,al,A,be,B,phi,X,R,x,r,y,z,Am1,ivar,indx) schedule(dynamic)for (i = 0; i < n1; i++){values = dvector (0, nvar - 1);allocate_derivs (&dU, nvar);allocate_derivs (&U, nvar);for (j = 0; j < n2; j++){for (k = 0; k < n3; k++){al = Pih * (2 * i + 1) / n1;A = -cos (al);be = Pih * (2 * j + 1) / n2;B = -cos (be);phi = 2. * Pi * k / n3;Am1 = A - 1;for (ivar = 0; ivar < nvar; ivar++){indx = Index (ivar, i, j, k, nvar, n1, n2, n3);dU.d0[ivar] = Am1 * dv.d0[indx]; /* dU*/dU.d1[ivar] = dv.d0[indx] + Am1 * dv.d1[indx]; /* dU_A*/dU.d2[ivar] = Am1 * dv.d2[indx]; /* dU_B*/dU.d3[ivar] = Am1 * dv.d3[indx]; /* dU_3*/dU.d11[ivar] = 2 * dv.d1[indx] + Am1 * dv.d11[indx]; /* dU_AA*/dU.d12[ivar] = dv.d2[indx] + Am1 * dv.d12[indx]; /* dU_AB*/dU.d13[ivar] = dv.d3[indx] + Am1 * dv.d13[indx]; /* dU_AB*/dU.d22[ivar] = Am1 * dv.d22[indx]; /* dU_BB*/dU.d23[ivar] = Am1 * dv.d23[indx]; /* dU_B3*/dU.d33[ivar] = Am1 * dv.d33[indx]; /* dU_33*/U.d0[ivar] = u.d0[indx]; /* U */U.d1[ivar] = u.d1[indx]; /* U_x*/U.d2[ivar] = u.d2[indx]; /* U_y*/U.d3[ivar] = u.d3[indx]; /* U_z*/U.d11[ivar] = u.d11[indx]; /* U_xx*/U.d12[ivar] = u.d12[indx]; /* U_xy*/U.d13[ivar] = u.d13[indx]; /* U_xz*/U.d22[ivar] = u.d22[indx]; /* U_yy*/U.d23[ivar] = u.d23[indx]; /* U_yz*/U.d33[ivar] = u.d33[indx]; /* U_zz*/}/* Calculation of (X,R) and*//* (dU_X, dU_R, dU_3, dU_XX, dU_XR, dU_X3, dU_RR, dU_R3, dU_33)*/AB_To_XR (nvar, A, B, &X, &R, dU);/* Calculation of (x,r) and*//* (dU, dU_x, dU_r, dU_3, dU_xx, dU_xr, dU_x3, dU_rr, dU_r3, dU_33)*/C_To_c (nvar, X, R, &x, &r, dU);/* Calculation of (y,z) and*//* (dU, dU_x, dU_y, dU_z, dU_xx, dU_xy, dU_xz, dU_yy, dU_yz, dU_zz)*/rx3_To_xyz (nvar, x, r, phi, &y, &z, dU);LinEquations (A, B, X, R, x, r, phi, y, z, dU, U, values);for (ivar = 0; ivar < nvar; ivar++){indx = Index (ivar, i, j, k, nvar, n1, n2, n3);Jdv[indx] = values[ivar] * FAC;}}}free_dvector (values, 0, nvar - 1);free_derivs (&dU, nvar);free_derivs (&U, nvar);}}/* --------------------------------------------------------------------------*/voidJFD_times_dv (int i, int j, int k, int nvar, int n1, int n2,int n3, derivs dv, derivs u, CCTK_REAL *values){ /* Calculates rows of the vector 'J(FD)*dv'.*//* First row to be calculated: row = Index(0, i, j, k; nvar, n1, n2, n3)*//* Last row to be calculated: row = Index(nvar-1, i, j, k; nvar, n1, n2, n3)*//* These rows are stored in the vector JFDdv[0] ... JFDdv[nvar-1].*/DECLARE_CCTK_PARAMETERS;int ivar, indx;CCTK_REAL al, be, A, B, X, R, x, r, phi, y, z, Am1;CCTK_REAL sin_al, sin_al_i1, sin_al_i2, sin_al_i3, cos_al;CCTK_REAL sin_be, sin_be_i1, sin_be_i2, sin_be_i3, cos_be;CCTK_REAL dV0, dV1, dV2, dV3, dV11, dV12, dV13, dV22, dV23, dV33,ha, ga, ga2, hb, gb, gb2, hp, gp, gp2, gagb, gagp, gbgp;derivs dU, U;allocate_derivs (&dU, nvar);allocate_derivs (&U, nvar);if (k < 0)k = k + n3;if (k >= n3)k = k - n3;ha = Pi / n1; /* ha: Stepsize with respect to (al)*/al = ha * (i + 0.5);A = -cos (al);ga = 1 / ha;ga2 = ga * ga;hb = Pi / n2; /* hb: Stepsize with respect to (be)*/be = hb * (j + 0.5);B = -cos (be);gb = 1 / hb;gb2 = gb * gb;gagb = ga * gb;hp = 2 * Pi / n3; /* hp: Stepsize with respect to (phi)*/phi = hp * k;gp = 1 / hp;gp2 = gp * gp;gagp = ga * gp;gbgp = gb * gp;sin_al = sin (al);sin_be = sin (be);sin_al_i1 = 1 / sin_al;sin_be_i1 = 1 / sin_be;sin_al_i2 = sin_al_i1 * sin_al_i1;sin_be_i2 = sin_be_i1 * sin_be_i1;sin_al_i3 = sin_al_i1 * sin_al_i2;sin_be_i3 = sin_be_i1 * sin_be_i2;cos_al = -A;cos_be = -B;Am1 = A - 1;for (ivar = 0; ivar < nvar; ivar++){int iccc = Index (ivar, i, j, k, nvar, n1, n2, n3),ipcc = Index (ivar, i + 1, j, k, nvar, n1, n2, n3),imcc = Index (ivar, i - 1, j, k, nvar, n1, n2, n3),icpc = Index (ivar, i, j + 1, k, nvar, n1, n2, n3),icmc = Index (ivar, i, j - 1, k, nvar, n1, n2, n3),iccp = Index (ivar, i, j, k + 1, nvar, n1, n2, n3),iccm = Index (ivar, i, j, k - 1, nvar, n1, n2, n3),icpp = Index (ivar, i, j + 1, k + 1, nvar, n1, n2, n3),icmp = Index (ivar, i, j - 1, k + 1, nvar, n1, n2, n3),icpm = Index (ivar, i, j + 1, k - 1, nvar, n1, n2, n3),icmm = Index (ivar, i, j - 1, k - 1, nvar, n1, n2, n3),ipcp = Index (ivar, i + 1, j, k + 1, nvar, n1, n2, n3),imcp = Index (ivar, i - 1, j, k + 1, nvar, n1, n2, n3),ipcm = Index (ivar, i + 1, j, k - 1, nvar, n1, n2, n3),imcm = Index (ivar, i - 1, j, k - 1, nvar, n1, n2, n3),ippc = Index (ivar, i + 1, j + 1, k, nvar, n1, n2, n3),impc = Index (ivar, i - 1, j + 1, k, nvar, n1, n2, n3),ipmc = Index (ivar, i + 1, j - 1, k, nvar, n1, n2, n3),immc = Index (ivar, i - 1, j - 1, k, nvar, n1, n2, n3);/* Derivatives of (dv) w.r.t. (al,be,phi):*/dV0 = dv.d0[iccc];dV1 = 0.5 * ga * (dv.d0[ipcc] - dv.d0[imcc]);dV2 = 0.5 * gb * (dv.d0[icpc] - dv.d0[icmc]);dV3 = 0.5 * gp * (dv.d0[iccp] - dv.d0[iccm]);dV11 = ga2 * (dv.d0[ipcc] + dv.d0[imcc] - 2 * dv.d0[iccc]);dV22 = gb2 * (dv.d0[icpc] + dv.d0[icmc] - 2 * dv.d0[iccc]);dV33 = gp2 * (dv.d0[iccp] + dv.d0[iccm] - 2 * dv.d0[iccc]);dV12 =0.25 * gagb * (dv.d0[ippc] - dv.d0[ipmc] + dv.d0[immc] - dv.d0[impc]);dV13 =0.25 * gagp * (dv.d0[ipcp] - dv.d0[imcp] + dv.d0[imcm] - dv.d0[ipcm]);dV23 =0.25 * gbgp * (dv.d0[icpp] - dv.d0[icpm] + dv.d0[icmm] - dv.d0[icmp]);/* Derivatives of (dv) w.r.t. (A,B,phi):*/dV11 = sin_al_i3 * (sin_al * dV11 - cos_al * dV1);dV12 = sin_al_i1 * sin_be_i1 * dV12;dV13 = sin_al_i1 * dV13;dV22 = sin_be_i3 * (sin_be * dV22 - cos_be * dV2);dV23 = sin_be_i1 * dV23;dV1 = sin_al_i1 * dV1;dV2 = sin_be_i1 * dV2;/* Derivatives of (dU) w.r.t. (A,B,phi):*/dU.d0[ivar] = Am1 * dV0;dU.d1[ivar] = dV0 + Am1 * dV1;dU.d2[ivar] = Am1 * dV2;dU.d3[ivar] = Am1 * dV3;dU.d11[ivar] = 2 * dV1 + Am1 * dV11;dU.d12[ivar] = dV2 + Am1 * dV12;dU.d13[ivar] = dV3 + Am1 * dV13;dU.d22[ivar] = Am1 * dV22;dU.d23[ivar] = Am1 * dV23;dU.d33[ivar] = Am1 * dV33;indx = Index (ivar, i, j, k, nvar, n1, n2, n3);U.d0[ivar] = u.d0[indx]; /* U */U.d1[ivar] = u.d1[indx]; /* U_x*/U.d2[ivar] = u.d2[indx]; /* U_y*/U.d3[ivar] = u.d3[indx]; /* U_z*/U.d11[ivar] = u.d11[indx]; /* U_xx*/U.d12[ivar] = u.d12[indx]; /* U_xy*/U.d13[ivar] = u.d13[indx]; /* U_xz*/U.d22[ivar] = u.d22[indx]; /* U_yy*/U.d23[ivar] = u.d23[indx]; /* U_yz*/U.d33[ivar] = u.d33[indx]; /* U_zz*/}/* Calculation of (X,R) and*//* (dU_X, dU_R, dU_3, dU_XX, dU_XR, dU_X3, dU_RR, dU_R3, dU_33)*/AB_To_XR (nvar, A, B, &X, &R, dU);/* Calculation of (x,r) and*//* (dU, dU_x, dU_r, dU_3, dU_xx, dU_xr, dU_x3, dU_rr, dU_r3, dU_33)*/C_To_c (nvar, X, R, &x, &r, dU);/* Calculation of (y,z) and*//* (dU, dU_x, dU_y, dU_z, dU_xx, dU_xy, dU_xz, dU_yy, dU_yz, dU_zz)*/rx3_To_xyz (nvar, x, r, phi, &y, &z, dU);LinEquations (A, B, X, R, x, r, phi, y, z, dU, U, values);for (ivar = 0; ivar < nvar; ivar++)values[ivar] *= FAC;free_derivs (&dU, nvar);free_derivs (&U, nvar);}/* --------------------------------------------------------------------------*/voidSetMatrix_JFD (int nvar, int n1, int n2, int n3, derivs u,int *ncols, int **cols, CCTK_REAL **Matrix){DECLARE_CCTK_PARAMETERS;int column, row, mcol;int i, i1, i_0, i_1, j, j1, j_0, j_1, k, k1, k_0, k_1, N1, N2, N3,ivar, ivar1, ntotal = nvar * n1 * n2 * n3;CCTK_REAL *values;derivs dv;values = dvector (0, nvar - 1);allocate_derivs (&dv, ntotal);N1 = n1 - 1;N2 = n2 - 1;N3 = n3 - 1;#pragma omp parallel for private (i,j,k,ivar,row) schedule(dynamic)for (i = 0; i < n1; i++){for (j = 0; j < n2; j++){for (k = 0; k < n3; k++){for (ivar = 0; ivar < nvar; ivar++){row = Index (ivar, i, j, k, nvar, n1, n2, n3);ncols[row] = 0;dv.d0[row] = 0;}}}}for (i = 0; i < n1; i++){for (j = 0; j < n2; j++){for (k = 0; k < n3; k++){for (ivar = 0; ivar < nvar; ivar++){column = Index (ivar, i, j, k, nvar, n1, n2, n3);dv.d0[column] = 1;i_0 = maximum2 (0, i - 1);i_1 = minimum2 (N1, i + 1);j_0 = maximum2 (0, j - 1);j_1 = minimum2 (N2, j + 1);k_0 = k - 1;k_1 = k + 1;/* i_0 = 0;i_1 = N1;j_0 = 0;j_1 = N2;k_0 = 0;k_1 = N3;*/for (i1 = i_0; i1 <= i_1; i1++){for (j1 = j_0; j1 <= j_1; j1++){for (k1 = k_0; k1 <= k_1; k1++){JFD_times_dv (i1, j1, k1, nvar, n1, n2, n3,dv, u, values);for (ivar1 = 0; ivar1 < nvar; ivar1++){if (values[ivar1] != 0){row = Index (ivar1, i1, j1, k1, nvar, n1, n2, n3);mcol = ncols[row];cols[row][mcol] = column;Matrix[row][mcol] = values[ivar1];ncols[row] += 1;}}}}}dv.d0[column] = 0;}}}}free_derivs (&dv, ntotal);free_dvector (values, 0, nvar - 1);}/* --------------------------------------------------------------------------*//* Calculates the value of v at an arbitrary position (A,B,phi)*/CCTK_REALPunctEvalAtArbitPosition (CCTK_REAL *v, int ivar, CCTK_REAL A, CCTK_REAL B, CCTK_REAL phi,int nvar, int n1, int n2, int n3){int i, j, k, N;CCTK_REAL *p, *values1, **values2, result;N = maximum3 (n1, n2, n3);p = dvector (0, N);values1 = dvector (0, N);values2 = dmatrix (0, N, 0, N);for (k = 0; k < n3; k++){for (j = 0; j < n2; j++){for (i = 0; i < n1; i++)p[i] = v[ivar + nvar * (i + n1 * (j + n2 * k))];chebft_Zeros (p, n1, 0);values2[j][k] = chebev (-1, 1, p, n1, A);}}for (k = 0; k < n3; k++){for (j = 0; j < n2; j++)p[j] = values2[j][k];chebft_Zeros (p, n2, 0);values1[k] = chebev (-1, 1, p, n2, B);}fourft (values1, n3, 0);result = fourev (values1, n3, phi);free_dvector (p, 0, N);free_dvector (values1, 0, N);free_dmatrix (values2, 0, N, 0, N);return result;}/* --------------------------------------------------------------------------*/voidcalculate_derivs (int i, int j, int k, int ivar, int nvar, int n1, int n2,int n3, derivs v, derivs vv){CCTK_REAL al = Pih * (2 * i + 1) / n1, be = Pih * (2 * j + 1) / n2,sin_al = sin (al), sin2_al = sin_al * sin_al, cos_al = cos (al),sin_be = sin (be), sin2_be = sin_be * sin_be, cos_be = cos (be);vv.d0[0] = v.d0[Index (ivar, i, j, k, nvar, n1, n2, n3)];vv.d1[0] = v.d1[Index (ivar, i, j, k, nvar, n1, n2, n3)] * sin_al;vv.d2[0] = v.d2[Index (ivar, i, j, k, nvar, n1, n2, n3)] * sin_be;vv.d3[0] = v.d3[Index (ivar, i, j, k, nvar, n1, n2, n3)];vv.d11[0] = v.d11[Index (ivar, i, j, k, nvar, n1, n2, n3)] * sin2_al+ v.d1[Index (ivar, i, j, k, nvar, n1, n2, n3)] * cos_al;vv.d12[0] =v.d12[Index (ivar, i, j, k, nvar, n1, n2, n3)] * sin_al * sin_be;vv.d13[0] = v.d13[Index (ivar, i, j, k, nvar, n1, n2, n3)] * sin_al;vv.d22[0] = v.d22[Index (ivar, i, j, k, nvar, n1, n2, n3)] * sin2_be+ v.d2[Index (ivar, i, j, k, nvar, n1, n2, n3)] * cos_be;vv.d23[0] = v.d23[Index (ivar, i, j, k, nvar, n1, n2, n3)] * sin_be;vv.d33[0] = v.d33[Index (ivar, i, j, k, nvar, n1, n2, n3)];}/* --------------------------------------------------------------------------*/CCTK_REALinterpol (CCTK_REAL a, CCTK_REAL b, CCTK_REAL c, derivs v){return v.d0[0]+ a * v.d1[0] + b * v.d2[0] + c * v.d3[0]+ 0.5 * a * a * v.d11[0] + a * b * v.d12[0] + a * c * v.d13[0]+ 0.5 * b * b * v.d22[0] + b * c * v.d23[0] + 0.5 * c * c * v.d33[0];}/* --------------------------------------------------------------------------*/static CCTK_REALclamp_pm_one (CCTK_REAL val){return val < -1 ? -1 : val > 1 ? 1 : val;}/* --------------------------------------------------------------------------*//* Calculates the value of v at an arbitrary position (x,y,z)*/CCTK_REALPunctTaylorExpandAtArbitPosition (int ivar, int nvar, int n1,int n2, int n3, derivs v, CCTK_REAL x, CCTK_REAL y,CCTK_REAL z){DECLARE_CCTK_PARAMETERS;CCTK_REAL xs, ys, zs, rs2, phi, X, R, A, B, al, be, aux1, aux2, a, b, c,result, Ui;int i, j, k;derivs vv;allocate_derivs (&vv, 1);xs = x / par_b;ys = y / par_b;zs = z / par_b;rs2 = ys * ys + zs * zs;phi = atan2 (z, y);if (phi < 0)phi += 2 * Pi;aux1 = 0.5 * (xs * xs + rs2 - 1);aux2 = sqrt (aux1 * aux1 + rs2);X = asinh (sqrt (aux1 + aux2));/* Note: Range of R = asin(Q) is [0,pi] for Q in [0,1] */R = asin (min(1.0, sqrt (-aux1 + aux2)));if (x < 0)R = Pi - R;A = clamp_pm_one( 2 * tanh (0.5 * X) - 1 );/* Note: Range of R/2 - pi/4 is [ -pi/4, pi/4 ] and so range of tan* is [-1,1], for R in [0,pi]. */B = clamp_pm_one( tan (0.5 * R - Piq) );al = Pi - acos (A);be = Pi - acos (B);i = rint (al * n1 / Pi - 0.5);j = rint (be * n2 / Pi - 0.5);k = rint (0.5 * phi * n3 / Pi);a = al - Pi * (i + 0.5) / n1;b = be - Pi * (j + 0.5) / n2;c = phi - 2 * Pi * k / n3;calculate_derivs (i, j, k, ivar, nvar, n1, n2, n3, v, vv);result = interpol (a, b, c, vv);free_derivs (&vv, 1);Ui = (A - 1) * result;assert( isfinite( Ui ) );return Ui;}/* --------------------------------------------------------------------------*//* Calculates the value of v at an arbitrary position (x,y,z)*/CCTK_REALPunctIntPolAtArbitPosition (int ivar, int nvar, int n1,int n2, int n3, derivs v, CCTK_REAL x, CCTK_REAL y,CCTK_REAL z){DECLARE_CCTK_PARAMETERS;CCTK_REAL xs, ys, zs, rs2, phi, X, R, A, B, aux1, aux2, result, Ui;xs = x / par_b;ys = y / par_b;zs = z / par_b;rs2 = ys * ys + zs * zs;phi = atan2 (z, y);if (phi < 0)phi += 2 * Pi;aux1 = 0.5 * (xs * xs + rs2 - 1);aux2 = sqrt (aux1 * aux1 + rs2);X = asinh (sqrt (aux1 + aux2));R = asin (min(1.0, sqrt (-aux1 + aux2)));if (x < 0)R = Pi - R;A = 2 * tanh (0.5 * X) - 1;B = tan (0.5 * R - Piq);result = PunctEvalAtArbitPosition (v.d0, ivar, A, B, phi, nvar, n1, n2, n3);Ui = (A - 1) * result;assert( isfinite( Ui ) );return Ui;}///////////////////////////////////////////////////////// Fast Spectral Interpolation Routine Stuff///////////////////////////////////////////////////////* Calculates the value of v at an arbitrary position (A,B,phi)* using the fast routine */CCTK_REALPunctEvalAtArbitPositionFast (CCTK_REAL *v, int ivar, CCTK_REAL A, CCTK_REAL B, CCTK_REAL phi, int nvar, int n1, int n2, int n3){int i, j, k, N;CCTK_REAL *p, *values1, **values2, result;// VASILIS: Nothing should be changed in this routine. This is used by PunctIntPolAtArbitPositionFastN = maximum3 (n1, n2, n3);p = dvector (0, N);values1 = dvector (0, N);values2 = dmatrix (0, N, 0, N);for (k = 0; k < n3; k++){for (j = 0; j < n2; j++){for (i = 0; i < n1; i++) p[i] = v[ivar + nvar * (i + n1 * (j + n2 * k))];// chebft_Zeros (p, n1, 0);values2[j][k] = chebev (-1, 1, p, n1, A);}}for (k = 0; k < n3; k++){for (j = 0; j < n2; j++) p[j] = values2[j][k];// chebft_Zeros (p, n2, 0);values1[k] = chebev (-1, 1, p, n2, B);}// fourft (values1, n3, 0);result = fourev (values1, n3, phi);free_dvector (p, 0, N);free_dvector (values1, 0, N);free_dmatrix (values2, 0, N, 0, N);return result;// */// return 0.;}// --------------------------------------------------------------------------*/// Calculates the value of v at an arbitrary position (x,y,z) if the spectral coefficients are known ///* --------------------------------------------------------------------------*/CCTK_REALPunctIntPolAtArbitPositionFast (int ivar, int nvar, int n1,int n2, int n3, derivs v, CCTK_REAL x, CCTK_REAL y,CCTK_REAL z){DECLARE_CCTK_PARAMETERS;CCTK_REAL xs, ys, zs, rs2, phi, X, R, A, B, aux1, aux2, result, Ui;// VASILIS: Here the struct derivs v refers to the spectral coeffiecients of variable v not the variable v itselfxs = x / par_b;ys = y / par_b;zs = z / par_b;rs2 = ys * ys + zs * zs;phi = atan2 (z, y);if (phi < 0)phi += 2 * Pi;aux1 = 0.5 * (xs * xs + rs2 - 1);aux2 = sqrt (aux1 * aux1 + rs2);X = asinh (sqrt (aux1 + aux2));R = asin (min(1.0, sqrt (-aux1 + aux2)));if (x < 0)R = Pi - R;A = 2 * tanh (0.5 * X) - 1;B = tan (0.5 * R - Piq);result = PunctEvalAtArbitPositionFast (v.d0, ivar, A, B, phi, nvar, n1, n2, n3);Ui = (A - 1) * result;return Ui;}// Evaluates the spectral expansion coefficients of vvoid SpecCoef(int n1, int n2, int n3, int ivar, CCTK_REAL *v, CCTK_REAL *cf){DECLARE_CCTK_PARAMETERS;// VASILIS: Here v is a pointer to the values of the variable v at the collocation points and cf_v a pointer to the spectral coefficients that this routine calculatesint i, j, k, N, n, l;CCTK_REAL *p, ***values3, ***values4;N=maximum3(n1,n2,n3);p=dvector(0,N);values3=d3tensor(0,n1,0,n2,0,n3);values4=d3tensor(0,n1,0,n2,0,n3);// Caclulate values3[n,j,k] = a_n^{j,k} = (sum_i^(n1-1) f(A_i,B_j,phi_k) Tn(-A_i))/k_n , k_n = N/2 or Nfor(k=0;k<n3;k++) {for(j=0;j<n2;j++) {for(i=0;i<n1;i++) p[i]=v[ivar + (i + n1 * (j + n2 * k))];chebft_Zeros(p,n1,0);for (n=0;n<n1;n++) {values3[n][j][k] = p[n];}}}// Caclulate values4[n,l,k] = a_{n,l}^{k} = (sum_j^(n2-1) a_n^{j,k} Tn(B_j))/k_l , k_l = N/2 or Nfor (n = 0; n < n1; n++){for(k=0;k<n3;k++) {for(j=0;j<n2;j++) p[j]=values3[n][j][k];chebft_Zeros(p,n2,0);for (l = 0; l < n2; l++){values4[n][l][k] = p[l];}}}// Caclulate coefficients a_{n,l,m} = (sum_k^(n3-1) a_{n,m}^{k} fourier(phi_k))/k_m , k_m = N/2 or Nfor (i = 0; i < n1; i++){for (j = 0; j < n2; j++){for(k=0;k<n3;k++) p[k]=values4[i][j][k];fourft(p,n3,0);for (k = 0; k<n3; k++){cf[ivar + (i + n1 * (j + n2 * k))] = p[k];}}}free_dvector(p,0,N);free_d3tensor(values3,0,n1,0,n2,0,n3);free_d3tensor(values4,0,n1,0,n2,0,n3);}
#include <iostream>#include <fstream>#include <iomanip>#include "cctk.h"#include "cctk_Arguments.h"#include "cctk_Parameters.h"using namespace std;extern "C"void TwoPunctures_Metadata (CCTK_ARGUMENTS){DECLARE_CCTK_ARGUMENTS;DECLARE_CCTK_PARAMETERS;if (CCTK_MyProc(cctkGH) == 0){ofstream o;o.open(string(string(out_dir) + "/TwoPunctures.bbh").c_str());o << setprecision(19);o << "\# ==================================\n\# Numerical Relativity Metadata file\n\# ==================================\n\#\n\# This file contains information about the simulation provided by the\n\# TwoPunctures thorn. The format is described in the NR Data Format Document\n\# http://arxiv.org/abs/0709.0093 [draft SVN r707].\n\" << endl;o << "[metadata]" << endl;o << "initial-ADM-energy = " << *E << endl;o << "initial-ADM-angular-momentumx = " << *J1 << endl;o << "initial-ADM-angular-momentumy = " << *J2 << endl;o << "initial-ADM-angular-momentumz = " << *J3 << endl;o << "initial-separation = " << par_b * 2 << endl;o << "initial-data-type = Bowen-York" << endl;o << "initial-data-bibtex-keys = Bowen:1980yu Brandt:1997tf Ansorg:2004ds" << endl;o << "initial-bh-position1x = " << par_b + center_offset[0] << endl;o << "initial-bh-position1y = " << center_offset[1] << endl;o << "initial-bh-position1z = " << center_offset[2] << endl;o << "initial-bh-position2x = " << -par_b + center_offset[0] << endl;o << "initial-bh-position2y = " << center_offset[1] << endl;o << "initial-bh-position2z = " << center_offset[2] << endl;o << "initial-bh-momentum1x = " << par_P_plus[0] << endl;o << "initial-bh-momentum1y = " << par_P_plus[1] << endl;o << "initial-bh-momentum1z = " << par_P_plus[2] << endl;o << "initial-bh-momentum2x = " << par_P_minus[0] << endl;o << "initial-bh-momentum2y = " << par_P_minus[1] << endl;o << "initial-bh-momentum2z = " << par_P_minus[2] << endl;o << "initial-bh-spin1x = " << par_S_plus[0] << endl;o << "initial-bh-spin1y = " << par_S_plus[1] << endl;o << "initial-bh-spin1z = " << par_S_plus[2] << endl;o << "initial-bh-spin2x = " << par_S_minus[0] << endl;o << "initial-bh-spin2y = " << par_S_minus[1] << endl;o << "initial-bh-spin2z = " << par_S_minus[2] << endl;o << "initial-bh-puncture-adm-mass1 = " << *mp_adm << endl;o << "initial-bh-puncture-adm-mass2 = " << *mm_adm << endl;o << "initial-bh-puncture-bare-mass1 = " << *mp << endl;o << "initial-bh-puncture-bare-mass2 = " << *mm << endl;}}
/* TwoPunctures: File "Newton.c"*/#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include <gsl/gsl_vector.h>#include <gsl/gsl_linalg.h>#include "cctk_Parameters.h"#include "TP_utilities.h"#include "TwoPunctures.h"static intbicgstab (CCTK_POINTER_TO_CONST const cctkGH,int const nvar, int const n1, int const n2, int const n3,derivs v, derivs dv,int const output, int const itmax, CCTK_REAL const tol,CCTK_REAL * restrict const normres);static CCTK_REALnorm_inf (CCTK_REAL const * restrict const F,int const ntotal);static voidrelax (CCTK_REAL * restrict const dv,int const nvar, int const n1, int const n2, int const n3,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD);static voidresid (CCTK_REAL * restrict const res,int const ntotal,CCTK_REAL const * restrict const dv,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD);static voidLineRelax_al (CCTK_REAL * restrict const dv,int const j, int const k, int const nvar,int const n1, int const n2, int const n3,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD);static voidLineRelax_be (CCTK_REAL * restrict const dv,int const i, int const k, int const nvar,int const n1, int const n2, int const n3,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD);/* --------------------------------------------------------------------------*/static CCTK_REALnorm_inf (CCTK_REAL const * restrict const F,int const ntotal){CCTK_REAL dmax = -1;#pragma omp parallel{CCTK_REAL dmax1 = -1;#pragma omp forfor (int j = 0; j < ntotal; j++)if (fabs (F[j]) > dmax1)dmax1 = fabs (F[j]);#pragma omp criticalif (dmax1 > dmax)dmax = dmax1;}return dmax;}/* --------------------------------------------------------------------------*/static voidresid (CCTK_REAL * restrict const res,int const ntotal,CCTK_REAL const * restrict const dv,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD){#pragma omp parallel forfor (int i = 0; i < ntotal; i++){CCTK_REAL JFDdv_i = 0;for (int m = 0; m < ncols[i]; m++)JFDdv_i += JFD[i][m] * dv[cols[i][m]];res[i] = rhs[i] - JFDdv_i;}}/* -------------------------------------------------------------------------*/static voidLineRelax_al (CCTK_REAL * restrict const dv,int const j, int const k, int const nvar,int const n1, int const n2, int const n3,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD){int i, m, Ic, Ip, Im, col, ivar;gsl_vector *diag = gsl_vector_alloc(n1);gsl_vector *e = gsl_vector_alloc(n1-1); /* above diagonal */gsl_vector *f = gsl_vector_alloc(n1-1); /* below diagonal */gsl_vector *b = gsl_vector_alloc(n1); /* rhs */gsl_vector *x = gsl_vector_alloc(n1); /* solution vector */for (ivar = 0; ivar < nvar; ivar++){gsl_vector_set_zero(diag);gsl_vector_set_zero(e);gsl_vector_set_zero(f);for (i = 0; i < n1; i++){Ip = Index (ivar, i + 1, j, k, nvar, n1, n2, n3);Ic = Index (ivar, i, j, k, nvar, n1, n2, n3);Im = Index (ivar, i - 1, j, k, nvar, n1, n2, n3);gsl_vector_set(b,i,rhs[Ic]);for (m = 0; m < ncols[Ic]; m++){col = cols[Ic][m];if (col != Ip && col != Ic && col != Im)*gsl_vector_ptr(b, i) -= JFD[Ic][m] * dv[col];else{if (col == Im && i > 0)gsl_vector_set(f,i-1,JFD[Ic][m]);if (col == Ic)gsl_vector_set(diag,i,JFD[Ic][m]);if (col == Ip && i < n1-1)gsl_vector_set(e,i,JFD[Ic][m]);}}}gsl_linalg_solve_tridiag(diag, e, f, b, x);for (i = 0; i < n1; i++){Ic = Index (ivar, i, j, k, nvar, n1, n2, n3);dv[Ic] = gsl_vector_get(x, i);}}gsl_vector_free(diag);gsl_vector_free(e);gsl_vector_free(f);gsl_vector_free(b);gsl_vector_free(x);}/* --------------------------------------------------------------------------*/static voidLineRelax_be (CCTK_REAL * restrict const dv,int const i, int const k, int const nvar,int const n1, int const n2, int const n3,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD){int j, m, Ic, Ip, Im, col, ivar;gsl_vector *diag = gsl_vector_alloc(n2);gsl_vector *e = gsl_vector_alloc(n2-1); /* above diagonal */gsl_vector *f = gsl_vector_alloc(n2-1); /* below diagonal */gsl_vector *b = gsl_vector_alloc(n2); /* rhs */gsl_vector *x = gsl_vector_alloc(n2); /* solution vector */for (ivar = 0; ivar < nvar; ivar++){gsl_vector_set_zero(diag);gsl_vector_set_zero(e);gsl_vector_set_zero(f);for (j = 0; j < n2; j++){Ip = Index (ivar, i, j + 1, k, nvar, n1, n2, n3);Ic = Index (ivar, i, j, k, nvar, n1, n2, n3);Im = Index (ivar, i, j - 1, k, nvar, n1, n2, n3);gsl_vector_set(b,j,rhs[Ic]);for (m = 0; m < ncols[Ic]; m++){col = cols[Ic][m];if (col != Ip && col != Ic && col != Im)*gsl_vector_ptr(b, j) -= JFD[Ic][m] * dv[col];else{if (col == Im && j > 0)gsl_vector_set(f,j-1,JFD[Ic][m]);if (col == Ic)gsl_vector_set(diag,j,JFD[Ic][m]);if (col == Ip && j < n2-1)gsl_vector_set(e,j,JFD[Ic][m]);}}}gsl_linalg_solve_tridiag(diag, e, f, b, x);for (j = 0; j < n2; j++){Ic = Index (ivar, i, j, k, nvar, n1, n2, n3);dv[Ic] = gsl_vector_get(x, j);}}gsl_vector_free(diag);gsl_vector_free(e);gsl_vector_free(f);gsl_vector_free(b);gsl_vector_free(x);}/* --------------------------------------------------------------------------*/static voidrelax (CCTK_REAL * restrict const dv,int const nvar, int const n1, int const n2, int const n3,CCTK_REAL const * restrict const rhs,int const * restrict const ncols,int const * restrict const * restrict const cols,CCTK_REAL const * restrict const * restrict const JFD){int i, j, k, n;for (k = 0; k < n3; k = k + 2){for (n = 0; n < N_PlaneRelax; n++){#pragma omp parallel for schedule(dynamic)for (i = 2; i < n1; i = i + 2)LineRelax_be (dv, i, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);#pragma omp parallel for schedule(dynamic)for (i = 1; i < n1; i = i + 2)LineRelax_be (dv, i, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);#pragma omp parallel for schedule(dynamic)for (j = 1; j < n2; j = j + 2)LineRelax_al (dv, j, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);#pragma omp parallel for schedule(dynamic)for (j = 0; j < n2; j = j + 2)LineRelax_al (dv, j, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);}}for (k = 1; k < n3; k = k + 2){for (n = 0; n < N_PlaneRelax; n++){#pragma omp parallel for schedule(dynamic)for (i = 0; i < n1; i = i + 2)LineRelax_be (dv, i, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);#pragma omp parallel for schedule(dynamic)for (i = 1; i < n1; i = i + 2)LineRelax_be (dv, i, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);#pragma omp parallel for schedule(dynamic)for (j = 1; j < n2; j = j + 2)LineRelax_al (dv, j, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);#pragma omp parallel for schedule(dynamic)for (j = 0; j < n2; j = j + 2)LineRelax_al (dv, j, k, nvar, n1, n2, n3, rhs, ncols, cols, JFD);}}}/* --------------------------------------------------------------------------*/voidTestRelax (CCTK_POINTER_TO_CONST cctkGH,int nvar, int n1, int n2, int n3, derivs v,CCTK_REAL *dv){DECLARE_CCTK_PARAMETERS;int ntotal = n1 * n2 * n3 * nvar, **cols, *ncols, maxcol =StencilSize * nvar, j;CCTK_REAL *F, *res, **JFD;derivs u;F = dvector (0, ntotal - 1);res = dvector (0, ntotal - 1);allocate_derivs (&u, ntotal);JFD = dmatrix (0, ntotal - 1, 0, maxcol - 1);cols = imatrix (0, ntotal - 1, 0, maxcol - 1);ncols = ivector (0, ntotal - 1);F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);SetMatrix_JFD (nvar, n1, n2, n3, u, ncols, cols, JFD);for (j = 0; j < ntotal; j++)dv[j] = 0;resid (res, ntotal, dv, F, ncols, cols, JFD);printf ("Before: |F|=%20.15e\n", (double) norm1 (res, ntotal));fflush(stdout);for (j = 0; j < NRELAX; j++){relax (dv, nvar, n1, n2, n3, F, ncols, cols, JFD); /* solves JFD*sh = s*/if (j % Step_Relax == 0){resid (res, ntotal, dv, F, ncols, cols, JFD);printf ("j=%d\t |F|=%20.15e\n", j, (double) norm1 (res, ntotal));fflush(stdout);}}resid (res, ntotal, dv, F, ncols, cols, JFD);printf ("After: |F|=%20.15e\n", (double) norm1 (res, ntotal));fflush(stdout);free_dvector (F, 0, ntotal - 1);free_dvector (res, 0, ntotal - 1);free_derivs (&u, ntotal);free_dmatrix (JFD, 0, ntotal - 1, 0, maxcol - 1);free_imatrix (cols, 0, ntotal - 1, 0, maxcol - 1);free_ivector (ncols, 0, ntotal - 1);}/* --------------------------------------------------------------------------*/static intbicgstab (CCTK_POINTER_TO_CONST const cctkGH,int const nvar, int const n1, int const n2, int const n3,derivs v, derivs dv,int const output, int const itmax, CCTK_REAL const tol,CCTK_REAL * restrict const normres){DECLARE_CCTK_PARAMETERS;int ntotal = n1 * n2 * n3 * nvar, ii;CCTK_REAL alpha = 0, beta = 0;CCTK_REAL rho = 0, rho1 = 1, rhotol = 1e-50;CCTK_REAL omega = 0, omegatol = 1e-50;CCTK_REAL *p, *rt, *s, *t, *r, *vv;CCTK_REAL **JFD;int **cols, *ncols, maxcol = StencilSize * nvar;CCTK_REAL *F;derivs u, ph, sh;F = dvector (0, ntotal - 1);allocate_derivs (&u, ntotal);JFD = dmatrix (0, ntotal - 1, 0, maxcol - 1);cols = imatrix (0, ntotal - 1, 0, maxcol - 1);ncols = ivector (0, ntotal - 1);F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);SetMatrix_JFD (nvar, n1, n2, n3, u, ncols, cols, JFD);/* temporary storage */r = dvector (0, ntotal - 1);p = dvector (0, ntotal - 1);allocate_derivs (&ph, ntotal);/* ph = dvector(0, ntotal-1);*/rt = dvector (0, ntotal - 1);s = dvector (0, ntotal - 1);allocate_derivs (&sh, ntotal);/* sh = dvector(0, ntotal-1);*/t = dvector (0, ntotal - 1);vv = dvector (0, ntotal - 1);/* check */if (output == 1) {printf ("bicgstab: itmax %d, tol %e\n", itmax, (double)tol);fflush(stdout);}/* compute initial residual rt = r = F - J*dv */J_times_dv (nvar, n1, n2, n3, dv, r, u);#pragma omp parallel forfor (int j = 0; j < ntotal; j++)rt[j] = r[j] = F[j] - r[j];*normres = norm2 (r, ntotal);if (output == 1) {printf ("bicgstab: %5d %10.3e\n", 0, (double) *normres);fflush(stdout);}if (*normres <= tol)return 0;/* cgs iteration */for (ii = 0; ii < itmax; ii++){rho = scalarproduct (rt, r, ntotal);if (fabs (rho) < rhotol)break;/* compute direction vector p */if (ii == 0){#pragma omp parallel forfor (int j = 0; j < ntotal; j++)p[j] = r[j];}else{beta = (rho / rho1) * (alpha / omega);#pragma omp parallel forfor (int j = 0; j < ntotal; j++)p[j] = r[j] + beta * (p[j] - omega * vv[j]);}/* compute direction adjusting vector ph and scalar alpha */#pragma omp parallel forfor (int j = 0; j < ntotal; j++)ph.d0[j] = 0;for (int j = 0; j < NRELAX; j++) /* solves JFD*ph = p by relaxation*/relax (ph.d0, nvar, n1, n2, n3, p, ncols, cols, JFD);J_times_dv (nvar, n1, n2, n3, ph, vv, u); /* vv=J*ph*/alpha = rho / scalarproduct (rt, vv, ntotal);#pragma omp parallel forfor (int j = 0; j < ntotal; j++)s[j] = r[j] - alpha * vv[j];/* early check of tolerance */*normres = norm2 (s, ntotal);if (*normres <= tol){#pragma omp parallel forfor (int j = 0; j < ntotal; j++)dv.d0[j] += alpha * ph.d0[j];if (output == 1) {printf ("bicgstab: %5d %10.3e %10.3e %10.3e %10.3e\n",ii + 1, (double) *normres, (double)alpha, (double)beta, (double)omega);fflush(stdout);}break;}/* compute stabilizer vector sh and scalar omega */#pragma omp parallel forfor (int j = 0; j < ntotal; j++)sh.d0[j] = 0;for (int j = 0; j < NRELAX; j++) /* solves JFD*sh = s by relaxation*/relax (sh.d0, nvar, n1, n2, n3, s, ncols, cols, JFD);J_times_dv (nvar, n1, n2, n3, sh, t, u); /* t=J*sh*/omega = scalarproduct (t, s, ntotal) / scalarproduct (t, t, ntotal);/* compute new solution approximation */#pragma omp parallel forfor (int j = 0; j < ntotal; j++){dv.d0[j] += alpha * ph.d0[j] + omega * sh.d0[j];r[j] = s[j] - omega * t[j];}/* are we done? */*normres = norm2 (r, ntotal);if (output == 1) {printf ("bicgstab: %5d %10.3e %10.3e %10.3e %10.3e\n",ii + 1, (double) *normres, (double)alpha, (double)beta, (double)omega);fflush(stdout);}if (*normres <= tol)break;rho1 = rho;if (fabs (omega) < omegatol)break;}/* free temporary storage */free_dvector (r, 0, ntotal - 1);free_dvector (p, 0, ntotal - 1);/* free_dvector(ph, 0, ntotal-1);*/free_derivs (&ph, ntotal);free_dvector (rt, 0, ntotal - 1);free_dvector (s, 0, ntotal - 1);/* free_dvector(sh, 0, ntotal-1);*/free_derivs (&sh, ntotal);free_dvector (t, 0, ntotal - 1);free_dvector (vv, 0, ntotal - 1);free_dvector (F, 0, ntotal - 1);free_derivs (&u, ntotal);free_dmatrix (JFD, 0, ntotal - 1, 0, maxcol - 1);free_imatrix (cols, 0, ntotal - 1, 0, maxcol - 1);free_ivector (ncols, 0, ntotal - 1);/* iteration failed */if (ii > itmax)return -1;/* breakdown */if (fabs (rho) < rhotol)return -10;if (fabs (omega) < omegatol)return -11;/* success! */return ii + 1;}/* -------------------------------------------------------------------*/voidNewton (CCTK_POINTER_TO_CONST const cctkGH,int const nvar, int const n1, int const n2, int const n3,derivs v,CCTK_REAL const tol, int const itmax){DECLARE_CCTK_PARAMETERS;int ntotal = n1 * n2 * n3 * nvar, ii, it;CCTK_REAL *F, dmax, normres;derivs u, dv;F = dvector (0, ntotal - 1);allocate_derivs (&dv, ntotal);allocate_derivs (&u, ntotal);/* TestRelax(nvar, n1, n2, n3, v, dv.d0); */it = 0;dmax = 1;while (dmax > tol && it < itmax){if (it == 0){F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);dmax = norm_inf (F, ntotal);}#pragma omp parallel forfor (int j = 0; j < ntotal; j++)dv.d0[j] = 0;if(verbose==1){printf ("Newton: it=%d \t |F|=%e\n", it, (double)dmax);printf ("bare mass: mp=%g \t mm=%g\n", (double) par_m_plus, (double) par_m_minus);}fflush(stdout);ii =bicgstab (cctkGH,nvar, n1, n2, n3, v, dv, verbose, 100, dmax * 1.e-3, &normres);#pragma omp parallel forfor (int j = 0; j < ntotal; j++)v.d0[j] -= dv.d0[j];F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);dmax = norm_inf (F, ntotal);it += 1;}if (itmax==0){F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);dmax = norm_inf (F, ntotal);}if(verbose==1)printf ("Newton: it=%d \t |F|=%e \n", it, (double)dmax);fflush(stdout);free_dvector (F, 0, ntotal - 1);free_derivs (&dv, ntotal);free_derivs (&u, ntotal);}/* -------------------------------------------------------------------*/
/* TwoPunctures: File "TwoPunctures.c"*/#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include "cctk.h"#include "cctk_Arguments.h"#include "cctk_Parameters.h"#include "TP_utilities.h"#include "TwoPunctures.h"/* -------------------------------------------------------------------*/voidTwoPunctures_ParamCheck (CCTK_ARGUMENTS){DECLARE_CCTK_ARGUMENTS;DECLARE_CCTK_PARAMETERS;if (use_sources){if (! CCTK_IsFunctionAliased ("Set_Rho_ADM"))CCTK_WARN (0, "Matter sources have been enabled, ""but there is no aliased function for matter sources.");}}
/* TwoPunctures: File "utilities.c"*/#include <math.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>#include <assert.h>#include "TP_utilities.h"#include "cctk_Functions.h"/*---------------------------------------------------------------------------*/int *ivector (long nl, long nh)/* allocate an int vector with subscript range v[nl..nh] */{int *retval;retval = malloc(sizeof(int)*(nh-nl+1));if(retval == NULL)CCTK_ERROR ("allocation failure in ivector()");return retval - nl;}/*---------------------------------------------------------------------------*/CCTK_REAL *dvector (long nl, long nh)/* allocate a CCTK_REAL vector with subscript range v[nl..nh] */{CCTK_REAL *retval;retval = malloc(sizeof(CCTK_REAL)*(nh-nl+1));if(retval == NULL)CCTK_ERROR ("allocation failure in dvector()");return retval - nl;}/*---------------------------------------------------------------------------*/int **imatrix (long nrl, long nrh, long ncl, long nch)/* allocate a int matrix with subscript range m[nrl..nrh][ncl..nch] */{int **retval;retval = malloc(sizeof(int *)*(nrh-nrl+1));if(retval == NULL)CCTK_ERROR ("allocation failure (1) in imatrix()");/* get all memory for the matrix in on chunk */retval[0] = malloc(sizeof(int)*(nrh-nrl+1)*(nch-ncl+1));if(retval[0] == NULL)CCTK_ERROR ("allocation failure (2) in imatrix()");/* apply column and row offsets */retval[0] -= ncl;retval -= nrl;/* slice chunk into rows */long width = (nch-ncl+1);for(long i = nrl+1 ; i <= nrh ; i++)retval[i] = retval[i-1] + width;assert(retval[nrh]-retval[nrl] == (nrh-nrl)*width);return retval;}/*---------------------------------------------------------------------------*/CCTK_REAL **dmatrix (long nrl, long nrh, long ncl, long nch)/* allocate a double matrix with subscript range m[nrl..nrh][ncl..nch] */{CCTK_REAL **retval;retval = malloc(sizeof(CCTK_REAL *)*(nrh-nrl+1));if(retval == NULL)CCTK_ERROR ("allocation failure (1) in dmatrix()");/* get all memory for the matrix in on chunk */retval[0] = malloc(sizeof(CCTK_REAL)*(nrh-nrl+1)*(nch-ncl+1));if(retval[0] == NULL)CCTK_ERROR ("allocation failure (2) in dmatrix()");/* apply column and row offsets */retval[0] -= ncl;retval -= nrl;/* slice chunk into rows */long width = (nch-ncl+1);for(long i = nrl+1 ; i <= nrh ; i++)retval[i] = retval[i-1] + width;assert(retval[nrh]-retval[nrl] == (nrh-nrl)*width);return retval;}/*---------------------------------------------------------------------------*/CCTK_REAL ***d3tensor (long nrl, long nrh, long ncl, long nch, long ndl, long ndh)/* allocate a CCTK_REAL 3tensor with range t[nrl..nrh][ncl..nch][ndl..ndh] */{CCTK_REAL ***retval;/* get memory for index structures */retval = malloc(sizeof(CCTK_REAL **)*(nrh-nrl+1));if(retval == NULL)CCTK_ERROR ("allocation failure (1) in d3tensor()");retval[0] = malloc(sizeof(CCTK_REAL *)*(nrh-nrl+1)*(nch-ncl+1));if(retval[0] == NULL)CCTK_ERROR ("allocation failure (2) in d3tensor()");/* get all memory for the tensor in on chunk */retval[0][0] = malloc(sizeof(CCTK_REAL)*(nrh-nrl+1)*(nch-ncl+1)*(ndh-ndl+1));if(retval[0][0] == NULL)CCTK_ERROR ("allocation failure (3) in d3tensor()");/* apply all offsets */retval[0][0] -= ndl;retval[0] -= ncl;retval -= nrl;/* slice chunk into rows and columns */long width = (nch-ncl+1);long depth = (ndh-ndl+1);for(long j = ncl+1 ; j <= nch ; j++) { /* first row of columns */retval[nrl][j] = retval[nrl][j-1] + depth;}assert(retval[nrl][nch]-retval[nrl][ncl] == (nch-ncl)*depth);for(long i = nrl+1 ; i <= nrh ; i++) {retval[i] = retval[i-1] + width;retval[i][ncl] = retval[i-1][ncl] + width*depth; /* first cell in column */for(long j = ncl+1 ; j <= nch ; j++) {retval[i][j] = retval[i][j-1] + depth;}assert(retval[i][nch]-retval[i][ncl] == (nch-ncl)*depth);}assert(retval[nrh]-retval[nrl] == (nrh-nrl)*width);assert(&retval[nrh][nch][ndh]-&retval[nrl][ncl][ndl] == (nrh-nrl+1)*(nch-ncl+1)*(ndh-ndl+1)-1);return retval;}/*--------------------------------------------------------------------------*/voidfree_ivector (int *v, long nl, long nh)/* free an int vector allocated with ivector() */{free(v+nl);}/*--------------------------------------------------------------------------*/voidfree_dvector (CCTK_REAL *v, long nl, long nh)/* free an double vector allocated with dvector() */{free(v+nl);}/*--------------------------------------------------------------------------*/voidfree_imatrix (int **m, long nrl, long nrh, long ncl, long nch)/* free an int matrix allocated by imatrix() */{free(m[nrl]+ncl);free(m+nrl);}/*--------------------------------------------------------------------------*/voidfree_dmatrix (CCTK_REAL **m, long nrl, long nrh, long ncl, long nch)/* free a CCTK_REAL matrix allocated by dmatrix() */{free(m[nrl]+ncl);free(m+nrl);}/*--------------------------------------------------------------------------*/voidfree_d3tensor (CCTK_REAL ***t, long nrl, long nrh, long ncl, long nch,long ndl, long ndh)/* free a CCTK_REAL d3tensor allocated by d3tensor() */{free(t[nrl][ncl]+ndl);free(t[nrl]+ncl);free(t+nrl);}/*--------------------------------------------------------------------------*/intminimum2 (int i, int j){int result = i;if (j < result)result = j;return result;}/*-------------------------------------------------------------------------*/intminimum3 (int i, int j, int k){int result = i;if (j < result)result = j;if (k < result)result = k;return result;}/*--------------------------------------------------------------------------*/intmaximum2 (int i, int j){int result = i;if (j > result)result = j;return result;}/*--------------------------------------------------------------------------*/intmaximum3 (int i, int j, int k){int result = i;if (j > result)result = j;if (k > result)result = k;return result;}/*--------------------------------------------------------------------------*/intpow_int (int mantisse, int exponent){int i, result = 1;for (i = 1; i <= exponent; i++)result *= mantisse;return result;}/*--------------------------------------------------------------------------*/voidchebft_Zeros (CCTK_REAL u[], int n, int inv)/* eq. 5.8.7 and 5.8.8 at x = (5.8.4) of 2nd edition C++ NR */{int k, j, isignum;CCTK_REAL fac, sum, Pion, *c;c = dvector (0, n);Pion = Pi / n;if (inv == 0){fac = 2.0 / n;isignum = 1;for (j = 0; j < n; j++){sum = 0.0;for (k = 0; k < n; k++)sum += u[k] * cos (Pion * j * (k + 0.5));c[j] = fac * sum * isignum;isignum = -isignum;}}else{for (j = 0; j < n; j++){sum = -0.5 * u[0];isignum = 1;for (k = 0; k < n; k++){sum += u[k] * cos (Pion * (j + 0.5) * k) * isignum;isignum = -isignum;}c[j] = sum;}}for (j = 0; j < n; j++)#if 0if (fabs(c[j]) < 5.e-16)u[j] = 0.0;else#endifu[j] = c[j];free_dvector (c, 0, n);}/* --------------------------------------------------------------------------*/voidchebft_Extremes (CCTK_REAL u[], int n, int inv)/* eq. 5.8.7 and 5.8.8 at x = (5.8.5) of 2nd edition C++ NR */{int k, j, isignum, N = n - 1;CCTK_REAL fac, sum, PioN, *c;c = dvector (0, N);PioN = Pi / N;if (inv == 0){fac = 2.0 / N;isignum = 1;for (j = 0; j < n; j++){sum = 0.5 * (u[0] + u[N] * isignum);for (k = 1; k < N; k++)sum += u[k] * cos (PioN * j * k);c[j] = fac * sum * isignum;isignum = -isignum;}c[N] = 0.5 * c[N];}else{for (j = 0; j < n; j++){sum = -0.5 * u[0];isignum = 1;for (k = 0; k < n; k++){sum += u[k] * cos (PioN * j * k) * isignum;isignum = -isignum;}c[j] = sum;}}for (j = 0; j < n; j++)u[j] = c[j];free_dvector (c, 0, N);}/* --------------------------------------------------------------------------*/voidchder (CCTK_REAL *c, CCTK_REAL *cder, int n){int j;cder[n] = 0.0;cder[n - 1] = 0.0;for (j = n - 2; j >= 0; j--)cder[j] = cder[j + 2] + 2 * (j + 1) * c[j + 1];}/* --------------------------------------------------------------------------*/CCTK_REALchebev (CCTK_REAL a, CCTK_REAL b, CCTK_REAL c[], int m, CCTK_REAL x)/* eq. 5.8.11 of C++ NR (2nd ed) */{int j;CCTK_REAL djp2, djp1, dj; /* d_{j+2}, d_{j+1} and d_j */CCTK_REAL y;/* rescale input to lie within [-1,1] */y = 2*(x - 0.5*(b+a))/(b-a);dj = djp1 = 0;for(j = m-1 ; j >= 1; j--){/* advance the coefficients */djp2 = djp1;djp1 = dj;dj = 2*y*djp1 - djp2 + c[j];}return y*dj - djp1 + 0.5*c[0];}/* --------------------------------------------------------------------------*/voidfourft (CCTK_REAL *u, int N, int inv)/* a (slow) Fourier transform, seems to be just eq. 12.1.6 and 12.1.9 of C++ NR (2nd ed) */{int l, k, iy, M;CCTK_REAL x, x1, fac, Pi_fac, *a, *b;M = N / 2;a = dvector (0, M);b = dvector (1, M); /* Actually: b=vector(1,M-1) but this is problematic if M=1*/fac = 1. / M;Pi_fac = Pi * fac;if (inv == 0){for (l = 0; l <= M; l++){a[l] = 0;if (l > 0 && l < M)b[l] = 0;x1 = Pi_fac * l;for (k = 0; k < N; k++){x = x1 * k;a[l] += fac * u[k] * cos (x);if (l > 0 && l < M)b[l] += fac * u[k] * sin (x);}}u[0] = a[0];u[M] = a[M];for (l = 1; l < M; l++){u[l] = a[l];u[l + M] = b[l];}}else{a[0] = u[0];a[M] = u[M];for (l = 1; l < M; l++){a[l] = u[l];b[l] = u[M + l];}iy = 1;for (k = 0; k < N; k++){u[k] = 0.5 * (a[0] + a[M] * iy);x1 = Pi_fac * k;for (l = 1; l < M; l++){x = x1 * l;u[k] += a[l] * cos (x) + b[l] * sin (x);}iy = -iy;}}free_dvector (a, 0, M);free_dvector (b, 1, M);}/* -----------------------------------------*/voidfourder (CCTK_REAL u[], CCTK_REAL du[], int N){int l, M, lpM;M = N / 2;du[0] = 0.;du[M] = 0.;for (l = 1; l < M; l++){lpM = l + M;du[l] = u[lpM] * l;du[lpM] = -u[l] * l;}}/* -----------------------------------------*/voidfourder2 (CCTK_REAL u[], CCTK_REAL d2u[], int N){int l, l2, M, lpM;d2u[0] = 0.;M = N / 2;for (l = 1; l <= M; l++){l2 = l * l;lpM = l + M;d2u[l] = -u[l] * l2;if (l < M)d2u[lpM] = -u[lpM] * l2;}}/* ----------------------------------------- */CCTK_REALfourev (CCTK_REAL *u, int N, CCTK_REAL x){int l, M = N / 2;CCTK_REAL xl, result;result = 0.5 * (u[0] + u[M] * cos (x * M));for (l = 1; l < M; l++){xl = x * l;result += u[l] * cos (xl) + u[M + l] * sin (xl);}return result;}/* ------------------------------------------------------------------------*/CCTK_REALnorm1 (CCTK_REAL *v, int n){int i;CCTK_REAL result = -1;for (i = 0; i < n; i++)if (fabs (v[i]) > result)result = fabs (v[i]);return result;}/* -------------------------------------------------------------------------*/CCTK_REALnorm2 (CCTK_REAL *v, int n){int i;CCTK_REAL result = 0;for (i = 0; i < n; i++)result += v[i] * v[i];return sqrt (result);}/* -------------------------------------------------------------------------*/CCTK_REALscalarproduct (CCTK_REAL *v, CCTK_REAL *w, int n){int i;CCTK_REAL result = 0;for (i = 0; i < n; i++)result += v[i] * w[i];return result;}/* -------------------------------------------------------------------------*/
/* TwoPunctures: File "utilities.h"*/#include <math.h>#include "cctk.h"#define Pi 3.14159265358979323846264338328#define Pih 1.57079632679489661923132169164 /* Pi/2*/#define Piq 0.78539816339744830961566084582 /* Pi/4*/#define TINY 1.0e-20#define SWAP(a,b) {temp=(a);(a)=(b);(b)=temp;}#define nrerror TP_nrerror#define ivector TP_ivector#define dvector TP_dvector#define imatrix TP_imatrix#define dmatrix TP_dmatrix#define d3tensor TP_d3tensor#define free_ivector TP_free_ivector#define free_dvector TP_free_dvector#define free_imatrix TP_free_imatrix#define free_dmatrix TP_free_dmatrix#define free_d3tensor TP_free_d3tensor#define minimum2 TP_minimum2#define minimum3 TP_minimum3#define maximum2 TP_maximum2#define maximum3 TP_maximum3#define pow_int TP_pow_int#define chebft_Zeros TP_chebft_Zeros#define chebft_Extremes TP_chebft_Extremes#define chder TP_chder#define chebev TP_chebev#define fourft TP_fourft#define fourder TP_fourder#define fourder2 TP_fourder2#define fourev TP_fourev#define norm1 TP_norm1#define norm2 TP_norm2#define scalarproduct TP_scalarproductvoid nrerror (char error_text[]);int *ivector (long nl, long nh);CCTK_REAL *dvector (long nl, long nh);int **imatrix (long nrl, long nrh, long ncl, long nch);CCTK_REAL **dmatrix (long nrl, long nrh, long ncl, long nch);CCTK_REAL ***d3tensor (long nrl, long nrh, long ncl, long nch, long ndl,long ndh);void free_ivector (int *v, long nl, long nh);void free_dvector (CCTK_REAL *v, long nl, long nh);void free_imatrix (int **m, long nrl, long nrh, long ncl, long nch);void free_dmatrix (CCTK_REAL **m, long nrl, long nrh, long ncl, long nch);void free_d3tensor (CCTK_REAL ***t, long nrl, long nrh, long ncl, long nch,long ndl, long ndh);int minimum2 (int i, int j);int minimum3 (int i, int j, int k);int maximum2 (int i, int j);int maximum3 (int i, int j, int k);int pow_int (int mantisse, int exponent);void chebft_Zeros (CCTK_REAL u[], int n, int inv);void chebft_Extremes (CCTK_REAL u[], int n, int inv);void chder (CCTK_REAL *c, CCTK_REAL *cder, int n);CCTK_REAL chebev (CCTK_REAL a, CCTK_REAL b, CCTK_REAL c[], int m, CCTK_REAL x);void fourft (CCTK_REAL *u, int N, int inv);void fourder (CCTK_REAL u[], CCTK_REAL du[], int N);void fourder2 (CCTK_REAL u[], CCTK_REAL d2u[], int N);CCTK_REAL fourev (CCTK_REAL *u, int N, CCTK_REAL x);CCTK_REAL norm1 (CCTK_REAL *v, int n);CCTK_REAL norm2 (CCTK_REAL *v, int n);CCTK_REAL scalarproduct (CCTK_REAL *v, CCTK_REAL *w, int n);
/* TwoPunctures: File "TwoPunctures.c"*/#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include "cctk.h"#include "cctk_Arguments.h"#include "cctk_Parameters.h"#include "TP_utilities.h"#include "TwoPunctures.h"/* Swap two variables */static inlinevoid swap (CCTK_REAL * restrict const a, CCTK_REAL * restrict const b){CCTK_REAL const t = *a; *a=*b; *b=t;}#undef SWAP#define SWAP(a,b) (swap(&(a),&(b)))staticvoid set_initial_guess(CCTK_POINTER_TO_CONST cctkGH,derivs v){DECLARE_CCTK_PARAMETERS;int nvar = 1, n1 = npoints_A, n2 = npoints_B, n3 = npoints_phi;CCTK_REAL *s_x, *s_y, *s_z;CCTK_REAL al, A, Am1, be, B, phi, R, r, X;CCTK_INT ivar, i, j, k, i3D, indx;derivs U;FILE *debug_file;if (solve_momentum_constraint)nvar = 4;s_x =calloc(n1*n2*n3, sizeof(CCTK_REAL));s_y =calloc(n1*n2*n3, sizeof(CCTK_REAL));s_z =calloc(n1*n2*n3, sizeof(CCTK_REAL));allocate_derivs (&U, nvar);for (ivar = 0; ivar < nvar; ivar++)for (i = 0; i < n1; i++)for (j = 0; j < n2; j++)for (k = 0; k < n3; k++){i3D = Index(ivar,i,j,k,1,n1,n2,n3);al = Pih * (2 * i + 1) / n1;A = -cos (al);be = Pih * (2 * j + 1) / n2;B = -cos (be);phi = 2. * Pi * k / n3;/* Calculation of (X,R)*/AB_To_XR (nvar, A, B, &X, &R, U);/* Calculation of (x,r)*/C_To_c (nvar, X, R, &(s_x[i3D]), &r, U);/* Calculation of (y,z)*/rx3_To_xyz (nvar, s_x[i3D], r, phi, &(s_y[i3D]), &(s_z[i3D]), U);}Set_Initial_Guess_for_u(cctkGH, n1*n2*n3, v.d0, s_x, s_y, s_z);for (ivar = 0; ivar < nvar; ivar++)for (i = 0; i < n1; i++)for (j = 0; j < n2; j++)for (k = 0; k < n3; k++){indx = Index(ivar,i,j,k,1,n1,n2,n3);v.d0[indx]/=(-cos(Pih * (2 * i + 1) / n1)-1.0);}Derivatives_AB3 (nvar, n1, n2, n3, v);if (do_initial_debug_output && CCTK_MyProc(cctkGH) == 0){debug_file=fopen("initial.dat", "w");assert(debug_file);for (ivar = 0; ivar < nvar; ivar++)for (i = 0; i < n1; i++)for (j = 0; j < n2; j++){al = Pih * (2 * i + 1) / n1;A = -cos (al);Am1 = A -1.0;be = Pih * (2 * j + 1) / n2;B = -cos (be);phi = 0.0;indx = Index(ivar,i,j,0,1,n1,n2,n3);U.d0[0] = Am1 * v.d0[indx]; /* U*/U.d1[0] = v.d0[indx] + Am1 * v.d1[indx]; /* U_A*/U.d2[0] = Am1 * v.d2[indx]; /* U_B*/U.d3[0] = Am1 * v.d3[indx]; /* U_3*/U.d11[0] = 2 * v.d1[indx] + Am1 * v.d11[indx]; /* U_AA*/U.d12[0] = v.d2[indx] + Am1 * v.d12[indx]; /* U_AB*/U.d13[0] = v.d3[indx] + Am1 * v.d13[indx]; /* U_AB*/U.d22[0] = Am1 * v.d22[indx]; /* U_BB*/U.d23[0] = Am1 * v.d23[indx]; /* U_B3*/U.d33[0] = Am1 * v.d33[indx]; /* U_33*//* Calculation of (X,R)*/AB_To_XR (nvar, A, B, &X, &R, U);/* Calculation of (x,r)*/C_To_c (nvar, X, R, &(s_x[indx]), &r, U);/* Calculation of (y,z)*/rx3_To_xyz (nvar, s_x[i3D], r, phi, &(s_y[indx]), &(s_z[indx]), U);fprintf(debug_file,"%.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g ""%.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g\n",(double)s_x[indx], (double)s_y[indx],(double)A,(double)B,(double)U.d0[0],(double)(-cos(Pih * (2 * i + 1) / n1)-1.0),(double)U.d1[0],(double)U.d2[0],(double)U.d3[0],(double)U.d11[0],(double)U.d22[0],(double)U.d33[0],(double)v.d0[indx],(double)v.d1[indx],(double)v.d2[indx],(double)v.d3[indx],(double)v.d11[indx],(double)v.d22[indx],(double)v.d33[indx]);}fprintf(debug_file, "\n\n");for (i=n2-10; i<n2; i++){CCTK_REAL d;indx = Index(0,0,i,0,1,n1,n2,n3);d = PunctIntPolAtArbitPosition(0, nvar, n1, n2, n3, v,s_x[indx], 0.0, 0.0);fprintf(debug_file, "%.16g %.16g\n",(double)s_x[indx], (double)d);}fprintf(debug_file, "\n\n");for (i=n2-10; i<n2-1; i++){CCTK_REAL d;int ip= Index(0,0,i+1,0,1,n1,n2,n3);indx = Index(0,0,i,0,1,n1,n2,n3);for (j=-10; j<10; j++){d = PunctIntPolAtArbitPosition(0, nvar, n1, n2, n3, v,s_x[indx]+(s_x[ip]-s_x[indx])*j/10,0.0, 0.0);fprintf(debug_file, "%.16g %.16g\n",(double)(s_x[indx]+(s_x[ip]-s_x[indx])*j/10), (double)d);}}fprintf(debug_file, "\n\n");for (i = 0; i < n1; i++)for (j = 0; j < n2; j++){X = 2*(2.0*i/n1-1.0);R = 2*(1.0*j/n2);if (X*X+R*R > 1.0){C_To_c (nvar, X, R, &(s_x[indx]), &r, U);rx3_To_xyz (nvar, s_x[i3D], r, phi, &(s_y[indx]), &(s_z[indx]), U);*U.d0 = s_x[indx]*s_x[indx];*U.d1 = 2*s_x[indx];*U.d2 = 0.0;*U.d3 = 0.0;*U.d11 = 2.0;*U.d22 = 0.0;*U.d33 = *U.d12 = *U.d23 = *U.d13 = 0.0;C_To_c (nvar, X, R, &(s_x[indx]), &r, U);fprintf(debug_file,"%.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g %.16g\n",(double)s_x[indx], (double)r, (double)X, (double)R, (double)U.d0[0],(double)U.d1[0],(double)U.d2[0],(double)U.d3[0],(double)U.d11[0],(double)U.d22[0],(double)U.d33[0]);}}fclose(debug_file);}free(s_z);free(s_y);free(s_x);free_derivs (&U, nvar);/*exit(0);*/}/* -------------------------------------------------------------------*/void TwoPunctures(CCTK_ARGUMENTS);voidTwoPunctures (CCTK_ARGUMENTS){DECLARE_CCTK_ARGUMENTS;DECLARE_CCTK_PARAMETERS;* mp = par_m_plus;* mm = par_m_minus;enum GRID_SETUP_METHOD { GSM_Taylor_expansion, GSM_evaluation };enum GRID_SETUP_METHOD gsm;int antisymmetric_lapse, averaged_lapse, pmn_lapse, brownsville_lapse;int const nvar = 1, n1 = npoints_A, n2 = npoints_B, n3 = npoints_phi;int imin[3], imax[3];int const ntotal = n1 * n2 * n3 * nvar;#if 0int percent10 = 0;#endifstatic CCTK_REAL *F = NULL;static derivs u, v, cf_v;CCTK_REAL admMass;if (! F) {CCTK_REAL up, um;/* Solve only when called for the first time */F = dvector (0, ntotal - 1);allocate_derivs (&u, ntotal);allocate_derivs (&v, ntotal);allocate_derivs (&cf_v, ntotal);if (use_sources) {CCTK_INFO ("Solving puncture equation for BH-NS/NS-NS system");} else {CCTK_INFO ("Solving puncture equation for BH-BH system");}CCTK_VInfo (CCTK_THORNSTRING, "b = %g", par_b);/* initialise to 0 */for (int j = 0; j < ntotal; j++){cf_v.d0[j] = 0.0;cf_v.d1[j] = 0.0;cf_v.d2[j] = 0.0;cf_v.d3[j] = 0.0;cf_v.d11[j] = 0.0;cf_v.d12[j] = 0.0;cf_v.d13[j] = 0.0;cf_v.d22[j] = 0.0;cf_v.d23[j] = 0.0;cf_v.d33[j] = 0.0;v.d0[j] = 0.0;v.d1[j] = 0.0;v.d2[j] = 0.0;v.d3[j] = 0.0;v.d11[j] = 0.0;v.d12[j] = 0.0;v.d13[j] = 0.0;v.d22[j] = 0.0;v.d23[j] = 0.0;v.d33[j] = 0.0;}/* call for external initial guess */if (use_external_initial_guess){set_initial_guess(cctkGH, v);}/* If bare masses are not given, iteratively solve for them given thetarget ADM masses target_M_plus and target_M_minus and with initialguesses given by par_m_plus and par_m_minus. */if(!(give_bare_mass)) {CCTK_REAL tmp, mp_adm_err, mm_adm_err;char valbuf[100];CCTK_REAL M_p = target_M_plus;CCTK_REAL M_m = target_M_minus;CCTK_VInfo (CCTK_THORNSTRING, "Attempting to find bare masses.");CCTK_VInfo (CCTK_THORNSTRING, "Target ADM masses: M_p=%g and M_m=%g",(double) M_p, (double) M_m);CCTK_VInfo (CCTK_THORNSTRING, "ADM mass tolerance: %g", (double) adm_tol);/* Loop until both ADM masses are within adm_tol of their target */do {CCTK_VInfo (CCTK_THORNSTRING, "Bare masses: mp=%.15g, mm=%.15g",(double)*mp, (double)*mm);Newton (cctkGH, nvar, n1, n2, n3, v, Newton_tol, 1);F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);up = PunctIntPolAtArbitPosition(0, nvar, n1, n2, n3, v, par_b, 0., 0.);um = PunctIntPolAtArbitPosition(0, nvar, n1, n2, n3, v,-par_b, 0., 0.);/* Calculate the ADM masses from the current bare mass guess */*mp_adm = (1 + up) * *mp + *mp * *mm / (4. * par_b);*mm_adm = (1 + um) * *mm + *mp * *mm / (4. * par_b);/* Check how far the current ADM masses are from the target */mp_adm_err = fabs(M_p-*mp_adm);mm_adm_err = fabs(M_m-*mm_adm);CCTK_VInfo (CCTK_THORNSTRING, "ADM mass error: M_p_err=%.15g, M_m_err=%.15g",(double)mp_adm_err, (double)mm_adm_err);/* Invert the ADM mass equation and update the bare mass guess so thatit gives the correct target ADM masses */tmp = -4*par_b*( 1 + um + up + um*up ) +sqrt(16*par_b*M_m*(1 + um)*(1 + up) +pow(-M_m + M_p + 4*par_b*(1 + um)*(1 + up),2));*mp = (tmp + M_p - M_m)/(2.*(1 + up));*mm = (tmp - M_p + M_m)/(2.*(1 + um));/* Set the par_m_plus and par_m_minus parameters */sprintf (valbuf,"%.17g", (double) *mp);CCTK_ParameterSet ("par_m_plus", "TwoPunctures", valbuf);sprintf (valbuf,"%.17g", (double) *mm);CCTK_ParameterSet ("par_m_minus", "TwoPunctures", valbuf);} while ( (mp_adm_err > adm_tol) ||(mm_adm_err > adm_tol) );CCTK_VInfo (CCTK_THORNSTRING, "Found bare masses.");}Newton (cctkGH, nvar, n1, n2, n3, v, Newton_tol, Newton_maxit);F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);SpecCoef(n1, n2, n3, 0, v.d0, cf_v.d0);CCTK_VInfo (CCTK_THORNSTRING,"The two puncture masses are mp=%.17g and mm=%.17g",(double) *mp, (double) *mm);up = PunctIntPolAtArbitPosition(0, nvar, n1, n2, n3, v, par_b, 0., 0.);um = PunctIntPolAtArbitPosition(0, nvar, n1, n2, n3, v,-par_b, 0., 0.);/* Calculate the ADM masses from the current bare mass guess */*mp_adm = (1 + up) * *mp + *mp * *mm / (4. * par_b);*mm_adm = (1 + um) * *mm + *mp * *mm / (4. * par_b);CCTK_VInfo (CCTK_THORNSTRING, "Puncture 1 ADM mass is %g", (double) *mp_adm);CCTK_VInfo (CCTK_THORNSTRING, "Puncture 2 ADM mass is %g", (double) *mm_adm);/* print out ADM mass, eq.: \Delta M_ADM=2*r*u=4*b*V for A=1,B=0,phi=0 */admMass = (*mp + *mm- 4*par_b*PunctEvalAtArbitPosition(v.d0, 0, 1, 0, 0, nvar, n1, n2, n3));CCTK_VInfo (CCTK_THORNSTRING, "The total ADM mass is %g", (double) admMass);*E = admMass;/*Run this in Mathematica (version 8 or later) withmath -script <file>Needs["SymbolicC`"];co = Table["center_offset[" <> ToString[i] <> "]", {i, 0, 2}];r1 = co + {"par_b", 0, 0};r2 = co + {-"par_b", 0, 0};{p1, p2} = Table["par_P_" <> bh <> "[" <> ToString[i] <> "]", {bh, {"plus", "minus"}}, {i, 0, 2}];{s1, s2} = Table["par_S_" <> bh <> "[" <> ToString[i] <> "]", {bh, {"plus", "minus"}}, {i, 0, 2}];J = Cross[r1, p1] + Cross[r2, p2] + s1 + s2;JVar = Table["*J" <> ToString[i], {i, 1, 3}];Print[OutputForm@StringReplace[ToCCodeString@MapThread[CAssign[#1, CExpression[#2]] &, {JVar, J}],"\"" -> ""]];*/*J1 = -(center_offset[2]*par_P_minus[1]) + center_offset[1]*par_P_minus[2] - center_offset[2]*par_P_plus[1] + center_offset[1]*par_P_plus[2] + par_S_minus[0] + par_S_plus[0];*J2 = center_offset[2]*par_P_minus[0] - center_offset[0]*par_P_minus[2] + par_b*par_P_minus[2] + center_offset[2]*par_P_plus[0] - center_offset[0]*par_P_plus[2] - par_b*par_P_plus[2] + par_S_minus[1] + par_S_plus[1];*J3 = -(center_offset[1]*par_P_minus[0]) + center_offset[0]*par_P_minus[1] - par_b*par_P_minus[1] - center_offset[1]*par_P_plus[0] + center_offset[0]*par_P_plus[1] + par_b*par_P_plus[1] + par_S_minus[2] + par_S_plus[2];}if (CCTK_EQUALS(grid_setup_method, "Taylor expansion")){gsm = GSM_Taylor_expansion;}else if (CCTK_EQUALS(grid_setup_method, "evaluation")){gsm = GSM_evaluation;}else{CCTK_WARN (0, "internal error");}antisymmetric_lapse = CCTK_EQUALS(initial_lapse, "twopunctures-antisymmetric");averaged_lapse = CCTK_EQUALS(initial_lapse, "twopunctures-averaged");pmn_lapse = CCTK_EQUALS(initial_lapse, "psi^n");if (pmn_lapse)CCTK_VInfo(CCTK_THORNSTRING, "Setting initial lapse to psi^%f profile.",(double)initial_lapse_psi_exponent);brownsville_lapse = CCTK_EQUALS(initial_lapse, "brownsville");if (brownsville_lapse)CCTK_VInfo(CCTK_THORNSTRING,"Setting initial lapse to a Brownsville-style profile ""with exp %f.",(double)initial_lapse_psi_exponent);CCTK_INFO ("Interpolating result");if (CCTK_EQUALS(metric_type, "static conformal")) {if (CCTK_EQUALS(conformal_storage, "factor")) {*conformal_state = 1;} else if (CCTK_EQUALS(conformal_storage, "factor+derivs")) {*conformal_state = 2;} else if (CCTK_EQUALS(conformal_storage, "factor+derivs+2nd derivs")) {*conformal_state = 3;}} else {*conformal_state = 0;}for (int d = 0; d < 3; ++ d){/*imin[d] = 0 + (cctk_bbox[2*d ] ? 0 : cctk_nghostzones[d]);imax[d] = cctk_lsh[d] - (cctk_bbox[2*d+1] ? 0 : cctk_nghostzones[d]);*/imin[d] = 0;imax[d] = cctk_lsh[d];}#pragma omp parallel forfor (int k = imin[2]; k < imax[2]; ++k){for (int j = imin[1]; j < imax[1]; ++j){for (int i = imin[0]; i < imax[0]; ++i){#if 0/* We can't output this when running in parallel */if (percent10 != 10*(i+j*cctk_lsh[0]+k*cctk_lsh[0]*cctk_lsh[1]) /(cctk_lsh[0] * cctk_lsh[1] * cctk_lsh[2])){percent10 = 10*(i+j*cctk_lsh[0]+k*cctk_lsh[0]*cctk_lsh[1]) /(cctk_lsh[0] * cctk_lsh[1] * cctk_lsh[2]);CCTK_VInfo(CCTK_THORNSTRING, "%3d%% done", percent10*10);}#endifconst int ind = CCTK_GFINDEX3D (cctkGH, i, j, k);CCTK_REAL xx, yy, zz;xx = x[ind] - center_offset[0];yy = y[ind] - center_offset[1];zz = z[ind] - center_offset[2];/* We implement swapping the x and z coordinates as follows.The bulk of the code that performs the actual calculationsis unchanged. This code looks only at local variables.Before the bulk --i.e., here-- we swap all x and z tensorcomponents, and after the code --i.e., at the end of thismain loop-- we swap everything back. */if (swap_xz) {/* Swap the x and z coordinates */SWAP (xx, zz);}CCTK_REAL r_plus= sqrt(pow(xx - par_b, 2) + pow(yy, 2) + pow(zz, 2));CCTK_REAL r_minus= sqrt(pow(xx + par_b, 2) + pow(yy, 2) + pow(zz, 2));CCTK_REAL U;switch (gsm){case GSM_Taylor_expansion:U = PunctTaylorExpandAtArbitPosition(0, nvar, n1, n2, n3, v, xx, yy, zz);break;case GSM_evaluation:U = PunctIntPolAtArbitPositionFast(0, nvar, n1, n2, n3, cf_v, xx, yy, zz);break;default:assert (0);}r_plus = pow (pow (r_plus, 4) + pow (TP_epsilon, 4), 0.25);r_minus = pow (pow (r_minus, 4) + pow (TP_epsilon, 4), 0.25);if (r_plus < TP_Tiny)r_plus = TP_Tiny;if (r_minus < TP_Tiny)r_minus = TP_Tiny;CCTK_REAL psi1 = 1+ 0.5 * *mp / r_plus+ 0.5 * *mm / r_minus + U;#define EXTEND(M,r) \( M * (3./8 * pow(r, 4) / pow(TP_Extend_Radius, 5) - \5./4 * pow(r, 2) / pow(TP_Extend_Radius, 3) + \15./8 / TP_Extend_Radius))if (r_plus < TP_Extend_Radius) {psi1 = 1+ 0.5 * EXTEND(*mp,r_plus)+ 0.5 * *mm / r_minus + U;}if (r_minus < TP_Extend_Radius) {psi1 = 1+ 0.5 * EXTEND(*mm,r_minus)+ 0.5 * *mp / r_plus + U;}CCTK_REAL static_psi = 1;CCTK_REAL Aij[3][3];BY_Aijofxyz (xx, yy, zz, Aij);CCTK_REAL old_alp=1.0;if (multiply_old_lapse)old_alp = alp[ind];if ((*conformal_state > 0) || (pmn_lapse) || (brownsville_lapse)) {CCTK_REAL xp, yp, zp, rp, ir;CCTK_REAL s1, s3, s5;CCTK_REAL p, px, py, pz, pxx, pxy, pxz, pyy, pyz, pzz;p = 1.0;px = py = pz = 0.0;pxx = pxy = pxz = 0.0;pyy = pyz = pzz = 0.0;/* first puncture */xp = xx - par_b;yp = yy;zp = zz;rp = sqrt (xp*xp + yp*yp + zp*zp);rp = pow (pow (rp, 4) + pow (TP_epsilon, 4), 0.25);if (rp < TP_Tiny)rp = TP_Tiny;ir = 1.0/rp;if (rp < TP_Extend_Radius) {ir = EXTEND(1., rp);}s1 = 0.5* *mp *ir;s3 = -s1*ir*ir;s5 = -3.0*s3*ir*ir;p += s1;px += xp*s3;py += yp*s3;pz += zp*s3;pxx += xp*xp*s5 + s3;pxy += xp*yp*s5;pxz += xp*zp*s5;pyy += yp*yp*s5 + s3;pyz += yp*zp*s5;pzz += zp*zp*s5 + s3;/* second puncture */xp = xx + par_b;yp = yy;zp = zz;rp = sqrt (xp*xp + yp*yp + zp*zp);rp = pow (pow (rp, 4) + pow (TP_epsilon, 4), 0.25);if (rp < TP_Tiny)rp = TP_Tiny;ir = 1.0/rp;if (rp < TP_Extend_Radius) {ir = EXTEND(1., rp);}s1 = 0.5* *mm *ir;s3 = -s1*ir*ir;s5 = -3.0*s3*ir*ir;p += s1;px += xp*s3;py += yp*s3;pz += zp*s3;pxx += xp*xp*s5 + s3;pxy += xp*yp*s5;pxz += xp*zp*s5;pyy += yp*yp*s5 + s3;pyz += yp*zp*s5;pzz += zp*zp*s5 + s3;if (*conformal_state >= 1) {static_psi = p;psi[ind] = static_psi;}if (*conformal_state >= 2) {psix[ind] = px / static_psi;psiy[ind] = py / static_psi;psiz[ind] = pz / static_psi;}if (*conformal_state >= 3) {psixx[ind] = pxx / static_psi;psixy[ind] = pxy / static_psi;psixz[ind] = pxz / static_psi;psiyy[ind] = pyy / static_psi;psiyz[ind] = pyz / static_psi;psizz[ind] = pzz / static_psi;}if (pmn_lapse)alp[ind] = pow(p, initial_lapse_psi_exponent);if (brownsville_lapse)alp[ind] = 2.0/(1.0+pow(p, initial_lapse_psi_exponent));} /* if conformal-state > 0 */puncture_u[ind] = U;gxx[ind] = pow (psi1 / static_psi, 4);gxy[ind] = 0;gxz[ind] = 0;gyy[ind] = pow (psi1 / static_psi, 4);gyz[ind] = 0;gzz[ind] = pow (psi1 / static_psi, 4);kxx[ind] = Aij[0][0] / pow(psi1, 2);kxy[ind] = Aij[0][1] / pow(psi1, 2);kxz[ind] = Aij[0][2] / pow(psi1, 2);kyy[ind] = Aij[1][1] / pow(psi1, 2);kyz[ind] = Aij[1][2] / pow(psi1, 2);kzz[ind] = Aij[2][2] / pow(psi1, 2);if (antisymmetric_lapse || averaged_lapse) {alp[ind] =((1.0 -0.5* *mp /r_plus -0.5* *mm/r_minus)/(1.0 +0.5* *mp /r_plus +0.5* *mm/r_minus));if (r_plus < TP_Extend_Radius) {alp[ind] =((1.0 -0.5*EXTEND(*mp, r_plus) -0.5* *mm/r_minus)/(1.0 +0.5*EXTEND(*mp, r_plus) +0.5* *mm/r_minus));}if (r_minus < TP_Extend_Radius) {alp[ind] =((1.0 -0.5*EXTEND(*mm, r_minus) -0.5* *mp/r_plus)/(1.0 +0.5*EXTEND(*mp, r_minus) +0.5* *mp/r_plus));}if (averaged_lapse) {alp[ind] = 0.5 * (1.0 + alp[ind]);}}if (multiply_old_lapse)alp[ind] *= old_alp;if (swap_xz) {/* Swap the x and z components of all tensors */if (*conformal_state >= 2) {SWAP (psix[ind], psiz[ind]);}if (*conformal_state >= 3) {SWAP (psixx[ind], psizz[ind]);SWAP (psixy[ind], psiyz[ind]);}SWAP (gxx[ind], gzz[ind]);SWAP (gxy[ind], gyz[ind]);SWAP (kxx[ind], kzz[ind]);SWAP (kxy[ind], kyz[ind]);} /* if swap_xz */} /* for i */} /* for j */} /* for k */if (use_sources && rescale_sources){Rescale_Sources(cctkGH,cctk_lsh[0]*cctk_lsh[1]*cctk_lsh[2],x, y, z,(*conformal_state > 0) ? psi : NULL,gxx, gyy, gzz,gxy, gxz, gyz);}if (0) {/* Keep the result around for the next time */free_dvector (F, 0, ntotal - 1);free_derivs (&u, ntotal);free_derivs (&v, ntotal);free_derivs (&cf_v, ntotal);}}
/* TwoPunctures: File "TwoPunctures.h"*/#define StencilSize 19#define N_PlaneRelax 1#define NRELAX 200#define Step_Relax 1typedef struct DERIVS{CCTK_REAL *d0, *d1, *d2, *d3, *d11, *d12, *d13, *d22, *d23, *d33;} derivs;/*Files of "TwoPunctures":TwoPunctures.cFuncAndJacobian.cCoordTransf.cEquations.cNewton.cutilities.c (see utilities.h)***************************//* Routines in "TwoPunctures.c"*/CCTK_REAL TestSolution (CCTK_REAL A, CCTK_REAL B, CCTK_REAL X, CCTK_REAL R, CCTK_REAL phi);void TestVector_w (CCTK_REAL *par, int nvar, int n1, int n2, int n3, CCTK_REAL *w);/* Routines in "FuncAndJacobian.c"*/int Index (int ivar, int i, int j, int k, int nvar, int n1, int n2, int n3);void allocate_derivs (derivs * v, int n);void free_derivs (derivs * v, int n);void Derivatives_AB3 (int nvar, int n1, int n2, int n3, derivs v);void F_of_v (CCTK_POINTER_TO_CONST cctkGH,int nvar, int n1, int n2, int n3, derivs v,CCTK_REAL *F, derivs u);void J_times_dv (int nvar, int n1, int n2, int n3, derivs dv,CCTK_REAL *Jdv, derivs u);void JFD_times_dv (int i, int j, int k, int nvar, int n1,int n2, int n3, derivs dv, derivs u, CCTK_REAL *values);void SetMatrix_JFD (int nvar, int n1, int n2, int n3,derivs u, int *ncols, int **cols, CCTK_REAL **Matrix);CCTK_REAL PunctEvalAtArbitPosition (CCTK_REAL *v, int ivar, CCTK_REAL A, CCTK_REAL B, CCTK_REAL phi,int nvar, int n1, int n2, int n3);void calculate_derivs (int i, int j, int k, int ivar, int nvar, int n1,int n2, int n3, derivs v, derivs vv);CCTK_REAL interpol (CCTK_REAL a, CCTK_REAL b, CCTK_REAL c, derivs v);CCTK_REAL PunctTaylorExpandAtArbitPosition (int ivar, int nvar, int n1,int n2, int n3, derivs v, CCTK_REAL x,CCTK_REAL y, CCTK_REAL z);CCTK_REAL PunctIntPolAtArbitPosition (int ivar, int nvar, int n1,int n2, int n3, derivs v, CCTK_REAL x,CCTK_REAL y, CCTK_REAL z);void SpecCoef(int n1, int n2, int n3, int ivar, CCTK_REAL *v, CCTK_REAL *cf);CCTK_REAL PunctEvalAtArbitPositionFast (CCTK_REAL *v, int ivar, CCTK_REAL A, CCTK_REAL B, CCTK_REAL phi,int nvar, int n1, int n2, int n3);CCTK_REAL PunctIntPolAtArbitPositionFast (int ivar, int nvar, int n1,int n2, int n3, derivs v, CCTK_REAL x,CCTK_REAL y, CCTK_REAL z);/* Routines in "CoordTransf.c"*/void AB_To_XR (int nvar, CCTK_REAL A, CCTK_REAL B, CCTK_REAL *X,CCTK_REAL *R, derivs U);void C_To_c (int nvar, CCTK_REAL X, CCTK_REAL R, CCTK_REAL *x,CCTK_REAL *r, derivs U);void rx3_To_xyz (int nvar, CCTK_REAL x, CCTK_REAL r, CCTK_REAL phi, CCTK_REAL *y,CCTK_REAL *z, derivs U);/* Routines in "Equations.c"*/CCTK_REAL BY_KKofxyz (CCTK_REAL x, CCTK_REAL y, CCTK_REAL z);void BY_Aijofxyz (CCTK_REAL x, CCTK_REAL y, CCTK_REAL z, CCTK_REAL Aij[3][3]);void NonLinEquations (CCTK_REAL rho_adm,CCTK_REAL A, CCTK_REAL B, CCTK_REAL X, CCTK_REAL R,CCTK_REAL x, CCTK_REAL r, CCTK_REAL phi,CCTK_REAL y, CCTK_REAL z, derivs U, CCTK_REAL *values);void LinEquations (CCTK_REAL A, CCTK_REAL B, CCTK_REAL X, CCTK_REAL R,CCTK_REAL x, CCTK_REAL r, CCTK_REAL phi,CCTK_REAL y, CCTK_REAL z, derivs dU, derivs U, CCTK_REAL *values);/* Routines in "Newton.c"*/void TestRelax (CCTK_POINTER_TO_CONST cctkGH,int nvar, int n1, int n2, int n3, derivs v, CCTK_REAL *dv);void Newton (CCTK_POINTER_TO_CONST cctkGH,int nvar, int n1, int n2, int n3, derivs v,CCTK_REAL tol, int itmax);/*27: -1.325691774825335e-0337: -1.325691778944117e-0347: -1.325691778942711e-0317: -1.510625972641537e-0321: -1.511443006977708e-0327: -1.511440785153687e-0337: -1.511440809549005e-0339: -1.511440809597588e-03*/
# Main make.code.defn file for thorn TwoPunctures# Source files in this directorySRCS = CoordTransf.c Equations.c FuncAndJacobian.c Newton.c TwoPunctures.c TP_utilities.c ParamCheck.c Metadata.cc# Subdirectories containing source filesSUBDIRS =
"x-label diagonal"y-label ADMBASE::gxx"Time = 0.0000000000000-6.9282032302755 1.1483279688308-6.5206618637887 1.1566461204712-6.1131204973019 1.1659057951834-5.7055791308151 1.1762774712110-5.2980377643283 1.1879795668519-4.8904963978415 1.2012846611555-4.4829550313547 1.2165282034985-4.0754136648679 1.2341134316848-3.6678722983812 1.2545062949768-3.2603309318944 1.2781979917723-2.8527895654076 1.3055807939836-2.4452481989208 1.3365942448847-2.0377068324340 1.3698233316813-1.6301654659472 1.4006817405383-1.2226240994604 1.4199854154323-0.8150827329736 1.4182048411587-0.4075413664868 1.39502686455050.0000000000000 1.36043724629330.4075413664868 1.32547269724270.8150827329736 1.29714914463961.2226240994604 1.27744612151201.6301654659472 1.26266485286672.0377068324340 1.24850438968422.4452481989208 1.23359402825512.8527895654076 1.21832385470523.2603309318944 1.20338393759363.6678722983812 1.18926911605574.0754136648679 1.17623952415184.4829550313547 1.16438724692824.8904963978415 1.15370116541575.2980377643283 1.14411210737965.7055791308151 1.13552144530486.1131204973019 1.12781903926606.5206618637887 1.12089396711186.9282032302755 1.1146411118913
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.5228526945902
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.0529213889344
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.2112155679857
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.2125562303741
"x-label x"y-label ADMBASE::gxx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2682364916870-3.7647058823529 1.2795121931933-3.5294117647059 1.2931192170066-3.2941176470588 1.3090245044241-3.0588235294118 1.3272450423575-2.8235294117647 1.3477409135099-2.5882352941176 1.3701525466307-2.3529411764706 1.3929987995454-2.1176470588235 1.4108318300361-1.8823529411765 1.4023364195044-1.6470588235294 1.2744118469615-1.4117647058824 1.2089656099561-1.1764705882353 1.4527481711356-0.9411764705882 1.4846118398097-0.7058823529412 1.4615139439505-0.4705882352941 1.4270647578330-0.2352941176471 1.39260160271280.0000000000000 1.36043724629330.2352941176471 1.32995507734750.4705882352941 1.29912622140460.7058823529412 1.26447388809940.9411764705882 1.22007814281631.1764705882353 1.15547410762781.4117647058824 1.05292138893441.6470588235294 1.07679927123801.8823529411765 1.14467706478662.1176470588235 1.17761096966442.3529411764706 1.19313304284772.5882352941176 1.19913910337932.8235294117647 1.19965175630443.0588235294118 1.19690846589523.2941176470588 1.19222123837343.5294117647059 1.18638195931093.7647058823529 1.17987210113584.0000000000000 1.1729765394677
"x-label y"y-label ADMBASE::gxx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.1915157333740-3.7647058823529 1.2021977961465-3.5294117647059 1.2130332627664-3.2941176470588 1.2241329156896-3.0588235294118 1.2355695557834-2.8235294117647 1.2473791640688-2.5882352941176 1.2595578764612-2.3529411764706 1.2720545226292-2.1176470588235 1.2847602424171-1.8823529411765 1.2974959526546-1.6470588235294 1.3100019899979-1.4117647058824 1.3219356120520-1.1764705882353 1.3328868773591-0.9411764705882 1.3424217960810-0.7058823529412 1.3501524819158-0.4705882352941 1.3558072264020-0.2352941176471 1.35925161715010.0000000000000 1.36043724629330.2352941176471 1.35933653391060.4705882352941 1.35592947325950.7058823529412 1.35024563465890.9411764705882 1.34243209966561.1764705882353 1.33278780742231.4117647058824 1.32172584169981.6470588235294 1.30969618034871.8823529411765 1.29711569435882.1176470588235 1.28432792552122.3529411764706 1.27159013259792.5882352941176 1.25907780743922.8235294117647 1.24689616014183.0588235294118 1.23509317014033.2941176470588 1.22367014093093.5294117647059 1.21258916320163.7647058823529 1.20177607900934.0000000000000 1.1911192504215
"x-label z"y-label ADMBASE::gxx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.1917619563861-3.7647058823529 1.2024354203434-3.5294117647059 1.2133060478581-3.2941176470588 1.2244995128313-3.0588235294118 1.2361080738977-2.8235294117647 1.2481915089639-2.5882352941176 1.2607734210573-2.3529411764706 1.2738319837126-2.1176470588235 1.2872853343976-1.8823529411765 1.3009705107502-1.6470588235294 1.3146175901134-1.4117647058824 1.3278218463934-1.1764705882353 1.3400235878781-0.9411764705882 1.3505108854634-0.7058823529412 1.3584680855482-0.4705882352941 1.3630919339137-0.2352941176471 1.36378944755740.0000000000000 1.36043724629330.2352941176471 1.35356229587060.4705882352941 1.34414448076430.7058823529412 1.33311855850070.9411764705882 1.32114366478161.1764705882353 1.30864671016471.4117647058824 1.29592288934311.6470588235294 1.28319535222851.8823529411765 1.27063579836432.1176470588235 1.25836987596612.3529411764706 1.24648004137872.5882352941176 1.23501011177672.8235294117647 1.22397030863783.0588235294118 1.21334233511203.2941176470588 1.20308269669023.5294117647059 1.19312453530883.7647058823529 1.18337671304664.0000000000000 1.1737206169030
"x-label diagonal"y-label ADMBASE::gxy"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gxy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gxy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gxy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gxz"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gxz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gxz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gxz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gyy"Time = 0.0000000000000-6.9282032302755 1.1483279688308-6.5206618637887 1.1566461204712-6.1131204973019 1.1659057951834-5.7055791308151 1.1762774712110-5.2980377643283 1.1879795668519-4.8904963978415 1.2012846611555-4.4829550313547 1.2165282034985-4.0754136648679 1.2341134316848-3.6678722983812 1.2545062949768-3.2603309318944 1.2781979917723-2.8527895654076 1.3055807939836-2.4452481989208 1.3365942448847-2.0377068324340 1.3698233316813-1.6301654659472 1.4006817405383-1.2226240994604 1.4199854154323-0.8150827329736 1.4182048411587-0.4075413664868 1.39502686455050.0000000000000 1.36043724629330.4075413664868 1.32547269724270.8150827329736 1.29714914463961.2226240994604 1.27744612151201.6301654659472 1.26266485286672.0377068324340 1.24850438968422.4452481989208 1.23359402825512.8527895654076 1.21832385470523.2603309318944 1.20338393759363.6678722983812 1.18926911605574.0754136648679 1.17623952415184.4829550313547 1.16438724692824.8904963978415 1.15370116541575.2980377643283 1.14411210737965.7055791308151 1.13552144530486.1131204973019 1.12781903926606.5206618637887 1.12089396711186.9282032302755 1.1146411118913
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.5228526945902
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.0529213889344
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.2112155679857
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.2125562303741
"x-label x"y-label ADMBASE::gyy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2682364916870-3.7647058823529 1.2795121931933-3.5294117647059 1.2931192170066-3.2941176470588 1.3090245044241-3.0588235294118 1.3272450423575-2.8235294117647 1.3477409135099-2.5882352941176 1.3701525466307-2.3529411764706 1.3929987995454-2.1176470588235 1.4108318300361-1.8823529411765 1.4023364195044-1.6470588235294 1.2744118469615-1.4117647058824 1.2089656099561-1.1764705882353 1.4527481711356-0.9411764705882 1.4846118398097-0.7058823529412 1.4615139439505-0.4705882352941 1.4270647578330-0.2352941176471 1.39260160271280.0000000000000 1.36043724629330.2352941176471 1.32995507734750.4705882352941 1.29912622140460.7058823529412 1.26447388809940.9411764705882 1.22007814281631.1764705882353 1.15547410762781.4117647058824 1.05292138893441.6470588235294 1.07679927123801.8823529411765 1.14467706478662.1176470588235 1.17761096966442.3529411764706 1.19313304284772.5882352941176 1.19913910337932.8235294117647 1.19965175630443.0588235294118 1.19690846589523.2941176470588 1.19222123837343.5294117647059 1.18638195931093.7647058823529 1.17987210113584.0000000000000 1.1729765394677
"x-label y"y-label ADMBASE::gyy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.1915157333740-3.7647058823529 1.2021977961465-3.5294117647059 1.2130332627664-3.2941176470588 1.2241329156896-3.0588235294118 1.2355695557834-2.8235294117647 1.2473791640688-2.5882352941176 1.2595578764612-2.3529411764706 1.2720545226292-2.1176470588235 1.2847602424171-1.8823529411765 1.2974959526546-1.6470588235294 1.3100019899979-1.4117647058824 1.3219356120520-1.1764705882353 1.3328868773591-0.9411764705882 1.3424217960810-0.7058823529412 1.3501524819158-0.4705882352941 1.3558072264020-0.2352941176471 1.35925161715010.0000000000000 1.36043724629330.2352941176471 1.35933653391060.4705882352941 1.35592947325950.7058823529412 1.35024563465890.9411764705882 1.34243209966561.1764705882353 1.33278780742231.4117647058824 1.32172584169981.6470588235294 1.30969618034871.8823529411765 1.29711569435882.1176470588235 1.28432792552122.3529411764706 1.27159013259792.5882352941176 1.25907780743922.8235294117647 1.24689616014183.0588235294118 1.23509317014033.2941176470588 1.22367014093093.5294117647059 1.21258916320163.7647058823529 1.20177607900934.0000000000000 1.1911192504215
"x-label z"y-label ADMBASE::gyy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.1917619563861-3.7647058823529 1.2024354203434-3.5294117647059 1.2133060478581-3.2941176470588 1.2244995128313-3.0588235294118 1.2361080738977-2.8235294117647 1.2481915089639-2.5882352941176 1.2607734210573-2.3529411764706 1.2738319837126-2.1176470588235 1.2872853343976-1.8823529411765 1.3009705107502-1.6470588235294 1.3146175901134-1.4117647058824 1.3278218463934-1.1764705882353 1.3400235878781-0.9411764705882 1.3505108854634-0.7058823529412 1.3584680855482-0.4705882352941 1.3630919339137-0.2352941176471 1.36378944755740.0000000000000 1.36043724629330.2352941176471 1.35356229587060.4705882352941 1.34414448076430.7058823529412 1.33311855850070.9411764705882 1.32114366478161.1764705882353 1.30864671016471.4117647058824 1.29592288934311.6470588235294 1.28319535222851.8823529411765 1.27063579836432.1176470588235 1.25836987596612.3529411764706 1.24648004137872.5882352941176 1.23501011177672.8235294117647 1.22397030863783.0588235294118 1.21334233511203.2941176470588 1.20308269669023.5294117647059 1.19312453530883.7647058823529 1.18337671304664.0000000000000 1.1737206169030
"x-label diagonal"y-label ADMBASE::gyz"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gyz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gyz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gyz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gzz"Time = 0.0000000000000-6.9282032302755 1.1483279688308-6.5206618637887 1.1566461204712-6.1131204973019 1.1659057951834-5.7055791308151 1.1762774712110-5.2980377643283 1.1879795668519-4.8904963978415 1.2012846611555-4.4829550313547 1.2165282034985-4.0754136648679 1.2341134316848-3.6678722983812 1.2545062949768-3.2603309318944 1.2781979917723-2.8527895654076 1.3055807939836-2.4452481989208 1.3365942448847-2.0377068324340 1.3698233316813-1.6301654659472 1.4006817405383-1.2226240994604 1.4199854154323-0.8150827329736 1.4182048411587-0.4075413664868 1.39502686455050.0000000000000 1.36043724629330.4075413664868 1.32547269724270.8150827329736 1.29714914463961.2226240994604 1.27744612151201.6301654659472 1.26266485286672.0377068324340 1.24850438968422.4452481989208 1.23359402825512.8527895654076 1.21832385470523.2603309318944 1.20338393759363.6678722983812 1.18926911605574.0754136648679 1.17623952415184.4829550313547 1.16438724692824.8904963978415 1.15370116541575.2980377643283 1.14411210737965.7055791308151 1.13552144530486.1131204973019 1.12781903926606.5206618637887 1.12089396711186.9282032302755 1.1146411118913
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.5228526945902
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.0529213889344
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.2112155679857
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.2125562303741
"x-label x"y-label ADMBASE::gzz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2682364916870-3.7647058823529 1.2795121931933-3.5294117647059 1.2931192170066-3.2941176470588 1.3090245044241-3.0588235294118 1.3272450423575-2.8235294117647 1.3477409135099-2.5882352941176 1.3701525466307-2.3529411764706 1.3929987995454-2.1176470588235 1.4108318300361-1.8823529411765 1.4023364195044-1.6470588235294 1.2744118469615-1.4117647058824 1.2089656099561-1.1764705882353 1.4527481711356-0.9411764705882 1.4846118398097-0.7058823529412 1.4615139439505-0.4705882352941 1.4270647578330-0.2352941176471 1.39260160271280.0000000000000 1.36043724629330.2352941176471 1.32995507734750.4705882352941 1.29912622140460.7058823529412 1.26447388809940.9411764705882 1.22007814281631.1764705882353 1.15547410762781.4117647058824 1.05292138893441.6470588235294 1.07679927123801.8823529411765 1.14467706478662.1176470588235 1.17761096966442.3529411764706 1.19313304284772.5882352941176 1.19913910337932.8235294117647 1.19965175630443.0588235294118 1.19690846589523.2941176470588 1.19222123837343.5294117647059 1.18638195931093.7647058823529 1.17987210113584.0000000000000 1.1729765394677
"x-label y"y-label ADMBASE::gzz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.1915157333740-3.7647058823529 1.2021977961465-3.5294117647059 1.2130332627664-3.2941176470588 1.2241329156896-3.0588235294118 1.2355695557834-2.8235294117647 1.2473791640688-2.5882352941176 1.2595578764612-2.3529411764706 1.2720545226292-2.1176470588235 1.2847602424171-1.8823529411765 1.2974959526546-1.6470588235294 1.3100019899979-1.4117647058824 1.3219356120520-1.1764705882353 1.3328868773591-0.9411764705882 1.3424217960810-0.7058823529412 1.3501524819158-0.4705882352941 1.3558072264020-0.2352941176471 1.35925161715010.0000000000000 1.36043724629330.2352941176471 1.35933653391060.4705882352941 1.35592947325950.7058823529412 1.35024563465890.9411764705882 1.34243209966561.1764705882353 1.33278780742231.4117647058824 1.32172584169981.6470588235294 1.30969618034871.8823529411765 1.29711569435882.1176470588235 1.28432792552122.3529411764706 1.27159013259792.5882352941176 1.25907780743922.8235294117647 1.24689616014183.0588235294118 1.23509317014033.2941176470588 1.22367014093093.5294117647059 1.21258916320163.7647058823529 1.20177607900934.0000000000000 1.1911192504215
"x-label z"y-label ADMBASE::gzz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.1917619563861-3.7647058823529 1.2024354203434-3.5294117647059 1.2133060478581-3.2941176470588 1.2244995128313-3.0588235294118 1.2361080738977-2.8235294117647 1.2481915089639-2.5882352941176 1.2607734210573-2.3529411764706 1.2738319837126-2.1176470588235 1.2872853343976-1.8823529411765 1.3009705107502-1.6470588235294 1.3146175901134-1.4117647058824 1.3278218463934-1.1764705882353 1.3400235878781-0.9411764705882 1.3505108854634-0.7058823529412 1.3584680855482-0.4705882352941 1.3630919339137-0.2352941176471 1.36378944755740.0000000000000 1.36043724629330.2352941176471 1.35356229587060.4705882352941 1.34414448076430.7058823529412 1.33311855850070.9411764705882 1.32114366478161.1764705882353 1.30864671016471.4117647058824 1.29592288934311.6470588235294 1.28319535222851.8823529411765 1.27063579836432.1176470588235 1.25836987596612.3529411764706 1.24648004137872.5882352941176 1.23501011177672.8235294117647 1.22397030863783.0588235294118 1.21334233511203.2941176470588 1.20308269669023.5294117647059 1.19312453530883.7647058823529 1.18337671304664.0000000000000 1.1737206169030
"x-label diagonal"y-label ADMCONSTRAINTS::ham"Time = 0.0000000000000-6.9282032302755 -0.0000185130436-6.5206618637887 -0.0000185130436-6.1131204973019 -0.0000026953269-5.7055791308151 -0.0000094106635-5.2980377643283 -0.0000047964495-4.8904963978415 -0.0000091935233-4.4829550313547 -0.0000092172321-4.0754136648679 -0.0000148002699-3.6678722983812 -0.0000186674953-3.2603309318944 -0.0000281575666-2.8527895654076 -0.0000398715442-2.4452481989208 -0.0000689150210-2.0377068324340 -0.0001597240867-1.6301654659472 -0.0004432182365-1.2226240994604 -0.0007484799278-0.8150827329736 -0.0000529628818-0.4075413664868 0.00076685025060.0000000000000 0.00070956940390.4075413664868 0.00046210273290.8150827329736 -0.00015014332711.2226240994604 -0.00049535808611.6301654659472 -0.00030097981612.0377068324340 -0.00012684629712.4452481989208 -0.00006242026042.8527895654076 -0.00003824226083.2603309318944 -0.00002649037143.6678722983812 -0.00001814342464.0754136648679 -0.00001318222354.4829550313547 -0.00000891006774.8904963978415 -0.00000681636215.2980377643283 -0.00000449448645.7055791308151 -0.00000439471516.1131204973019 -0.00000237520286.5206618637887 -0.00000615166516.9282032302755 -0.0000061516651
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.0338009192339
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 -0.0254509068712
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.0000798042367
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.0006369475227
"x-label x"y-label ADMCONSTRAINTS::ham (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0001902423959-3.7647058823529 0.0001902423959-3.5294117647059 0.0003027944429-3.2941176470588 0.0004792559647-3.0588235294118 0.0008112160312-2.8235294117647 0.0014506012868-2.5882352941176 0.0028070818348-2.3529411764706 0.0059411385282-2.1176470588235 0.0138010005849-1.8823529411765 0.0320162683342-1.6470588235294 -0.0211049908076-1.4117647058824 -0.0097314236607-1.1764705882353 0.0338009192339-0.9411764705882 0.0150137020931-0.7058823529412 0.0057271864158-0.4705882352941 0.0023217153575-0.2352941176471 0.00109541584930.0000000000000 0.00070956940390.2352941176471 0.00073336687860.4705882352941 0.00107633078740.7058823529412 0.00182169829500.9411764705882 0.00310552038331.1764705882353 0.00447370901081.4117647058824 -0.00085299167021.6470588235294 -0.00241212814361.8823529411765 0.00456160618452.1176470588235 0.00294200951862.3529411764706 0.00174347153152.5882352941176 0.00105020658302.8235294117647 0.00065426784643.0588235294118 0.00042188037953.2941176470588 0.00028028768883.5294117647059 0.00019117357103.7647058823529 0.00013359400914.0000000000000 0.0001335940091
"x-label y"y-label ADMCONSTRAINTS::ham (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000132338476-3.7647058823529 0.0000132338476-3.5294117647059 0.0000167134851-3.2941176470588 0.0000176240292-3.0588235294118 0.0000199023377-2.8235294117647 0.0000187991236-2.5882352941176 0.0000173498695-2.3529411764706 0.0000104973973-2.1176470588235 0.0000004620339-1.8823529411765 -0.0000167931097-1.6470588235294 -0.0000367775024-1.4117647058824 -0.0000542787408-1.1764705882353 -0.0000490662727-0.9411764705882 0.0000083557600-0.7058823529412 0.0001518681683-0.4705882352941 0.0003779924200-0.2352941176471 0.00060912305920.0000000000000 0.00070956940390.2352941176471 0.00060967669150.4705882352941 0.00037848901950.7058823529412 0.00015196464540.9411764705882 0.00000821134061.1764705882353 -0.00004918576711.4117647058824 -0.00005427267691.6470588235294 -0.00003667267511.8823529411765 -0.00001665354752.1176470588235 0.00000059068512.3529411764706 0.00001059510812.5882352941176 0.00001741339492.8235294117647 0.00001883463303.0588235294118 0.00001991660303.2941176470588 0.00001762692093.5294117647059 0.00001670625223.7647058823529 0.00001323093194.0000000000000 0.0000132309319
"x-label z"y-label ADMCONSTRAINTS::ham (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000138132148-3.7647058823529 0.0000138132148-3.5294117647059 0.0000169173624-3.2941176470588 0.0000180713628-3.0588235294118 0.0000203048819-2.8235294117647 0.0000193782259-2.5882352941176 0.0000179288925-2.3529411764706 0.0000110058126-2.1176470588235 0.0000005364157-1.8823529411765 -0.0000177574340-1.6470588235294 -0.0000394537283-1.4117647058824 -0.0000592826192-1.1764705882353 -0.0000554410660-0.9411764705882 0.0000046296660-0.7058823529412 0.0001580193415-0.4705882352941 0.0003984913594-0.2352941176471 0.00063293010750.0000000000000 0.00070956940390.2352941176471 0.00057024852130.4705882352941 0.00031639139160.7058823529412 0.00009445978980.9411764705882 -0.00003096547971.1764705882353 -0.00007050545681.4117647058824 -0.00006411364081.6470588235294 -0.00004084431681.8823529411765 -0.00001867075152.1176470588235 -0.00000097832622.3529411764706 0.00000889698822.5882352941176 0.00001555631092.8235294117647 0.00001678143893.0588235294118 0.00001794866513.2941176470588 0.00001549070923.5294117647059 0.00001493762313.7647058823529 0.00001094566624.0000000000000 0.0000109456662
"x-label diagonal"y-label ADMBASE::kxx"Time = 0.0000000000000-6.9282032302755 -0.0127751418883-6.5206618637887 -0.0150783251966-6.1131204973019 -0.0179790584865-5.7055791308151 -0.0216870294469-5.2980377643283 -0.0265073717736-4.8904963978415 -0.0328952651738-4.4829550313547 -0.0415483263048-4.0754136648679 -0.0535667657627-3.6678722983812 -0.0707348088023-3.2603309318944 -0.0960076586977-2.8527895654076 -0.1342682780730-2.4452481989208 -0.1929794921693-2.0377068324340 -0.2797601635294-1.6301654659472 -0.3844197747936-1.2226240994604 -0.4297686833836-0.8150827329736 -0.2999409646162-0.4075413664868 -0.08829332956520.0000000000000 0.00000000000000.4075413664868 -0.08579743290340.8150827329736 -0.28590391030001.2226240994604 -0.40749051060971.6301654659472 -0.36617866673922.0377068324340 -0.26861645783982.4452481989208 -0.18675489296552.8527895654076 -0.13081754310803.2603309318944 -0.09406140868203.6678722983812 -0.06961518148124.0754136648679 -0.05291348364674.4829550313547 -0.04116516956174.8904963978415 -0.03267199975655.2980377643283 -0.02638022982995.7055791308151 -0.02161820443586.1131204973019 -0.01794571109616.5206618637887 -0.01506648030946.9282032302755 -0.0127762039793
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 12.9946348905885
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 -12.9944358943451
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 0.0666257945189
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 0.2068386684602
"x-label x"y-label ADMBASE::kxx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kxx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0069364172893-3.7647058823529 -0.0082567657027-3.5294117647059 -0.0098885419389-3.2941176470588 -0.0119149112063-3.0588235294118 -0.0144413779269-2.8235294117647 -0.0175995321269-2.5882352941176 -0.0215483016518-2.3529411764706 -0.0264680900460-2.1176470588235 -0.0325382056233-1.8823529411765 -0.0398792062247-1.6470588235294 -0.0484286291730-1.4117647058824 -0.0577065455502-1.1764705882353 -0.0664416883964-0.9411764705882 -0.0721378726546-0.7058823529412 -0.0709639990106-0.4705882352941 -0.0587740498942-0.2352941176471 -0.03385517086510.0000000000000 0.00000000000000.2352941176471 0.03385411339470.4705882352941 0.05877140038150.7058823529412 0.07096155108370.9411764705882 0.07213759581371.1764705882353 0.06644415775101.4117647058824 0.05771112465491.6470588235294 0.04843428280391.8823529411765 0.03988505122672.1176470588235 0.03254368149602.3529411764706 0.02647292273342.5882352941176 0.02155240929562.8235294117647 0.01760294051823.0588235294118 0.01444416273783.2941176470588 0.01191716401893.5294117647059 0.00989035256673.7647058823529 0.00825821427304.0000000000000 0.0069375716416
"x-label z"y-label ADMBASE::kxx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0069357007059-3.7647058823529 0.0082559498151-3.5294117647059 0.0098874302662-3.2941176470588 0.0119131274982-3.0588235294118 0.0144382318465-2.8235294117647 0.0175938041529-2.5882352941176 0.0215379115066-2.3529411764706 0.0264496172711-2.1176470588235 0.0325062770792-1.8823529411765 0.0398259170618-1.6470588235294 0.0483435383704-1.4117647058824 0.0575784969224-1.1764705882353 0.0662645243042-0.9411764705882 0.0719215078265-0.7058823529412 0.0707464693064-0.4705882352941 0.0586167878184-0.2352941176471 0.03379879961510.0000000000000 0.00000000000000.2352941176471 -0.03392624663690.4705882352941 -0.05902848173600.7058823529412 -0.07141593122800.9411764705882 -0.07271647284391.1764705882353 -0.06705421727271.4117647058824 -0.05828283223661.6470588235294 -0.04893186453661.8823529411765 -0.04029850805262.1176470588235 -0.03287762874322.3529411764706 -0.02673823907742.5882352941176 -0.02176140110152.8235294117647 -0.01776703360823.0588235294118 -0.01457305343833.2941176470588 -0.01201869620763.5294117647059 -0.00997070177033.7647058823529 -0.00832216678764.0000000000000 -0.0069888019920
"x-label diagonal"y-label ADMBASE::kxy"Time = 0.0000000000000-6.9282032302755 0.0063234432172-6.5206618637887 0.0072412402010-6.1131204973019 0.0083120117766-5.7055791308151 0.0095483981508-5.2980377643283 0.0109441598166-4.8904963978415 0.0124450948672-4.4829550313547 0.0138827428148-4.0754136648679 0.0148207698312-3.6678722983812 0.0141896823935-3.2603309318944 0.0093927927571-2.8527895654076 -0.0059264951153-2.4452481989208 -0.0473608266840-2.0377068324340 -0.1512859064593-1.6301654659472 -0.3846379956863-1.2226240994604 -0.7796197184169-0.8150827329736 -1.1224788195885-0.4075413664868 -1.14346202763640.0000000000000 -1.02032344260890.4075413664868 -0.94241030387550.8150827329736 -0.80857867935401.2226240994604 -0.53411485993201.6301654659472 -0.26959266621582.0377068324340 -0.11430448961122.4452481989208 -0.04137788951842.8527895654076 -0.00977376633563.2603309318944 0.00335866404343.6678722983812 0.00840964500184.0754136648679 0.00992453556854.4829550313547 0.00991006196734.8904963978415 0.00926853643875.2980377643283 0.00841023345995.7055791308151 0.00752035836766.1131204973019 0.00667901407446.5206618637887 0.00591673803436.9282032302755 0.0052408568866
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 8.8247442345648
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 -90.1578262620044
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 0.1055365948969
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 0.5450478370222
"x-label x"y-label ADMBASE::kxy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0894058701352-3.7647058823529 0.0990072408499-3.5294117647059 0.1079677676344-3.2941176470588 0.1138948679587-3.0588235294118 0.1111210424219-2.8235294117647 0.0857619557516-2.5882352941176 0.0012505957803-2.3529411764706 -0.2509353642873-2.1176470588235 -1.0615916924876-1.8823529411765 -4.4149119077613-1.6470588235294 -33.1421454362097-1.4117647058824 -90.1578262620044-1.1764705882353 -12.2352052097843-0.9411764705882 -4.6385961747259-0.7058823529412 -2.4528980069860-0.4705882352941 -1.5741041310160-0.2352941176471 -1.17774030358540.0000000000000 -1.02032344260890.2352941176471 -1.02609293441020.4705882352941 -1.19912393246900.7058823529412 -1.63163126403440.9411764705882 -2.63939596380301.1764705882353 -5.56820432398571.4117647058824 -26.76828375055411.6470588235294 -8.19993260448681.8823529411765 -0.64326001072132.1176470588235 0.20069505577122.3529411764706 0.32928309087132.5882352941176 0.31889389898002.8235294117647 0.28001473931833.0588235294118 0.23931763497393.2941176470588 0.20333017446303.5294117647059 0.17306358554903.7647058823529 0.14800940143814.0000000000000 0.1273313532209
"x-label y"y-label ADMBASE::kxy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0949422116479-3.7647058823529 -0.1080570061119-3.5294117647059 -0.1236140452236-3.2941176470588 -0.1421622874626-3.0588235294118 -0.1643891128217-2.8235294117647 -0.1911522712715-2.5882352941176 -0.2235132158304-2.3529411764706 -0.2627639101148-2.1176470588235 -0.3104288367367-1.8823529411765 -0.3682045644579-1.6470588235294 -0.4377653028864-1.4117647058824 -0.5203136138304-1.1764705882353 -0.6157092638673-0.9411764705882 -0.7210472105871-0.7058823529412 -0.8288699443259-0.4705882352941 -0.9260154074328-0.2352941176471 -0.99511798186340.0000000000000 -1.02032344260890.2352941176471 -0.99508689923120.4705882352941 -0.92597366299560.7058823529412 -0.82884135217990.9411764705882 -0.72104444345081.1764705882353 -0.61573214715911.4117647058824 -0.52035490153021.6470588235294 -0.43781640826571.8823529411765 -0.36825853134032.1176470588235 -0.31048107897822.3529411764706 -0.26281188697402.5882352941176 -0.22355582302442.8235294117647 -0.19118929053643.0588235294118 -0.16442081288493.2941176470588 -0.14218916680583.5294117647059 -0.12363667940173.7647058823529 -0.10807596367614.0000000000000 -0.0949580118444
"x-label z"y-label ADMBASE::kxy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0741253012943-3.7647058823529 -0.0852210555023-3.5294117647059 -0.0985907660591-3.2941176470588 -0.1148108891955-3.0588235294118 -0.1346275289061-2.8235294117647 -0.1590072391870-2.5882352941176 -0.1891981711655-2.3529411764706 -0.2267957439755-2.1176470588235 -0.2737936793691-1.8823529411765 -0.3325720307584-1.6470588235294 -0.4057150208091-1.4117647058824 -0.4954502648780-1.1764705882353 -0.6023737602742-0.9411764705882 -0.7231152335603-0.7058823529412 -0.8471369504810-0.4705882352941 -0.9545700795642-0.2352941176471 -1.01930718103890.0000000000000 -1.02032344260890.2352941176471 -0.95529824629420.4705882352941 -0.84321752126850.7058823529412 -0.71232140228540.9411764705882 -0.58567504736281.1764705882353 -0.47544398320661.4117647058824 -0.38494525041561.6470588235294 -0.31278872020751.8823529411765 -0.25592145348322.1176470588235 -0.21116624049412.3529411764706 -0.17579409169872.5882352941176 -0.14763859657712.8235294117647 -0.12503876501643.0588235294118 -0.10673854949083.2941176470588 -0.09179089858363.5294117647059 -0.07947968962603.7647058823529 -0.06926023871334.0000000000000 -0.0607152173054
"x-label diagonal"y-label ADMBASE::kxz"Time = 0.0000000000000-6.9282032302755 0.0045230597833-6.5206618637887 0.0052789654977-6.1131204973019 0.0062156207807-5.7055791308151 0.0073916119173-5.2980377643283 0.0088905139852-4.8904963978415 0.0108347141682-4.4829550313547 0.0134089618031-4.0754136648679 0.0169021079441-3.6678722983812 0.0217839005878-3.2603309318944 0.0288498281073-2.8527895654076 0.0394883925862-2.4452481989208 0.0560838601141-2.0377068324340 0.0819728524267-1.6301654659472 0.1170704613388-1.2226240994604 0.1390020422873-0.8150827329736 0.0944667312824-0.4075413664868 -0.01231032297450.0000000000000 -0.11336927140100.4075413664868 -0.18069040136990.8150827329736 -0.17132306984021.2226240994604 -0.07329473980061.6301654659472 0.01472148264412.0377068324340 0.04775238719102.4452481989208 0.04981955944022.8527895654076 0.04247311298853.2603309318944 0.03410870927863.6678722983812 0.02699452940944.0754136648679 0.02141146074374.4829550313547 0.01712995981314.8904963978415 0.01385326881555.2980377643283 0.01132930382665.7055791308151 0.00936589162316.1131204973019 0.00782167276526.5206618637887 0.00659363232646.9282032302755 0.0056065478630
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 5.7560711348291
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 -22.7488316064761
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 0.0321526527155
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 0.1742481011393
"x-label x"y-label ADMBASE::kxz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0044828454741-3.7647058823529 -0.0048899426792-3.5294117647059 -0.0053242807995-3.2941176470588 -0.0057770839156-3.0588235294118 -0.0062293975368-2.8235294117647 -0.0066437119990-2.5882352941176 -0.0069481658503-2.3529411764706 -0.0070061195305-2.1176470588235 -0.0065574015474-1.8823529411765 -0.0051163772414-1.6470588235294 -0.0019815305942-1.4117647058824 -0.0011525795873-1.1764705882353 -0.0081295115672-0.9411764705882 -0.0174528417578-0.7058823529412 -0.0297970727113-0.4705882352941 -0.0471100526943-0.2352941176471 -0.07283144660080.0000000000000 -0.11336927140100.2352941176471 -0.18169928480080.4705882352941 -0.30701403276940.7058823529412 -0.56509008216730.9411764705882 -1.19961317788421.1764705882353 -3.35424699139731.4117647058824 -22.74883160647611.6470588235294 -11.60266032504871.8823529411765 -2.59425807606222.1176470588235 -1.06001256332352.3529411764706 -0.54827007322782.5882352941176 -0.32390341531822.8235294117647 -0.20871290771133.0588235294118 -0.14303212243053.2941176470588 -0.10264647184953.5294117647059 -0.07635481961673.7647058823529 -0.05845390097654.0000000000000 -0.0458172563225
"x-label y"y-label ADMBASE::kxz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0056358390476-3.7647058823529 0.0066118631604-3.5294117647059 0.0077872267769-3.2941176470588 0.0092021412441-3.0588235294118 0.0109004631468-2.8235294117647 0.0129246564057-2.5882352941176 0.0153041915141-2.3529411764706 0.0180313863438-2.1176470588235 0.0210142577984-1.8823529411765 0.0239898349945-1.6470588235294 0.0263763069603-1.4117647058824 0.0270499432267-1.1764705882353 0.0240851120437-0.9411764705882 0.0146530053830-0.7058823529412 -0.0044352499382-0.4705882352941 -0.0348970921247-0.2352941176471 -0.07405818626750.0000000000000 -0.11336927140100.2352941176471 -0.14176409984040.4705882352941 -0.15243831973950.7058823529412 -0.14635819911010.9411764705882 -0.12962224247781.1764705882353 -0.10880230831731.4117647058824 -0.08837015962791.6470588235294 -0.07048917943781.8823529411765 -0.05577675132492.1176470588235 -0.04406956869252.3529411764706 -0.03491116685462.5882352941176 -0.02779770971652.8235294117647 -0.02227872159333.0588235294118 -0.01798576033223.2941176470588 -0.01463044689813.5294117647059 -0.01199205248713.7647058823529 -0.00990340539774.0000000000000 -0.0082383663244
"x-label z"y-label ADMBASE::kxz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0079471570588-3.7647058823529 0.0087156676089-3.5294117647059 0.0095311919699-3.2941176470588 0.0103687173245-3.0588235294118 0.0111811910463-2.8235294117647 0.0118855202687-2.5882352941176 0.0123406282173-2.3529411764706 0.0123139823545-2.1176470588235 0.0114329675511-1.8823529411765 0.0091206718761-1.6470588235294 0.0045279749699-1.4117647058824 -0.0034928132324-1.1764705882353 -0.0162575462815-0.9411764705882 -0.0347488412507-0.7058823529412 -0.0585218955659-0.4705882352941 -0.0842257153395-0.2352941176471 -0.10508278752880.0000000000000 -0.11336927140100.2352941176471 -0.10547902906590.4705882352941 -0.08481727308260.7058823529412 -0.05907567840550.9411764705882 -0.03513292820921.1764705882353 -0.01645129203191.4117647058824 -0.00353553945551.6470588235294 0.00458307904891.8823529411765 0.00922890158372.1176470588235 0.01156357775652.3529411764706 0.01244835419792.5882352941176 0.01246868158032.8235294117647 0.01200254568203.0588235294118 0.01128559898153.2941176470588 0.01046060017443.5294117647059 0.00961146325063.7647058823529 0.00878557175504.0000000000000 0.0080080022825
"x-label diagonal"y-label ADMBASE::kyy"Time = 0.0000000000000-6.9282032302755 0.0290550437355-6.5206618637887 0.0343379054866-6.1131204973019 0.0409949111440-5.7055791308151 0.0495059829051-5.2980377643283 0.0605665220019-4.8904963978415 0.0752076274849-4.4829550313547 0.0949961687742-4.0754136648679 0.1223737106362-3.6678722983812 0.1612323245911-3.2603309318944 0.2178576624485-2.8527895654076 0.3022323163139-2.4452481989208 0.4285316059865-2.0377068324340 0.6079292405130-1.6301654659472 0.8090633075210-1.2226240994604 0.8681138121015-0.8150827329736 0.5835235613848-0.4075413664868 0.17586968595110.0000000000000 0.00000000000000.4075413664868 0.07712623601900.8150827329736 0.28940415257121.2226240994604 0.43752958028271.6301654659472 0.42892236390272.0377068324340 0.34669379560372.4452481989208 0.26307572341762.8527895654076 0.19792269545643.2603309318944 0.15053198758613.6678722983812 0.11639940678264.0754136648679 0.09157070358744.4829550313547 0.07321472656824.8904963978415 0.05940460935695.2980377643283 0.04883745204945.7055791308151 0.04062405592196.1131204973019 0.03414835081366.5206618637887 0.02897626752556.9282032302755 0.0247967817016
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 16.5319252200600
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 -16.5321783892659
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 0.1057290305036
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 0.2990000370222
"x-label x"y-label ADMBASE::kyy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kyy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0069364172893-3.7647058823529 0.0082567657027-3.5294117647059 0.0098885419389-3.2941176470588 0.0119149112063-3.0588235294118 0.0144413779269-2.8235294117647 0.0175995321269-2.5882352941176 0.0215483016518-2.3529411764706 0.0264680900460-2.1176470588235 0.0325382056233-1.8823529411765 0.0398792062247-1.6470588235294 0.0484286291730-1.4117647058824 0.0577065455502-1.1764705882353 0.0664416883964-0.9411764705882 0.0721378726546-0.7058823529412 0.0709639990106-0.4705882352941 0.0587740498942-0.2352941176471 0.03385517086510.0000000000000 0.00000000000000.2352941176471 -0.03385411339470.4705882352941 -0.05877140038150.7058823529412 -0.07096155108370.9411764705882 -0.07213759581371.1764705882353 -0.06644415775101.4117647058824 -0.05771112465491.6470588235294 -0.04843428280391.8823529411765 -0.03988505122672.1176470588235 -0.03254368149602.3529411764706 -0.02647292273342.5882352941176 -0.02155240929562.8235294117647 -0.01760294051823.0588235294118 -0.01444416273783.2941176470588 -0.01191716401893.5294117647059 -0.00989035256673.7647058823529 -0.00825821427304.0000000000000 -0.0069375716416
"x-label z"y-label ADMBASE::kyy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::kyz"Time = 0.0000000000000-6.9282032302755 0.0241325095154-6.5206618637887 0.0282813000569-6.1131204973019 0.0334363805288-5.7055791308151 0.0399201501041-5.2980377643283 0.0481851804465-4.8904963978415 0.0588779078840-4.4829550313547 0.0729379426814-4.0754136648679 0.0917531333492-3.6678722983812 0.1173956943044-3.2603309318944 0.1529479641647-2.8527895654076 0.2027937979862-2.4452481989208 0.2721195879247-2.0377068324340 0.3624121209526-1.6301654659472 0.4533607093502-1.2226240994604 0.4673062486980-0.8150827329736 0.3136368529988-0.4075413664868 0.09281407951640.0000000000000 0.00000000000000.4075413664868 0.09019038922890.8150827329736 0.29895883945471.2226240994604 0.44308221900641.6301654659472 0.43184828405592.0377068324340 0.34797613420132.4452481989208 0.26334230619752.8527895654076 0.19758193663343.2603309318944 0.14984743050223.6678722983812 0.11553749423374.0754136648679 0.09063414323934.4829550313547 0.07226531234814.8904963978415 0.05847829412185.2980377643283 0.04795406143745.7055791308151 0.03979346125626.1131204973019 0.03337436304146.5206618637887 0.02825908347736.9282032302755 0.0241345158273
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 21.5620008246736
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 -13.1895622472246
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 0.0933307873911
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 0.2581005410939
"x-label x"y-label ADMBASE::kyz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kyz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0219653214163-3.7647058823529 -0.0248512457916-3.5294117647059 -0.0282114284729-3.2941176470588 -0.0321235351150-3.0588235294118 -0.0366697733635-2.8235294117647 -0.0419282971258-2.5882352941176 -0.0479555340683-2.3529411764706 -0.0547526176442-2.1176470588235 -0.0622053931033-1.8823529411765 -0.0699840971982-1.6470588235294 -0.0773908485803-1.4117647058824 -0.0831653156459-1.1764705882353 -0.0853319723522-0.9411764705882 -0.0813319152478-0.7058823529412 -0.0688768225691-0.4705882352941 -0.0478259425610-0.2352941176471 -0.02223820047020.0000000000000 0.00000000000000.2352941176471 0.01161660753740.4705882352941 0.01094761379650.7058823529412 0.00208710444360.9411764705882 -0.00919400730961.1764705882353 -0.01889098602731.4117647058824 -0.02546079028891.6470588235294 -0.02896560050041.8823529411765 -0.03010930337702.1176470588235 -0.02967218018752.3529411764706 -0.02828969194062.5882352941176 -0.02641226629362.8235294117647 -0.02433347659873.0588235294118 -0.02223268186123.2941176470588 -0.02021244485553.5294117647059 -0.01832624152063.7647058823529 -0.01659739143104.0000000000000 -0.0150314052235
"x-label z"y-label ADMBASE::kyz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0219630522353-3.7647058823529 0.0248487901299-3.5294117647059 0.0282082569360-3.2941176470588 0.0321187260981-3.0588235294118 0.0366617847868-2.8235294117647 0.0419146510701-2.5882352941176 0.0479324109019-2.3529411764706 0.0547144043549-2.1176470588235 0.0621443532396-1.8823529411765 0.0698905799418-1.6470588235294 0.0772548701409-1.4117647058824 0.0829807749764-1.1764705882353 0.0851044380770-0.9411764705882 0.0810879745102-0.7058823529412 0.0686656907974-0.4705882352941 0.0476979744012-0.2352941176471 0.02220117229620.0000000000000 0.00000000000000.2352941176471 -0.01164135914010.4705882352941 -0.01099550149980.7058823529412 -0.00210046856550.9411764705882 0.00926778575461.1764705882353 0.01906443432261.4117647058824 0.02571301422201.6470588235294 0.02926317388951.8823529411765 0.03042142274562.1176470588235 0.02997666150122.3529411764706 0.02857321626892.5882352941176 0.02666838370282.8235294117647 0.02456031116423.0588235294118 0.02243107244923.2941176470588 0.02038465141103.5294117647059 0.01847512386843.7647058823529 0.01672592344574.0000000000000 0.0151424043160
"x-label diagonal"y-label ADMBASE::kzz"Time = 0.0000000000000-6.9282032302755 -0.0162799018472-6.5206618637887 -0.0192595802900-6.1131204973019 -0.0230158526576-5.7055791308151 -0.0278189534582-5.2980377643283 -0.0340591502283-4.8904963978415 -0.0423123623111-4.4829550313547 -0.0534478424694-4.0754136648679 -0.0688069448735-3.6678722983812 -0.0904975157889-3.2603309318944 -0.1218500037508-2.8527895654076 -0.1679640382408-2.4452481989208 -0.2355521138172-2.0377068324340 -0.3281690769836-1.6301654659472 -0.4246435327274-1.2226240994604 -0.4383451287179-0.8150827329736 -0.2835825967687-0.4075413664868 -0.08757635638590.0000000000000 0.00000000000000.4075413664868 0.00867119688440.8150827329736 -0.00350024227121.2226240994604 -0.03003906967301.6301654659472 -0.06274369716352.0377068324340 -0.07807733776392.4452481989208 -0.07632083045212.8527895654076 -0.06710515234843.2603309318944 -0.05647057890413.6678722983812 -0.04678422530144.0754136648679 -0.03865721994074.4829550313547 -0.03204955700664.8904963978415 -0.02673260960045.2980377643283 -0.02245722221955.7055791308151 -0.01900585148616.1131204973019 -0.01620263971756.5206618637887 -0.01390978721626.9282032302755 -0.0120205777223
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 8.7173631117595
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 -8.7196417893523
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 0.0630612779540
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 0.1823930919365
"x-label x"y-label ADMBASE::kzz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kzz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000000000000-3.7647058823529 -0.0000000000000-3.5294117647059 -0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 -0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 -0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 -0.0000000000000-1.4117647058824 -0.0000000000000-1.1764705882353 -0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 -0.0000000000000-0.4705882352941 -0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 -0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 -0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 -0.00000000000002.3529411764706 -0.00000000000002.5882352941176 -0.00000000000002.8235294117647 0.00000000000003.0588235294118 -0.00000000000003.2941176470588 -0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::kzz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0069357007059-3.7647058823529 -0.0082559498151-3.5294117647059 -0.0098874302662-3.2941176470588 -0.0119131274982-3.0588235294118 -0.0144382318465-2.8235294117647 -0.0175938041529-2.5882352941176 -0.0215379115066-2.3529411764706 -0.0264496172711-2.1176470588235 -0.0325062770792-1.8823529411765 -0.0398259170618-1.6470588235294 -0.0483435383704-1.4117647058824 -0.0575784969224-1.1764705882353 -0.0662645243042-0.9411764705882 -0.0719215078265-0.7058823529412 -0.0707464693064-0.4705882352941 -0.0586167878184-0.2352941176471 -0.03379879961510.0000000000000 0.00000000000000.2352941176471 0.03392624663690.4705882352941 0.05902848173600.7058823529412 0.07141593122800.9411764705882 0.07271647284391.1764705882353 0.06705421727271.4117647058824 0.05828283223661.6470588235294 0.04893186453661.8823529411765 0.04029850805262.1176470588235 0.03287762874322.3529411764706 0.02673823907742.5882352941176 0.02176140110152.8235294117647 0.01776703360823.0588235294118 0.01457305343833.2941176470588 0.01201869620763.5294117647059 0.00997070177033.7647058823529 0.00832216678764.0000000000000 0.0069888019920
"x-label diagonal"y-label ADMCONSTRAINTS::momx"Time = 0.0000000000000-6.9282032302755 0.0000022124605-6.5206618637887 0.0000022124605-6.1131204973019 0.0000035530179-5.7055791308151 0.0000057556996-5.2980377643283 0.0000094153678-4.8904963978415 0.0000155432903-4.4829550313547 0.0000257967540-4.0754136648679 0.0000425869279-3.6678722983812 0.0000680192571-3.2603309318944 0.0000969541671-2.8527895654076 0.0000855842361-2.4452481989208 -0.0001621246979-2.0377068324340 -0.0012308298656-1.6301654659472 -0.0034326979731-1.2226240994604 -0.0017598120648-0.8150827329736 0.0067395097038-0.4075413664868 0.00488569750110.0000000000000 0.00000402725250.4075413664868 -0.00410342596760.8150827329736 -0.00520487220241.2226240994604 0.00150443822271.6301654659472 0.00277507637012.0377068324340 0.00100312925052.4452481989208 0.00012539348252.8527895654076 -0.00008104128743.2603309318944 -0.00008913525653.6678722983812 -0.00006281437554.0754136648679 -0.00003968674314.4829550313547 -0.00002429913664.8904963978415 -0.00001481885325.2980377643283 -0.00000910029855.7055791308151 -0.00000565132336.1131204973019 -0.00000355320946.5206618637887 -0.00000226124026.9282032302755 -0.0000022612402
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 1.1865142243526
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 -1.1864705986904
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 0.0008672570513
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 0.0110561169075
"x-label x"y-label ADMCONSTRAINTS::momx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000001026201-3.7647058823529 0.0000001026201-3.5294117647059 0.0000001520070-3.2941176470588 0.0000002412747-3.0588235294118 0.0000004097773-2.8235294117647 0.0000007445347-2.5882352941176 0.0000014450846-2.3529411764706 0.0000029669975-2.1176470588235 0.0000061837981-1.8823529411765 0.0000110202581-1.6470588235294 0.0000063445730-1.4117647058824 0.0000012641061-1.1764705882353 -0.0000021308519-0.9411764705882 -0.0000026762591-0.7058823529412 -0.0000008489494-0.4705882352941 0.0000008910278-0.2352941176471 0.00000242479450.0000000000000 0.00000402725250.2352941176471 0.00000601401080.4705882352941 0.00000873910240.7058823529412 0.00001253190950.9411764705882 0.00001696765431.1764705882353 0.00001694638101.4117647058824 0.00000195066431.6470588235294 0.00000465849311.8823529411765 0.00000984530022.1176470588235 0.00000630178442.3529411764706 0.00000340181652.5882352941176 0.00000183251112.8235294117647 0.00000102511523.0588235294118 0.00000060133853.2941176470588 0.00000037027873.5294117647059 0.00000023890913.7647058823529 0.00000016107794.0000000000000 0.0000001610779
"x-label y"y-label ADMCONSTRAINTS::momx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0002689617498-3.7647058823529 -0.0002689617498-3.5294117647059 -0.0003186440817-3.2941176470588 -0.0003756652017-3.0588235294118 -0.0004386352958-2.8235294117647 -0.0005036182956-2.5882352941176 -0.0005620519668-2.3529411764706 -0.0005974459441-2.1176470588235 -0.0005806138670-1.8823529411765 -0.0004640505976-1.6470588235294 -0.0001786907917-1.4117647058824 0.0003574592029-1.1764705882353 0.0011989044692-0.9411764705882 0.0022750082117-0.7058823529412 0.0032463689981-0.4705882352941 0.0034629496417-0.2352941176471 0.00232141909860.0000000000000 0.00000402725250.2352941176471 -0.00231348126350.4705882352941 -0.00345578757240.7058823529412 -0.00324090557190.9411764705882 -0.00227151858931.1764705882353 -0.00119693048301.4117647058824 -0.00035634579901.6470588235294 0.00017942117111.8823529411765 0.00046464012562.1176470588235 0.00058114950372.3529411764706 0.00059794307402.5882352941176 0.00056250375342.8235294117647 0.00050401679083.0588235294118 0.00043897744083.2941176470588 0.00037595273423.5294117647059 0.00031888178523.7647058823529 0.00026915575484.0000000000000 0.0002691557548
"x-label z"y-label ADMCONSTRAINTS::momx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000043773923-3.7647058823529 -0.0000043773923-3.5294117647059 -0.0000096362375-3.2941176470588 -0.0000176966920-3.0588235294118 -0.0000297572681-2.8235294117647 -0.0000473070682-2.5882352941176 -0.0000719035998-2.3529411764706 -0.0001044466418-2.1176470588235 -0.0001433714467-1.8823529411765 -0.0001808463085-1.6470588235294 -0.0001961420782-1.4117647058824 -0.0001475439221-1.1764705882353 0.0000277290174-0.9411764705882 0.0003798210215-0.7058823529412 0.0008481595106-0.4705882352941 0.0011478481669-0.2352941176471 0.00087809014480.0000000000000 0.00000402725250.2352941176471 -0.00088216758020.4705882352941 -0.00117067251770.7058823529412 -0.00087415894120.9411764705882 -0.00039531405361.1764705882353 -0.00003119734451.4117647058824 0.00015122698551.6470588235294 0.00020215290741.8823529411765 0.00018648716742.1176470588235 0.00014768640392.3529411764706 0.00010738473242.5882352941176 0.00007374070382.8235294117647 0.00004836525463.0588235294118 0.00003030355083.2941176470588 0.00001792406113.5294117647059 0.00000967422273.7647058823529 0.00000430896814.0000000000000 0.0000043089681
"x-label diagonal"y-label ADMCONSTRAINTS::momy"Time = 0.0000000000000-6.9282032302755 -0.0000361675392-6.5206618637887 -0.0000361675392-6.1131204973019 -0.0000487571633-5.7055791308151 -0.0000666321894-5.2980377643283 -0.0000923691969-4.8904963978415 -0.0001299250744-4.4829550313547 -0.0001853703707-4.0754136648679 -0.0002679013834-3.6678722983812 -0.0003911508599-3.2603309318944 -0.0005756603159-2.8527895654076 -0.0008624114329-2.4452481989208 -0.0014080569601-2.0377068324340 -0.0029899876763-1.6301654659472 -0.0080934605112-1.2226240994604 -0.0150165145186-0.8150827329736 -0.0042655191100-0.4075413664868 0.00777712791520.0000000000000 0.00212758245130.4075413664868 -0.00186302372690.8150827329736 0.00375241146181.2226240994604 0.00639870938021.6301654659472 0.00267800925762.0377068324340 0.00079650496602.4452481989208 0.00042952786882.8527895654076 0.00035174623153.2603309318944 0.00028724956783.6678722983812 0.00022202796154.0754136648679 0.00016609764244.4829550313547 0.00012260472604.8904963978415 0.00009031473735.2980377643283 0.00006680061235.7055791308151 0.00004976794576.1131204973019 0.00003740511676.5206618637887 0.00002837869656.9282032302755 0.0000283786965
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 1.8261709268424
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 -1.0874740052552
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 0.0012801293657
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 0.0160472401401
"x-label x"y-label ADMCONSTRAINTS::momy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0006588841574-3.7647058823529 -0.0006588841574-3.5294117647059 -0.0012749608997-3.2941176470588 -0.0025260630201-3.0588235294118 -0.0052096120961-2.8235294117647 -0.0113988752967-2.5882352941176 -0.0271258235846-2.3529411764706 -0.0727849335632-2.1176470588235 -0.2342405767084-1.8823529411765 -1.0874740052552-1.6470588235294 -0.7959607874131-1.4117647058824 0.5737827250944-1.1764705882353 1.8261709268424-0.9411764705882 0.3076401743915-0.7058823529412 0.0875903140593-0.4705882352941 0.0299306120036-0.2352941176471 0.01055000948330.0000000000000 0.00212758245130.2352941176471 -0.00375628126110.4705882352941 -0.01181039783440.7058823529412 -0.02928358378020.9411764705882 -0.07760211409961.1764705882353 -0.27642610749081.4117647058824 -0.05264612247281.6470588235294 0.08742391749001.8823529411765 0.16535885161742.1176470588235 0.04749335207012.3529411764706 0.01630305473672.5882352941176 0.00601558113052.8235294117647 0.00225457389803.0588235294118 0.00078565592643.2941176470588 0.00019306175103.5294117647059 -0.00004366527573.7647058823529 -0.00013038022604.0000000000000 -0.0001303802260
"x-label y"y-label ADMCONSTRAINTS::momy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000270234730-3.7647058823529 0.0000270234730-3.5294117647059 0.0000317134356-3.2941176470588 0.0000364443176-3.0588235294118 0.0000403210726-2.8235294117647 0.0000415697204-2.5882352941176 0.0000369228869-2.3529411764706 0.0000207629575-2.1176470588235 -0.0000157590002-1.8823529411765 -0.0000846757592-1.6470588235294 -0.0001975136581-1.4117647058824 -0.0003521704359-1.1764705882353 -0.0005028786176-0.9411764705882 -0.0005181196385-0.7058823529412 -0.0001821992772-0.4705882352941 0.0006358832788-0.2352941176471 0.00164754322770.0000000000000 0.00212758245130.2352941176471 0.00164644360820.4705882352941 0.00063445292400.7058823529412 -0.00018343097330.9411764705882 -0.00051910857061.1764705882353 -0.00050369893281.4117647058824 -0.00035284257221.6470588235294 -0.00019803476411.8823529411765 -0.00008505659772.1176470588235 -0.00001602522652.3529411764706 0.00002058166462.5882352941176 0.00003680058002.8235294117647 0.00004148677743.0588235294118 0.00004026383383.2941176470588 0.00003640371743.5294117647059 0.00003168361733.7647058823529 0.00002700070164.0000000000000 0.0000270007016
"x-label z"y-label ADMCONSTRAINTS::momy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000385871922-3.7647058823529 0.0000385871922-3.5294117647059 0.0000422798296-3.2941176470588 0.0000448782613-3.0588235294118 0.0000451738522-2.8235294117647 0.0000413397697-2.5882352941176 0.0000308796846-2.3529411764706 0.0000109914121-2.1176470588235 -0.0000199190132-1.8823529411765 -0.0000580674086-1.6470588235294 -0.0000850737584-1.4117647058824 -0.0000519546444-1.1764705882353 0.0001376372972-0.9411764705882 0.0006142542455-0.7058823529412 0.0014342730647-0.4705882352941 0.0023561676427-0.2352941176471 0.00275548534740.0000000000000 0.00212758245130.2352941176471 0.00081375872860.4705882352941 -0.00027625585330.7058823529412 -0.00066947202450.9411764705882 -0.00055912880281.1764705882353 -0.00030508707071.4117647058824 -0.00010492585341.6470588235294 0.00000224145501.8823529411765 0.00004160378252.1176470588235 0.00004524786552.3529411764706 0.00003479162322.5882352941176 0.00002140986452.8235294117647 0.00000972197613.0588235294118 0.00000102206783.2941176470588 -0.00000481082023.5294117647059 -0.00000835988233.7647058823529 -0.00001025804284.0000000000000 -0.0000102580428
"x-label diagonal"y-label ADMCONSTRAINTS::momz"Time = 0.0000000000000-6.9282032302755 -0.0000109988368-6.5206618637887 -0.0000109988368-6.1131204973019 -0.0000142260886-5.7055791308151 -0.0000184566833-5.2980377643283 -0.0000239124212-4.8904963978415 -0.0000306705778-4.4829550313547 -0.0000382436726-4.0754136648679 -0.0000443869744-3.6678722983812 -0.0000417609143-3.2603309318944 -0.0000086087480-2.8527895654076 0.0001167020090-2.4452481989208 0.0004968771860-2.0377068324340 0.0014616510305-1.6301654659472 0.0029797481736-1.2226240994604 0.0020237798884-0.8150827329736 -0.0031451339382-0.4075413664868 -0.00295138403250.0000000000000 -0.00154089182370.4075413664868 -0.00160799878990.8150827329736 0.00231434767111.2226240994604 0.00371133399721.6301654659472 0.00134077462402.0377068324340 0.00046791767262.4452481989208 0.00037806426982.8527895654076 0.00033051177233.2603309318944 0.00025673199093.6678722983812 0.00018634622244.0754136648679 0.00013166514214.4829550313547 0.00009252480194.8904963978415 0.00006535114735.2980377643283 0.00004662313725.7055791308151 0.00003366838836.1131204973019 0.00002462709776.5206618637887 0.00001824551216.9282032302755 0.0000182455121
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.4227708491450
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 -0.4227758618005
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.0008121046615
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.0079372349096
"x-label x"y-label ADMCONSTRAINTS::momz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000008763990-3.7647058823529 -0.0000008763990-3.5294117647059 0.0000001316881-3.2941176470588 0.0000018772906-3.0588235294118 0.0000047297222-2.8235294117647 0.0000091672731-2.5882352941176 0.0000156242579-2.3529411764706 0.0000237877677-2.1176470588235 0.0000301030233-1.8823529411765 0.0000207757151-1.6470588235294 -0.0000130334315-1.4117647058824 0.0000045380337-1.1764705882353 0.0000186906573-0.9411764705882 -0.0000091997841-0.7058823529412 -0.0000833700508-0.4705882352941 -0.0002609024188-0.2352941176471 -0.00065707301300.0000000000000 -0.00154089182370.2352941176471 -0.00358973247150.4705882352941 -0.00866344624140.7058823529412 -0.02245960923220.9411764705882 -0.06519458661621.1764705882353 -0.25730018205441.4117647058824 -0.04851335182241.6470588235294 0.08780362806071.8823529411765 0.18465486500522.1176470588235 0.06057826195512.3529411764706 0.02463114768242.5882352941176 0.01135507184012.8235294117647 0.00576136342303.0588235294118 0.00315237837613.2941176470588 0.00183274145473.5294117647059 0.00111982422253.7647058823529 0.00071316356954.0000000000000 0.0007131635695
"x-label y"y-label ADMCONSTRAINTS::momz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000397037213-3.7647058823529 -0.0000397037213-3.5294117647059 -0.0000440182788-3.2941176470588 -0.0000474972818-3.0588235294118 -0.0000490440378-2.8235294117647 -0.0000469822982-2.5882352941176 -0.0000390035577-2.3529411764706 -0.0000225032169-2.1176470588235 0.0000040004035-1.8823529411765 0.0000369504750-1.6470588235294 0.0000591346764-1.4117647058824 0.0000249697499-1.1764705882353 -0.0001538181359-0.9411764705882 -0.0005916313917-0.7058823529412 -0.0013202943147-0.4705882352941 -0.0020814125313-0.2352941176471 -0.00228557585780.0000000000000 -0.00154089182370.2352941176471 -0.00028822702470.4705882352941 0.00060653562730.7058823529412 0.00080406635170.9411764705882 0.00057411437621.1764705882353 0.00027162419051.4117647058824 0.00006217958391.6470588235294 -0.00003941771341.8823529411765 -0.00007009513902.1176470588235 -0.00006604744272.3529411764706 -0.00004974332662.5882352941176 -0.00003215435772.8235294117647 -0.00001749039223.0588235294118 -0.00000668493273.2941176470588 0.00000064908733.5294117647059 0.00000527984013.7647058823529 0.00000796674314.0000000000000 0.0000079667431
"x-label z"y-label ADMCONSTRAINTS::momz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000294714726-3.7647058823529 -0.0000294714726-3.5294117647059 -0.0000353621615-3.2941176470588 -0.0000417542452-3.0588235294118 -0.0000479409902-2.8235294117647 -0.0000524016172-2.5882352941176 -0.0000521906555-2.3529411764706 -0.0000420500657-2.1176470588235 -0.0000133985454-1.8823529411765 0.0000460006319-1.6470588235294 0.0001492949193-1.4117647058824 0.0002994610395-1.1764705882353 0.0004627769994-0.9411764705882 0.0005300110691-0.7058823529412 0.0003127203714-0.4705882352941 -0.0003168774177-0.2352941176471 -0.00113622450470.0000000000000 -0.00154089182370.2352941176471 -0.00115587738920.4705882352941 -0.00033300753190.7058823529412 0.00031338533510.9411764705882 0.00054187863881.1764705882353 0.00047561937451.4117647058824 0.00030793126851.6470588235294 0.00015287687211.8823529411765 0.00004617361872.1176470588235 -0.00001502090922.3529411764706 -0.00004434168402.5882352941176 -0.00005452373292.8235294117647 -0.00005448957573.0588235294118 -0.00004969064423.2941176470588 -0.00004316720643.5294117647059 -0.00003647875933.7647058823529 -0.00003034226114.0000000000000 -0.0000303422611
"x-label diagonal"y-label STATICCONFORMAL::psi"Time = 0.0000000000000-6.9282032302755 1.1759038459241-6.5206618637887 1.1865857110707-6.1131204973019 1.1986420565675-5.7055791308151 1.2123533514264-5.2980377643283 1.2280801535320-4.8904963978415 1.2462925779744-4.4829550313547 1.2676125877610-4.0754136648679 1.2928746682409-3.6678722983812 1.3232110478537-3.2603309318944 1.3601625181445-2.8527895654076 1.4057870172952-2.4452481989208 1.4626230700851-2.0377068324340 1.5329802875769-1.6301654659472 1.6161015722121-1.2226240994604 1.7017287492827-0.8150827329736 1.7684839934587-0.4075413664868 1.80680609129880.0000000000000 1.83333333333330.4075413664868 1.85648435026230.8150827329736 1.85223565571491.2226240994604 1.79446210745851.6301654659472 1.69936956932692.0377068324340 1.60114926135742.4452481989208 1.51690658440962.8527895654076 1.44905041275103.2603309318944 1.39503943089803.6678722983812 1.35173608143054.0754136648679 1.31654524581554.4829550313547 1.28752165195304.8904963978415 1.26324327826155.2980377643283 1.24267012472175.7055791308151 1.22503374447796.1131204973019 1.20975843278136.5206618637887 1.19640647918746.9282032302755 1.1846402375706
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 9.6717171717172
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 1.1759038459241
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 1.3506315967167
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 1.3609258434852
"x-label x"y-label STATICCONFORMAL::psi (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.3363636363636-3.7647058823529 1.3632373213379-3.5294117647059 1.3954996186117-3.2941176470588 1.4351302423816-3.0588235294118 1.4852708460134-2.8235294117647 1.5512471655329-2.5882352941176 1.6429126968695-2.3529411764706 1.7808633851013-2.1176470588235 2.0168408826945-1.8823529411765 2.5294314381271-1.6470588235294 4.6383177570093-1.4117647058824 6.9242424242424-1.1764705882353 2.8256743256743-0.9411764705882 2.2019657577679-0.7058823529412 1.9696296296296-0.4705882352941 1.8663113006397-0.2352941176471 1.82755222703980.0000000000000 1.83333333333330.2352941176471 1.88115884903430.4705882352941 1.98230277185500.7058823529412 2.17111111111110.9411764705882 2.54692454026631.1764705882353 3.50499500499501.4117647058824 9.67171717171721.6470588235294 6.25887850467291.8823529411765 3.10936454849502.1176470588235 2.35249709639952.3529411764706 2.00908133719402.5882352941176 1.81149134746262.8235294117647 1.68231292517013.0588235294118 1.59080949482653.2941176470588 1.52232726541293.5294117647059 1.46898042206973.7647058823529 1.42614089820794.0000000000000 1.3909090909091
"x-label y"y-label STATICCONFORMAL::psi (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2926028679903-3.7647058823529 1.3084491865950-3.5294117647059 1.3259505336207-3.2941176470588 1.3453458895468-3.0588235294118 1.3669114123290-2.8235294117647 1.3909626883015-2.5882352941176 1.4178531520112-2.3529411764706 1.4479644489680-2.1176470588235 1.4816811173169-1.8823529411765 1.5193364208804-1.6470588235294 1.5611080573723-1.4117647058824 1.6068333272440-1.1764705882353 1.6557111811299-0.9411764705882 1.7058865787568-0.7058823529412 1.7540155851675-0.4705882352941 1.7951220729898-0.2352941176471 1.82326627199020.0000000000000 1.83333333333330.2352941176471 1.82326627199020.4705882352941 1.79512207298980.7058823529412 1.75401558516750.9411764705882 1.70588657875681.1764705882353 1.65571118112991.4117647058824 1.60683332724401.6470588235294 1.56110805737231.8823529411765 1.51933642088042.1176470588235 1.48168111731692.3529411764706 1.44796444896802.5882352941176 1.41785315201122.8235294117647 1.39096268830153.0588235294118 1.36691141232903.2941176470588 1.34534588954683.5294117647059 1.32595053362073.7647058823529 1.30844918659504.0000000000000 1.2926028679903
"x-label z"y-label STATICCONFORMAL::psi (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.2926028679903-3.7647058823529 1.3084491865950-3.5294117647059 1.3259505336207-3.2941176470588 1.3453458895468-3.0588235294118 1.3669114123290-2.8235294117647 1.3909626883015-2.5882352941176 1.4178531520112-2.3529411764706 1.4479644489680-2.1176470588235 1.4816811173169-1.8823529411765 1.5193364208804-1.6470588235294 1.5611080573723-1.4117647058824 1.6068333272440-1.1764705882353 1.6557111811299-0.9411764705882 1.7058865787568-0.7058823529412 1.7540155851675-0.4705882352941 1.7951220729898-0.2352941176471 1.82326627199020.0000000000000 1.83333333333330.2352941176471 1.82326627199020.4705882352941 1.79512207298980.7058823529412 1.75401558516750.9411764705882 1.70588657875681.1764705882353 1.65571118112991.4117647058824 1.60683332724401.6470588235294 1.56110805737231.8823529411765 1.51933642088042.1176470588235 1.48168111731692.3529411764706 1.44796444896802.5882352941176 1.41785315201122.8235294117647 1.39096268830153.0588235294118 1.36691141232903.2941176470588 1.34534588954683.5294117647059 1.32595053362073.7647058823529 1.30844918659504.0000000000000 1.2926028679903
# $Header$ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase LocalReduce"ActiveThorns = "PUGH PUGHReduce PUGHSlab"ActiveThorns = "IOASCII IOBasic IOUtil LocalReduce"ActiveThorns = "TmunuBase ADMBase StaticConformal"ActiveThorns = "ADMConstraints ADMCoupling ADMMacros SpaceMask"ActiveThorns = "BAM_Elliptic EllBase"Cactus::cctk_itlast = 0Time::dtfac = 0.25Grid::type = "byrange"Grid::domain = "full"Grid::xmin = -4Grid::xmax = 4Grid::ymin = -4Grid::ymax = 4Grid::zmin = -4Grid::zmax = 4Driver::global_nx = 35Driver::global_ny = 35Driver::global_nz = 35# BAM requires this specific processor topology setup algorithm in PUGHPUGH::processor_topology = "automatic_old"ADMBase::initial_data = "BrBr"BAM_Elliptic::redblack_decouple = "yes"BAM_Elliptic::bam_persist = "yes"BAM_Elliptic::brbr_tolres2 = 1e-6BAM_Elliptic::brbr_maxcycles = 100BAM_Elliptic::brbr_mincycles = 3BAM_Elliptic::bhm1 = 1.5BAM_Elliptic::bhx1 = 1.5BAM_Elliptic::bhpy1 = 2.0BAM_Elliptic::bhsy1 = 0.5BAM_Elliptic::bhsz1 = -0.5BAM_Elliptic::bhm2 = 1.0BAM_Elliptic::bhx2 = -1.5BAM_Elliptic::bhpy2 = -2.0BAM_Elliptic::bhsx2 = -1.0BAM_Elliptic::bhsz2 = -1.0BAM_Elliptic::bam_bound = "bamrobin"ADMBase::metric_type = "static conformal"StaticConformal::conformal_storage = "factor+derivs+2nd derivs"ADMBase::lapse_evolution_method = "static"ADMBase::initial_lapse = "one"IO::out_dir = $parfileIO::out_fileinfo = "axis labels"IOBasic::outScalar_every = 1IOBasic::outScalar_vars = "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum"IOASCII::out1D_every = 1IOASCII::out1D_vars = "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum"
# 1D ASCII output created by CarpetIOASCII## alp d (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.9716867646742170 0 0 0 0 512 512 512 0 -57 3 3 0.9689650859843560 0 0 0 0 1024 1024 1024 0 -54 6 6 0.9667166430851380 0 0 0 0 1536 1536 1536 0 -51 9 9 0.9655180972259810 0 0 0 0 2048 2048 2048 0 -48 12 12 0.9657682239978690 0 0 0 0 2560 2560 2560 0 -45 15 15 0.9673781349970270 0 0 0 0 3072 3072 3072 0 -42 18 18 0.9698461650965440 0 0 0 0 3584 3584 3584 0 -39 21 21 0.9726156670379170 0 0 0 0 4096 4096 4096 0 -36 24 24 0.9753111912140660 0 0 0 0 4608 4608 4608 0 -33 27 27 0.9777551085813140 0 0 0 0 5120 5120 5120 0 -30 30 30 0.9798961612026850 0 0 0 0 5632 5632 5632 0 -27 33 33 0.9817444012924360 0 0 0 0 6144 6144 6144 0 -24 36 36 0.9833330626301930 0 0 0 0 6656 6656 6656 0 -21 39 39 0.984700339845530 0 0 0 0 7168 7168 7168 0 -18 42 42 0.9858819432631560 0 0 0 0 7680 7680 7680 0 -15 45 45 0.9869087027319880 0 0 0 0 8192 8192 8192 0 -12 48 48 0.9878063040474240 0 0 0 0 8704 8704 8704 0 -9 51 51 0.9885958130609720 0 0 0 0 9216 9216 9216 0 -6 54 54 0.9892944091171290 0 0 0 0 9728 9728 9728 0 -3 57 57 0.9899160990664870 0 0 0 0 10240 10240 10240 0 0 60 60 0.990472335219736####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.993058598194887
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.835437180480016
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.984095468461247
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.984138073487657
# 1D ASCII output created by CarpetIOASCII## alp x (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.9716867646742170 0 0 0 0 512 0 0 0 -57 0 0 0.9685902558312460 0 0 0 0 1024 0 0 0 -54 0 0 0.9647332702450970 0 0 0 0 1536 0 0 0 -51 0 0 0.9597964408554960 0 0 0 0 2048 0 0 0 -48 0 0 0.953252465769550 0 0 0 0 2560 0 0 0 -45 0 0 0.9441639785557370 0 0 0 0 3072 0 0 0 -42 0 0 0.9306887313797780 0 0 0 0 3584 0 0 0 -39 0 0 0.9088277892115650 0 0 0 0 4096 0 0 0 -36 0 0 0.8775717387466990 0 0 0 0 4608 0 0 0 -33 0 0 0.8479328359794580 0 0 0 0 5120 0 0 0 -30 0 0 0.8354371804800160 0 0 0 0 5632 0 0 0 -27 0 0 0.8479328359794580 0 0 0 0 6144 0 0 0 -24 0 0 0.8775717387466990 0 0 0 0 6656 0 0 0 -21 0 0 0.9088277892115650 0 0 0 0 7168 0 0 0 -18 0 0 0.9306887313797780 0 0 0 0 7680 0 0 0 -15 0 0 0.9441639785557370 0 0 0 0 8192 0 0 0 -12 0 0 0.953252465769550 0 0 0 0 8704 0 0 0 -9 0 0 0.9597964408554960 0 0 0 0 9216 0 0 0 -6 0 0 0.9647332702450970 0 0 0 0 9728 0 0 0 -3 0 0 0.9685902558312460 0 0 0 0 10240 0 0 0 0 0 0 0.9716867646742170 0 0 0 0 10752 0 0 0 3 0 0 0.9742275268812760 0 0 0 0 11264 0 0 0 6 0 0 0.9763498361740370 0 0 0 0 11776 0 0 0 9 0 0 0.9781492035869990 0 0 0 0 12288 0 0 0 12 0 0 0.9796941283498020 0 0 0 0 12800 0 0 0 15 0 0 0.9810350164424160 0 0 0 0 13312 0 0 0 18 0 0 0.9822097844414680 0 0 0 0 13824 0 0 0 21 0 0 0.9832475021052470 0 0 0 0 14336 0 0 0 24 0 0 0.9841708303735430 0 0 0 0 14848 0 0 0 27 0 0 0.9849976952479170 0 0 0 0 15360 0 0 0 30 0 0 0.9857424630876770 0 0 0 0 15872 0 0 0 33 0 0 0.9864167823876320 0 0 0 0 16384 0 0 0 36 0 0 0.9870301974688730 0 0 0 0 16896 0 0 0 39 0 0 0.9875906030696230 0 0 0 0 17408 0 0 0 42 0 0 0.9881045859643390 0 0 0 0 17920 0 0 0 45 0 0 0.9885776850624570 0 0 0 0 18432 0 0 0 48 0 0 0.9890145918140540 0 0 0 0 18944 0 0 0 51 0 0 0.9894193063165150 0 0 0 0 19456 0 0 0 54 0 0 0.9897952601404510 0 0 0 0 19968 0 0 0 57 0 0 0.9901454138685750 0 0 0 0 20480 0 0 0 60 0 0 0.990472335219736
# 1D ASCII output created by CarpetIOASCII## alp y (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.9716867646742170 0 0 0 0 10240 512 0 0 0 3 0 0.9718252984169180 0 0 0 0 10240 1024 0 0 0 6 0 0.9722289539808460 0 0 0 0 10240 1536 0 0 0 9 0 0.9728646381660750 0 0 0 0 10240 2048 0 0 0 12 0 0.9736851764570970 0 0 0 0 10240 2560 0 0 0 15 0 0.9746379675351090 0 0 0 0 10240 3072 0 0 0 18 0 0.9756725223087120 0 0 0 0 10240 3584 0 0 0 21 0 0.9767453837831140 0 0 0 0 10240 4096 0 0 0 24 0 0.9778222788783310 0 0 0 0 10240 4608 0 0 0 27 0 0.9788781793953130 0 0 0 0 10240 5120 0 0 0 30 0 0.9798961612026850 0 0 0 0 10240 5632 0 0 0 33 0 0.9808657919106910 0 0 0 0 10240 6144 0 0 0 36 0 0.9817815075960560 0 0 0 0 10240 6656 0 0 0 39 0 0.9826412053599210 0 0 0 0 10240 7168 0 0 0 42 0 0.9834451247889710 0 0 0 0 10240 7680 0 0 0 45 0 0.9841950091094930 0 0 0 0 10240 8192 0 0 0 48 0 0.9848935023139720 0 0 0 0 10240 8704 0 0 0 51 0 0.9855437305843290 0 0 0 0 10240 9216 0 0 0 54 0 0.9861490207188920 0 0 0 0 10240 9728 0 0 0 57 0 0.9867127169538830 0 0 0 0 10240 10240 0 0 0 60 0 0.987238066625416
# 1D ASCII output created by CarpetIOASCII## alp z (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.9716867646742170 0 0 0 0 10240 0 512 0 0 0 3 0.9718252984169180 0 0 0 0 10240 0 1024 0 0 0 6 0.9722289539808460 0 0 0 0 10240 0 1536 0 0 0 9 0.9728646381660750 0 0 0 0 10240 0 2048 0 0 0 12 0.9736851764570970 0 0 0 0 10240 0 2560 0 0 0 15 0.9746379675351090 0 0 0 0 10240 0 3072 0 0 0 18 0.9756725223087120 0 0 0 0 10240 0 3584 0 0 0 21 0.9767453837831140 0 0 0 0 10240 0 4096 0 0 0 24 0.9778222788783310 0 0 0 0 10240 0 4608 0 0 0 27 0.9788781793953130 0 0 0 0 10240 0 5120 0 0 0 30 0.9798961612026850 0 0 0 0 10240 0 5632 0 0 0 33 0.9808657919106910 0 0 0 0 10240 0 6144 0 0 0 36 0.9817815075960560 0 0 0 0 10240 0 6656 0 0 0 39 0.9826412053599210 0 0 0 0 10240 0 7168 0 0 0 42 0.9834451247889710 0 0 0 0 10240 0 7680 0 0 0 45 0.9841950091094930 0 0 0 0 10240 0 8192 0 0 0 48 0.9848935023139720 0 0 0 0 10240 0 8704 0 0 0 51 0.9855437305843290 0 0 0 0 10240 0 9216 0 0 0 54 0.9861490207188920 0 0 0 0 10240 0 9728 0 0 0 57 0.9867127169538830 0 0 0 0 10240 0 10240 0 0 0 60 0.987238066625416
# 1D ASCII output created by CarpetIOASCII## betax d (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## betax x (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## betax y (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## betax z (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## betay d (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## betay x (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## betay y (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## betay z (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## betaz d (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## betaz x (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## betaz y (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## betaz z (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## eps d (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 0.0395816753545219
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 2.74375408312622e-05
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 0.000711156033793938
# 1D ASCII output created by CarpetIOASCII## eps x (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 0.004411837103657110 0 0 0 0 4096 0 0 0 -36 0 0 0.01868576125658180 0 0 0 0 4608 0 0 0 -33 0 0 0.03335656122441570 0 0 0 0 5120 0 0 0 -30 0 0 0.03958167535452190 0 0 0 0 5632 0 0 0 -27 0 0 0.03241091753933430 0 0 0 0 6144 0 0 0 -24 0 0 0.01771287856933460 0 0 0 0 6656 0 0 0 -21 0 0 0.004039491614617980 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## eps y (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## eps z (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gxx d (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.17349189797070 0 0 0 0 512 512 512 0 -57 3 3 1.183533583865620 0 0 0 0 1024 1024 1024 0 -54 6 6 1.192661655832640 0 0 0 0 1536 1536 1536 0 -51 9 9 1.199380324507980 0 0 0 0 2048 2048 2048 0 -48 12 12 1.202636752262590 0 0 0 0 2560 2560 2560 0 -45 15 15 1.202600623681050 0 0 0 0 3072 3072 3072 0 -42 18 18 1.20029902526030 0 0 0 0 3584 3584 3584 0 -39 21 21 1.196826981475130 0 0 0 0 4096 4096 4096 0 -36 24 24 1.192897787609870 0 0 0 0 4608 4608 4608 0 -33 27 27 1.188821609964830 0 0 0 0 5120 5120 5120 0 -30 30 30 1.184660617333990 0 0 0 0 5632 5632 5632 0 -27 33 33 1.180373512072490 0 0 0 0 6144 6144 6144 0 -24 36 36 1.175903319348780 0 0 0 0 6656 6656 6656 0 -21 39 39 1.171216695726770 0 0 0 0 7168 7168 7168 0 -18 42 42 1.166313573942070 0 0 0 0 7680 7680 7680 0 -15 45 45 1.161222913488970 0 0 0 0 8192 8192 8192 0 -12 48 48 1.155993660899860 0 0 0 0 8704 8704 8704 0 -9 51 51 1.150685146708220 0 0 0 0 9216 9216 9216 0 -6 54 54 1.145358843686710 0 0 0 0 9728 9728 9728 0 -3 57 57 1.14007232412990 0 0 0 0 10240 10240 10240 0 0 60 60 1.13487554025373####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 686.377333038804
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 1.10197208653032
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 1.25144747615579
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 2.98987086486607
# 1D ASCII output created by CarpetIOASCII## gxx x (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.17349189797070 0 0 0 0 512 0 0 0 -57 0 0 1.184488007992780 0 0 0 0 1024 0 0 0 -54 0 0 1.197672783234840 0 0 0 0 1536 0 0 0 -51 0 0 1.21365569715540 0 0 0 0 2048 0 0 0 -48 0 0 1.23333783804410 0 0 0 0 2560 0 0 0 -45 0 0 1.258855265053630 0 0 0 0 3072 0 0 0 -42 0 0 1.296033738667720 0 0 0 0 3584 0 0 0 -39 0 0 1.356856845532450 0 0 0 0 4096 0 0 0 -36 0 0 1.449298301967650 0 0 0 0 4608 0 0 0 -33 0 0 1.540732218405660 0 0 0 0 5120 0 0 0 -30 0 0 1.587531519022710 0 0 0 0 5632 0 0 0 -27 0 0 1.563763038563550 0 0 0 0 6144 0 0 0 -24 0 0 1.489279087963170 0 0 0 0 6656 0 0 0 -21 0 0 1.41827655099820 0 0 0 0 7168 0 0 0 -18 0 0 1.379451235163110 0 0 0 0 7680 0 0 0 -15 0 0 1.365622252673680 0 0 0 0 8192 0 0 0 -12 0 0 1.366020789986640 0 0 0 0 8704 0 0 0 -9 0 0 1.374637276256760 0 0 0 0 9216 0 0 0 -6 0 0 1.389796506662940 0 0 0 0 9728 0 0 0 -3 0 0 1.412281493527650 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10752 0 0 0 3 0 0 1.487333522667530 0 0 0 0 11264 0 0 0 6 0 0 1.54591116058230 0 0 0 0 11776 0 0 0 9 0 0 1.625732296963190 0 0 0 0 12288 0 0 0 12 0 0 1.738444415434110 0 0 0 0 12800 0 0 0 15 0 0 1.908124305577920 0 0 0 0 13312 0 0 0 18 0 0 2.189344669982440 0 0 0 0 13824 0 0 0 21 0 0 2.730674981959170 0 0 0 0 14336 0 0 0 24 0 0 4.111412895939520 0 0 0 0 14848 0 0 0 27 0 0 11.46641183688960 0 0 0 0 15360 0 0 0 30 0 0 686.3773330388040 0 0 0 0 15872 0 0 0 33 0 0 11.45161347426360 0 0 0 0 16384 0 0 0 36 0 0 4.095702789882540 0 0 0 0 16896 0 0 0 39 0 0 2.713442480452870 0 0 0 0 17408 0 0 0 42 0 0 2.170461773722360 0 0 0 0 17920 0 0 0 45 0 0 1.886030206025710 0 0 0 0 18432 0 0 0 48 0 0 1.712265348198830 0 0 0 0 18944 0 0 0 51 0 0 1.595467500872210 0 0 0 0 19456 0 0 0 54 0 0 1.511689778627730 0 0 0 0 19968 0 0 0 57 0 0 1.448705801654170 0 0 0 0 20480 0 0 0 60 0 0 1.3996424084202
# 1D ASCII output created by CarpetIOASCII## gxx y (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10240 512 0 0 0 3 0 1.441458563537210 0 0 0 0 10240 1024 0 0 0 6 0 1.434235443864660 0 0 0 0 10240 1536 0 0 0 9 0 1.422952589694660 0 0 0 0 10240 2048 0 0 0 12 0 1.408532764967640 0 0 0 0 10240 2560 0 0 0 15 0 1.391883878856190 0 0 0 0 10240 3072 0 0 0 18 0 1.373858863509720 0 0 0 0 10240 3584 0 0 0 21 0 1.355272701014460 0 0 0 0 10240 4096 0 0 0 24 0 1.336791393582960 0 0 0 0 10240 4608 0 0 0 27 0 1.318872644500810 0 0 0 0 10240 5120 0 0 0 30 0 1.30179217623180 0 0 0 0 10240 5632 0 0 0 33 0 1.285696621427820 0 0 0 0 10240 6144 0 0 0 36 0 1.27064732890870 0 0 0 0 10240 6656 0 0 0 39 0 1.256650102517250 0 0 0 0 10240 7168 0 0 0 42 0 1.243675238935920 0 0 0 0 10240 7680 0 0 0 45 0 1.231671543311190 0 0 0 0 10240 8192 0 0 0 48 0 1.220576198714080 0 0 0 0 10240 8704 0 0 0 51 0 1.210321528451210 0 0 0 0 10240 9216 0 0 0 54 0 1.200839402533140 0 0 0 0 10240 9728 0 0 0 57 0 1.192063941223130 0 0 0 0 10240 10240 0 0 0 60 0 1.18393304322663
# 1D ASCII output created by CarpetIOASCII## gxx z (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10240 0 512 0 0 0 3 1.441458563537210 0 0 0 0 10240 0 1024 0 0 0 6 1.434235443864660 0 0 0 0 10240 0 1536 0 0 0 9 1.422952589694660 0 0 0 0 10240 0 2048 0 0 0 12 1.408532764967640 0 0 0 0 10240 0 2560 0 0 0 15 1.391883878856190 0 0 0 0 10240 0 3072 0 0 0 18 1.373858863509720 0 0 0 0 10240 0 3584 0 0 0 21 1.355272701014460 0 0 0 0 10240 0 4096 0 0 0 24 1.336791393582960 0 0 0 0 10240 0 4608 0 0 0 27 1.318872644500810 0 0 0 0 10240 0 5120 0 0 0 30 1.30179217623180 0 0 0 0 10240 0 5632 0 0 0 33 1.285696621427820 0 0 0 0 10240 0 6144 0 0 0 36 1.27064732890870 0 0 0 0 10240 0 6656 0 0 0 39 1.256650102517250 0 0 0 0 10240 0 7168 0 0 0 42 1.243675238935920 0 0 0 0 10240 0 7680 0 0 0 45 1.231671543311190 0 0 0 0 10240 0 8192 0 0 0 48 1.220576198714080 0 0 0 0 10240 0 8704 0 0 0 51 1.210321528451210 0 0 0 0 10240 0 9216 0 0 0 54 1.200839402533140 0 0 0 0 10240 0 9728 0 0 0 57 1.192063941223130 0 0 0 0 10240 0 10240 0 0 0 60 1.18393304322663
# 1D ASCII output created by CarpetIOASCII## gxy d (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## gxy x (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## gxy y (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## gxy z (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gxz d (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## gxz x (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## gxz y (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## gxz z (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gyy d (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.17349189797070 0 0 0 0 512 512 512 0 -57 3 3 1.183533583865620 0 0 0 0 1024 1024 1024 0 -54 6 6 1.192661655832640 0 0 0 0 1536 1536 1536 0 -51 9 9 1.199380324507980 0 0 0 0 2048 2048 2048 0 -48 12 12 1.202636752262590 0 0 0 0 2560 2560 2560 0 -45 15 15 1.202600623681050 0 0 0 0 3072 3072 3072 0 -42 18 18 1.20029902526030 0 0 0 0 3584 3584 3584 0 -39 21 21 1.196826981475130 0 0 0 0 4096 4096 4096 0 -36 24 24 1.192897787609870 0 0 0 0 4608 4608 4608 0 -33 27 27 1.188821609964830 0 0 0 0 5120 5120 5120 0 -30 30 30 1.184660617333990 0 0 0 0 5632 5632 5632 0 -27 33 33 1.180373512072490 0 0 0 0 6144 6144 6144 0 -24 36 36 1.175903319348780 0 0 0 0 6656 6656 6656 0 -21 39 39 1.171216695726770 0 0 0 0 7168 7168 7168 0 -18 42 42 1.166313573942070 0 0 0 0 7680 7680 7680 0 -15 45 45 1.161222913488970 0 0 0 0 8192 8192 8192 0 -12 48 48 1.155993660899860 0 0 0 0 8704 8704 8704 0 -9 51 51 1.150685146708220 0 0 0 0 9216 9216 9216 0 -6 54 54 1.145358843686710 0 0 0 0 9728 9728 9728 0 -3 57 57 1.14007232412990 0 0 0 0 10240 10240 10240 0 0 60 60 1.13487554025373####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 686.377333038804
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 1.10197208653032
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 1.25144747615579
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 2.98987086486607
# 1D ASCII output created by CarpetIOASCII## gyy x (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.17349189797070 0 0 0 0 512 0 0 0 -57 0 0 1.184488007992780 0 0 0 0 1024 0 0 0 -54 0 0 1.197672783234840 0 0 0 0 1536 0 0 0 -51 0 0 1.21365569715540 0 0 0 0 2048 0 0 0 -48 0 0 1.23333783804410 0 0 0 0 2560 0 0 0 -45 0 0 1.258855265053630 0 0 0 0 3072 0 0 0 -42 0 0 1.296033738667720 0 0 0 0 3584 0 0 0 -39 0 0 1.356856845532450 0 0 0 0 4096 0 0 0 -36 0 0 1.449298301967650 0 0 0 0 4608 0 0 0 -33 0 0 1.540732218405660 0 0 0 0 5120 0 0 0 -30 0 0 1.587531519022710 0 0 0 0 5632 0 0 0 -27 0 0 1.563763038563550 0 0 0 0 6144 0 0 0 -24 0 0 1.489279087963170 0 0 0 0 6656 0 0 0 -21 0 0 1.41827655099820 0 0 0 0 7168 0 0 0 -18 0 0 1.379451235163110 0 0 0 0 7680 0 0 0 -15 0 0 1.365622252673680 0 0 0 0 8192 0 0 0 -12 0 0 1.366020789986640 0 0 0 0 8704 0 0 0 -9 0 0 1.374637276256760 0 0 0 0 9216 0 0 0 -6 0 0 1.389796506662940 0 0 0 0 9728 0 0 0 -3 0 0 1.412281493527650 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10752 0 0 0 3 0 0 1.487333522667530 0 0 0 0 11264 0 0 0 6 0 0 1.54591116058230 0 0 0 0 11776 0 0 0 9 0 0 1.625732296963190 0 0 0 0 12288 0 0 0 12 0 0 1.738444415434110 0 0 0 0 12800 0 0 0 15 0 0 1.908124305577920 0 0 0 0 13312 0 0 0 18 0 0 2.189344669982440 0 0 0 0 13824 0 0 0 21 0 0 2.730674981959170 0 0 0 0 14336 0 0 0 24 0 0 4.111412895939520 0 0 0 0 14848 0 0 0 27 0 0 11.46641183688960 0 0 0 0 15360 0 0 0 30 0 0 686.3773330388040 0 0 0 0 15872 0 0 0 33 0 0 11.45161347426360 0 0 0 0 16384 0 0 0 36 0 0 4.095702789882540 0 0 0 0 16896 0 0 0 39 0 0 2.713442480452870 0 0 0 0 17408 0 0 0 42 0 0 2.170461773722360 0 0 0 0 17920 0 0 0 45 0 0 1.886030206025710 0 0 0 0 18432 0 0 0 48 0 0 1.712265348198830 0 0 0 0 18944 0 0 0 51 0 0 1.595467500872210 0 0 0 0 19456 0 0 0 54 0 0 1.511689778627730 0 0 0 0 19968 0 0 0 57 0 0 1.448705801654170 0 0 0 0 20480 0 0 0 60 0 0 1.3996424084202
# 1D ASCII output created by CarpetIOASCII## gyy y (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10240 512 0 0 0 3 0 1.441458563537210 0 0 0 0 10240 1024 0 0 0 6 0 1.434235443864660 0 0 0 0 10240 1536 0 0 0 9 0 1.422952589694660 0 0 0 0 10240 2048 0 0 0 12 0 1.408532764967640 0 0 0 0 10240 2560 0 0 0 15 0 1.391883878856190 0 0 0 0 10240 3072 0 0 0 18 0 1.373858863509720 0 0 0 0 10240 3584 0 0 0 21 0 1.355272701014460 0 0 0 0 10240 4096 0 0 0 24 0 1.336791393582960 0 0 0 0 10240 4608 0 0 0 27 0 1.318872644500810 0 0 0 0 10240 5120 0 0 0 30 0 1.30179217623180 0 0 0 0 10240 5632 0 0 0 33 0 1.285696621427820 0 0 0 0 10240 6144 0 0 0 36 0 1.27064732890870 0 0 0 0 10240 6656 0 0 0 39 0 1.256650102517250 0 0 0 0 10240 7168 0 0 0 42 0 1.243675238935920 0 0 0 0 10240 7680 0 0 0 45 0 1.231671543311190 0 0 0 0 10240 8192 0 0 0 48 0 1.220576198714080 0 0 0 0 10240 8704 0 0 0 51 0 1.210321528451210 0 0 0 0 10240 9216 0 0 0 54 0 1.200839402533140 0 0 0 0 10240 9728 0 0 0 57 0 1.192063941223130 0 0 0 0 10240 10240 0 0 0 60 0 1.18393304322663
# 1D ASCII output created by CarpetIOASCII## gyy z (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10240 0 512 0 0 0 3 1.441458563537210 0 0 0 0 10240 0 1024 0 0 0 6 1.434235443864660 0 0 0 0 10240 0 1536 0 0 0 9 1.422952589694660 0 0 0 0 10240 0 2048 0 0 0 12 1.408532764967640 0 0 0 0 10240 0 2560 0 0 0 15 1.391883878856190 0 0 0 0 10240 0 3072 0 0 0 18 1.373858863509720 0 0 0 0 10240 0 3584 0 0 0 21 1.355272701014460 0 0 0 0 10240 0 4096 0 0 0 24 1.336791393582960 0 0 0 0 10240 0 4608 0 0 0 27 1.318872644500810 0 0 0 0 10240 0 5120 0 0 0 30 1.30179217623180 0 0 0 0 10240 0 5632 0 0 0 33 1.285696621427820 0 0 0 0 10240 0 6144 0 0 0 36 1.27064732890870 0 0 0 0 10240 0 6656 0 0 0 39 1.256650102517250 0 0 0 0 10240 0 7168 0 0 0 42 1.243675238935920 0 0 0 0 10240 0 7680 0 0 0 45 1.231671543311190 0 0 0 0 10240 0 8192 0 0 0 48 1.220576198714080 0 0 0 0 10240 0 8704 0 0 0 51 1.210321528451210 0 0 0 0 10240 0 9216 0 0 0 54 1.200839402533140 0 0 0 0 10240 0 9728 0 0 0 57 1.192063941223130 0 0 0 0 10240 0 10240 0 0 0 60 1.18393304322663
# 1D ASCII output created by CarpetIOASCII## gyz d (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## gyz x (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## gyz y (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## gyz z (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gzz d (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.17349189797070 0 0 0 0 512 512 512 0 -57 3 3 1.183533583865620 0 0 0 0 1024 1024 1024 0 -54 6 6 1.192661655832640 0 0 0 0 1536 1536 1536 0 -51 9 9 1.199380324507980 0 0 0 0 2048 2048 2048 0 -48 12 12 1.202636752262590 0 0 0 0 2560 2560 2560 0 -45 15 15 1.202600623681050 0 0 0 0 3072 3072 3072 0 -42 18 18 1.20029902526030 0 0 0 0 3584 3584 3584 0 -39 21 21 1.196826981475130 0 0 0 0 4096 4096 4096 0 -36 24 24 1.192897787609870 0 0 0 0 4608 4608 4608 0 -33 27 27 1.188821609964830 0 0 0 0 5120 5120 5120 0 -30 30 30 1.184660617333990 0 0 0 0 5632 5632 5632 0 -27 33 33 1.180373512072490 0 0 0 0 6144 6144 6144 0 -24 36 36 1.175903319348780 0 0 0 0 6656 6656 6656 0 -21 39 39 1.171216695726770 0 0 0 0 7168 7168 7168 0 -18 42 42 1.166313573942070 0 0 0 0 7680 7680 7680 0 -15 45 45 1.161222913488970 0 0 0 0 8192 8192 8192 0 -12 48 48 1.155993660899860 0 0 0 0 8704 8704 8704 0 -9 51 51 1.150685146708220 0 0 0 0 9216 9216 9216 0 -6 54 54 1.145358843686710 0 0 0 0 9728 9728 9728 0 -3 57 57 1.14007232412990 0 0 0 0 10240 10240 10240 0 0 60 60 1.13487554025373####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 686.377333038804
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 1.10197208653032
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 1.25144747615579
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 2.98987086486607
# 1D ASCII output created by CarpetIOASCII## gzz x (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.17349189797070 0 0 0 0 512 0 0 0 -57 0 0 1.184488007992780 0 0 0 0 1024 0 0 0 -54 0 0 1.197672783234840 0 0 0 0 1536 0 0 0 -51 0 0 1.21365569715540 0 0 0 0 2048 0 0 0 -48 0 0 1.23333783804410 0 0 0 0 2560 0 0 0 -45 0 0 1.258855265053630 0 0 0 0 3072 0 0 0 -42 0 0 1.296033738667720 0 0 0 0 3584 0 0 0 -39 0 0 1.356856845532450 0 0 0 0 4096 0 0 0 -36 0 0 1.449298301967650 0 0 0 0 4608 0 0 0 -33 0 0 1.540732218405660 0 0 0 0 5120 0 0 0 -30 0 0 1.587531519022710 0 0 0 0 5632 0 0 0 -27 0 0 1.563763038563550 0 0 0 0 6144 0 0 0 -24 0 0 1.489279087963170 0 0 0 0 6656 0 0 0 -21 0 0 1.41827655099820 0 0 0 0 7168 0 0 0 -18 0 0 1.379451235163110 0 0 0 0 7680 0 0 0 -15 0 0 1.365622252673680 0 0 0 0 8192 0 0 0 -12 0 0 1.366020789986640 0 0 0 0 8704 0 0 0 -9 0 0 1.374637276256760 0 0 0 0 9216 0 0 0 -6 0 0 1.389796506662940 0 0 0 0 9728 0 0 0 -3 0 0 1.412281493527650 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10752 0 0 0 3 0 0 1.487333522667530 0 0 0 0 11264 0 0 0 6 0 0 1.54591116058230 0 0 0 0 11776 0 0 0 9 0 0 1.625732296963190 0 0 0 0 12288 0 0 0 12 0 0 1.738444415434110 0 0 0 0 12800 0 0 0 15 0 0 1.908124305577920 0 0 0 0 13312 0 0 0 18 0 0 2.189344669982440 0 0 0 0 13824 0 0 0 21 0 0 2.730674981959170 0 0 0 0 14336 0 0 0 24 0 0 4.111412895939520 0 0 0 0 14848 0 0 0 27 0 0 11.46641183688960 0 0 0 0 15360 0 0 0 30 0 0 686.3773330388040 0 0 0 0 15872 0 0 0 33 0 0 11.45161347426360 0 0 0 0 16384 0 0 0 36 0 0 4.095702789882540 0 0 0 0 16896 0 0 0 39 0 0 2.713442480452870 0 0 0 0 17408 0 0 0 42 0 0 2.170461773722360 0 0 0 0 17920 0 0 0 45 0 0 1.886030206025710 0 0 0 0 18432 0 0 0 48 0 0 1.712265348198830 0 0 0 0 18944 0 0 0 51 0 0 1.595467500872210 0 0 0 0 19456 0 0 0 54 0 0 1.511689778627730 0 0 0 0 19968 0 0 0 57 0 0 1.448705801654170 0 0 0 0 20480 0 0 0 60 0 0 1.3996424084202
# 1D ASCII output created by CarpetIOASCII## gzz y (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10240 512 0 0 0 3 0 1.441458563537210 0 0 0 0 10240 1024 0 0 0 6 0 1.434235443864660 0 0 0 0 10240 1536 0 0 0 9 0 1.422952589694660 0 0 0 0 10240 2048 0 0 0 12 0 1.408532764967640 0 0 0 0 10240 2560 0 0 0 15 0 1.391883878856190 0 0 0 0 10240 3072 0 0 0 18 0 1.373858863509720 0 0 0 0 10240 3584 0 0 0 21 0 1.355272701014460 0 0 0 0 10240 4096 0 0 0 24 0 1.336791393582960 0 0 0 0 10240 4608 0 0 0 27 0 1.318872644500810 0 0 0 0 10240 5120 0 0 0 30 0 1.30179217623180 0 0 0 0 10240 5632 0 0 0 33 0 1.285696621427820 0 0 0 0 10240 6144 0 0 0 36 0 1.27064732890870 0 0 0 0 10240 6656 0 0 0 39 0 1.256650102517250 0 0 0 0 10240 7168 0 0 0 42 0 1.243675238935920 0 0 0 0 10240 7680 0 0 0 45 0 1.231671543311190 0 0 0 0 10240 8192 0 0 0 48 0 1.220576198714080 0 0 0 0 10240 8704 0 0 0 51 0 1.210321528451210 0 0 0 0 10240 9216 0 0 0 54 0 1.200839402533140 0 0 0 0 10240 9728 0 0 0 57 0 1.192063941223130 0 0 0 0 10240 10240 0 0 0 60 0 1.18393304322663
# 1D ASCII output created by CarpetIOASCII## gzz z (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443965698573540 0 0 0 0 10240 0 512 0 0 0 3 1.441458563537210 0 0 0 0 10240 0 1024 0 0 0 6 1.434235443864660 0 0 0 0 10240 0 1536 0 0 0 9 1.422952589694660 0 0 0 0 10240 0 2048 0 0 0 12 1.408532764967640 0 0 0 0 10240 0 2560 0 0 0 15 1.391883878856190 0 0 0 0 10240 0 3072 0 0 0 18 1.373858863509720 0 0 0 0 10240 0 3584 0 0 0 21 1.355272701014460 0 0 0 0 10240 0 4096 0 0 0 24 1.336791393582960 0 0 0 0 10240 0 4608 0 0 0 27 1.318872644500810 0 0 0 0 10240 0 5120 0 0 0 30 1.30179217623180 0 0 0 0 10240 0 5632 0 0 0 33 1.285696621427820 0 0 0 0 10240 0 6144 0 0 0 36 1.27064732890870 0 0 0 0 10240 0 6656 0 0 0 39 1.256650102517250 0 0 0 0 10240 0 7168 0 0 0 42 1.243675238935920 0 0 0 0 10240 0 7680 0 0 0 45 1.231671543311190 0 0 0 0 10240 0 8192 0 0 0 48 1.220576198714080 0 0 0 0 10240 0 8704 0 0 0 51 1.210321528451210 0 0 0 0 10240 0 9216 0 0 0 54 1.200839402533140 0 0 0 0 10240 0 9728 0 0 0 57 1.192063941223130 0 0 0 0 10240 0 10240 0 0 0 60 1.18393304322663
# 1D ASCII output created by CarpetIOASCII## kxx d (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kxx x (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kxx y (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kxx z (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kxy d (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kxy x (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kxy y (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kxy z (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kxz d (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kxz x (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kxz y (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kxz z (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kyy d (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kyy x (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kyy y (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kyy z (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kyz d (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kyz x (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kyz y (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kyz z (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kzz d (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kzz x (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kzz y (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kzz z (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## press d (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 1.56670902387077e-05
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 5.05742904401525e-09
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 1.78035955198505e-07
# 1D ASCII output created by CarpetIOASCII## press x (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 1.94643066292056e-070 0 0 0 0 4096 0 0 0 -36 0 0 3.49157673737973e-060 0 0 0 0 4608 0 0 0 -33 0 0 1.11266017671819e-050 0 0 0 0 5120 0 0 0 -30 0 0 1.56670902387077e-050 0 0 0 0 5632 0 0 0 -27 0 0 1.05046757574152e-050 0 0 0 0 6144 0 0 0 -24 0 0 3.13746067211994e-060 0 0 0 0 6656 0 0 0 -21 0 0 1.6317492504569e-070 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## press y (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## press z (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## puncture_u d (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.01302878949906310 0 0 0 0 512 512 512 0 -57 3 3 0.0143245043745390 0 0 0 0 1024 1024 1024 0 -54 6 6 0.01542012768349070 0 0 0 0 1536 1536 1536 0 -51 9 9 0.0160099213856050 0 0 0 0 2048 2048 2048 0 -48 12 12 0.01589102291616760 0 0 0 0 2560 2560 2560 0 -45 15 15 0.01512672752955320 0 0 0 0 3072 3072 3072 0 -42 18 18 0.01396391040042390 0 0 0 0 3584 3584 3584 0 -39 21 21 0.01266245115631920 0 0 0 0 4096 4096 4096 0 -36 24 24 0.01139755668613530 0 0 0 0 4608 4608 4608 0 -33 27 27 0.01025318486487810 0 0 0 0 5120 5120 5120 0 -30 30 30 0.009253557861196210 0 0 0 0 5632 5632 5632 0 -27 33 33 0.008393145957656080 0 0 0 0 6144 6144 6144 0 -24 36 36 0.007655343473223330 0 0 0 0 6656 6656 6656 0 -21 39 39 0.007021585449482830 0 0 0 0 7168 7168 7168 0 -18 42 42 0.006474808138266070 0 0 0 0 7680 7680 7680 0 -15 45 45 0.006000384624404380 0 0 0 0 8192 8192 8192 0 -12 48 48 0.005586163542248070 0 0 0 0 8704 8704 8704 0 -9 51 51 0.005222210806076410 0 0 0 0 9216 9216 9216 0 -6 54 54 0.004900457506800950 0 0 0 0 9728 9728 9728 0 -3 57 57 0.004614348475582660 0 0 0 0 10240 10240 10240 0 0 60 60 0.0043585379182479####################
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.0808184444666426
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.00317032302816797
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.00731812180563583
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.00850277357265274
# 1D ASCII output created by CarpetIOASCII## puncture_u x (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.01302878949906310 0 0 0 0 512 0 0 0 -57 0 0 0.01450061226385550 0 0 0 0 1024 0 0 0 -54 0 0 0.01636541790942990 0 0 0 0 1536 0 0 0 -51 0 0 0.0187359298199080 0 0 0 0 2048 0 0 0 -48 0 0 0.02177861158881270 0 0 0 0 2560 0 0 0 -45 0 0 0.0259056362539640 0 0 0 0 3072 0 0 0 -42 0 0 0.03225236780488410 0 0 0 0 3584 0 0 0 -39 0 0 0.04304657077854280 0 0 0 0 4096 0 0 0 -36 0 0 0.05933042570433840 0 0 0 0 4608 0 0 0 -33 0 0 0.07443700001796410 0 0 0 0 5120 0 0 0 -30 0 0 0.08081844446664260 0 0 0 0 5632 0 0 0 -27 0 0 0.07440021037748540 0 0 0 0 6144 0 0 0 -24 0 0 0.05840286128907860 0 0 0 0 6656 0 0 0 -21 0 0 0.04227053052146430 0 0 0 0 7168 0 0 0 -18 0 0 0.03166037225241860 0 0 0 0 7680 0 0 0 -15 0 0 0.02546174947401250 0 0 0 0 8192 0 0 0 -12 0 0 0.02157235673372870 0 0 0 0 8704 0 0 0 -9 0 0 0.0186943992430740 0 0 0 0 9216 0 0 0 -6 0 0 0.01632547073026450 0 0 0 0 9728 0 0 0 -3 0 0 0.01437750875316840 0 0 0 0 10240 0 0 0 0 0 0 0.01286520631507540 0 0 0 0 10752 0 0 0 3 0 0 0.01174559872518470 0 0 0 0 11264 0 0 0 6 0 0 0.01088793198811390 0 0 0 0 11776 0 0 0 9 0 0 0.01012999167010060 0 0 0 0 12288 0 0 0 12 0 0 0.009371021224273780 0 0 0 0 12800 0 0 0 15 0 0 0.008641261919545230 0 0 0 0 13312 0 0 0 18 0 0 0.008072613147699770 0 0 0 0 13824 0 0 0 21 0 0 0.007708671156909670 0 0 0 0 14336 0 0 0 24 0 0 0.007293279544596790 0 0 0 0 14848 0 0 0 27 0 0 0.006832166217862250 0 0 0 0 15360 0 0 0 30 0 0 0.006634625008238040 0 0 0 0 15872 0 0 0 33 0 0 0.006238156822443530 0 0 0 0 16384 0 0 0 36 0 0 0.005931053893072350 0 0 0 0 16896 0 0 0 39 0 0 0.005675770448624330 0 0 0 0 17408 0 0 0 42 0 0 0.005441239700079010 0 0 0 0 17920 0 0 0 45 0 0 0.005224176984410440 0 0 0 0 18432 0 0 0 48 0 0 0.005023508943282570 0 0 0 0 18944 0 0 0 51 0 0 0.004837680188424660 0 0 0 0 19456 0 0 0 54 0 0 0.004665124755837510 0 0 0 0 19968 0 0 0 57 0 0 0.004504463871066320 0 0 0 0 20480 0 0 0 60 0 0 0.00435450651176804
# 1D ASCII output created by CarpetIOASCII## puncture_u y (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.01286520631507540 0 0 0 0 10240 512 0 0 0 3 0 0.01280263557789020 0 0 0 0 10240 1024 0 0 0 6 0 0.01263209747339980 0 0 0 0 10240 1536 0 0 0 9 0 0.0123696635156280 0 0 0 0 10240 2048 0 0 0 12 0 0.01203789817045070 0 0 0 0 10240 2560 0 0 0 15 0 0.01164177315764410 0 0 0 0 10240 3072 0 0 0 18 0 0.0111858987267040 0 0 0 0 10240 3584 0 0 0 21 0 0.01069397289989360 0 0 0 0 10240 4096 0 0 0 24 0 0.01019359084722160 0 0 0 0 10240 4608 0 0 0 27 0 0.009703261248271050 0 0 0 0 10240 5120 0 0 0 30 0 0.009232230213474530 0 0 0 0 10240 5632 0 0 0 33 0 0.008784593173219540 0 0 0 0 10240 6144 0 0 0 36 0 0.008362153382331140 0 0 0 0 10240 6656 0 0 0 39 0 0.007965561842666450 0 0 0 0 10240 7168 0 0 0 42 0 0.007594677804928030 0 0 0 0 10240 7680 0 0 0 45 0 0.007248753947871010 0 0 0 0 10240 8192 0 0 0 48 0 0.006926616312233290 0 0 0 0 10240 8704 0 0 0 51 0 0.006626837957887980 0 0 0 0 10240 9216 0 0 0 54 0 0.006347878007720250 0 0 0 0 10240 9728 0 0 0 57 0 0.006088178897671270 0 0 0 0 10240 10240 0 0 0 60 0 0.00584622722660906
# 1D ASCII output created by CarpetIOASCII## puncture_u z (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.01286520631507540 0 0 0 0 10240 0 512 0 0 0 3 0.01280263557789010 0 0 0 0 10240 0 1024 0 0 0 6 0.01263209747339980 0 0 0 0 10240 0 1536 0 0 0 9 0.0123696635156280 0 0 0 0 10240 0 2048 0 0 0 12 0.01203789817045070 0 0 0 0 10240 0 2560 0 0 0 15 0.0116417731576440 0 0 0 0 10240 0 3072 0 0 0 18 0.0111858987267040 0 0 0 0 10240 0 3584 0 0 0 21 0.01069397289989360 0 0 0 0 10240 0 4096 0 0 0 24 0.01019359084722160 0 0 0 0 10240 0 4608 0 0 0 27 0.009703261248271030 0 0 0 0 10240 0 5120 0 0 0 30 0.00923223021347450 0 0 0 0 10240 0 5632 0 0 0 33 0.008784593173219510 0 0 0 0 10240 0 6144 0 0 0 36 0.008362153382331120 0 0 0 0 10240 0 6656 0 0 0 39 0.007965561842666430 0 0 0 0 10240 0 7168 0 0 0 42 0.007594677804928010 0 0 0 0 10240 0 7680 0 0 0 45 0.007248753947870990 0 0 0 0 10240 0 8192 0 0 0 48 0.006926616312233270 0 0 0 0 10240 0 8704 0 0 0 51 0.006626837957887950 0 0 0 0 10240 0 9216 0 0 0 54 0.006347878007720220 0 0 0 0 10240 0 9728 0 0 0 57 0.006088178897671250 0 0 0 0 10240 0 10240 0 0 0 60 0.00584622722660904
# 1D ASCII output created by CarpetIOASCII## rho d (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 0.000395816753545219
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 2.74375408312621e-07
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 7.11156033793939e-06
# 1D ASCII output created by CarpetIOASCII## rho x (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 4.41183710365711e-050 0 0 0 0 4096 0 0 0 -36 0 0 0.0001868576125658180 0 0 0 0 4608 0 0 0 -33 0 0 0.0003335656122441570 0 0 0 0 5120 0 0 0 -30 0 0 0.0003958167535452190 0 0 0 0 5632 0 0 0 -27 0 0 0.0003241091753933430 0 0 0 0 6144 0 0 0 -24 0 0 0.0001771287856933460 0 0 0 0 6656 0 0 0 -21 0 0 4.03949161461798e-050 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## rho y (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## rho z (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## vel[0] d (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[0] x (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[0] y (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## vel[0] z (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## vel[1] d (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[1] x (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[1] y (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## vel[1] z (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## vel[2] d (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[2] x (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[2] y (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## vel[2] z (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## w_lorentz d (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 10 0 0 0 0 512 512 512 0 -57 3 3 10 0 0 0 0 1024 1024 1024 0 -54 6 6 10 0 0 0 0 1536 1536 1536 0 -51 9 9 10 0 0 0 0 2048 2048 2048 0 -48 12 12 10 0 0 0 0 2560 2560 2560 0 -45 15 15 10 0 0 0 0 3072 3072 3072 0 -42 18 18 10 0 0 0 0 3584 3584 3584 0 -39 21 21 10 0 0 0 0 4096 4096 4096 0 -36 24 24 10 0 0 0 0 4608 4608 4608 0 -33 27 27 10 0 0 0 0 5120 5120 5120 0 -30 30 30 10 0 0 0 0 5632 5632 5632 0 -27 33 33 10 0 0 0 0 6144 6144 6144 0 -24 36 36 10 0 0 0 0 6656 6656 6656 0 -21 39 39 10 0 0 0 0 7168 7168 7168 0 -18 42 42 10 0 0 0 0 7680 7680 7680 0 -15 45 45 10 0 0 0 0 8192 8192 8192 0 -12 48 48 10 0 0 0 0 8704 8704 8704 0 -9 51 51 10 0 0 0 0 9216 9216 9216 0 -6 54 54 10 0 0 0 0 9728 9728 9728 0 -3 57 57 10 0 0 0 0 10240 10240 10240 0 0 60 60 1####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# 1D ASCII output created by CarpetIOASCII## w_lorentz x (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 10 0 0 0 0 512 0 0 0 -57 0 0 10 0 0 0 0 1024 0 0 0 -54 0 0 10 0 0 0 0 1536 0 0 0 -51 0 0 10 0 0 0 0 2048 0 0 0 -48 0 0 10 0 0 0 0 2560 0 0 0 -45 0 0 10 0 0 0 0 3072 0 0 0 -42 0 0 10 0 0 0 0 3584 0 0 0 -39 0 0 10 0 0 0 0 4096 0 0 0 -36 0 0 10 0 0 0 0 4608 0 0 0 -33 0 0 10 0 0 0 0 5120 0 0 0 -30 0 0 10 0 0 0 0 5632 0 0 0 -27 0 0 10 0 0 0 0 6144 0 0 0 -24 0 0 10 0 0 0 0 6656 0 0 0 -21 0 0 10 0 0 0 0 7168 0 0 0 -18 0 0 10 0 0 0 0 7680 0 0 0 -15 0 0 10 0 0 0 0 8192 0 0 0 -12 0 0 10 0 0 0 0 8704 0 0 0 -9 0 0 10 0 0 0 0 9216 0 0 0 -6 0 0 10 0 0 0 0 9728 0 0 0 -3 0 0 10 0 0 0 0 10240 0 0 0 0 0 0 10 0 0 0 0 10752 0 0 0 3 0 0 10 0 0 0 0 11264 0 0 0 6 0 0 10 0 0 0 0 11776 0 0 0 9 0 0 10 0 0 0 0 12288 0 0 0 12 0 0 10 0 0 0 0 12800 0 0 0 15 0 0 10 0 0 0 0 13312 0 0 0 18 0 0 10 0 0 0 0 13824 0 0 0 21 0 0 10 0 0 0 0 14336 0 0 0 24 0 0 10 0 0 0 0 14848 0 0 0 27 0 0 10 0 0 0 0 15360 0 0 0 30 0 0 10 0 0 0 0 15872 0 0 0 33 0 0 10 0 0 0 0 16384 0 0 0 36 0 0 10 0 0 0 0 16896 0 0 0 39 0 0 10 0 0 0 0 17408 0 0 0 42 0 0 10 0 0 0 0 17920 0 0 0 45 0 0 10 0 0 0 0 18432 0 0 0 48 0 0 10 0 0 0 0 18944 0 0 0 51 0 0 10 0 0 0 0 19456 0 0 0 54 0 0 10 0 0 0 0 19968 0 0 0 57 0 0 10 0 0 0 0 20480 0 0 0 60 0 0 1
# 1D ASCII output created by CarpetIOASCII## w_lorentz y (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 10 0 0 0 0 10240 512 0 0 0 3 0 10 0 0 0 0 10240 1024 0 0 0 6 0 10 0 0 0 0 10240 1536 0 0 0 9 0 10 0 0 0 0 10240 2048 0 0 0 12 0 10 0 0 0 0 10240 2560 0 0 0 15 0 10 0 0 0 0 10240 3072 0 0 0 18 0 10 0 0 0 0 10240 3584 0 0 0 21 0 10 0 0 0 0 10240 4096 0 0 0 24 0 10 0 0 0 0 10240 4608 0 0 0 27 0 10 0 0 0 0 10240 5120 0 0 0 30 0 10 0 0 0 0 10240 5632 0 0 0 33 0 10 0 0 0 0 10240 6144 0 0 0 36 0 10 0 0 0 0 10240 6656 0 0 0 39 0 10 0 0 0 0 10240 7168 0 0 0 42 0 10 0 0 0 0 10240 7680 0 0 0 45 0 10 0 0 0 0 10240 8192 0 0 0 48 0 10 0 0 0 0 10240 8704 0 0 0 51 0 10 0 0 0 0 10240 9216 0 0 0 54 0 10 0 0 0 0 10240 9728 0 0 0 57 0 10 0 0 0 0 10240 10240 0 0 0 60 0 1
# 1D ASCII output created by CarpetIOASCII## w_lorentz z (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 10 0 0 0 0 10240 0 512 0 0 0 3 10 0 0 0 0 10240 0 1024 0 0 0 6 10 0 0 0 0 10240 0 1536 0 0 0 9 10 0 0 0 0 10240 0 2048 0 0 0 12 10 0 0 0 0 10240 0 2560 0 0 0 15 10 0 0 0 0 10240 0 3072 0 0 0 18 10 0 0 0 0 10240 0 3584 0 0 0 21 10 0 0 0 0 10240 0 4096 0 0 0 24 10 0 0 0 0 10240 0 4608 0 0 0 27 10 0 0 0 0 10240 0 5120 0 0 0 30 10 0 0 0 0 10240 0 5632 0 0 0 33 10 0 0 0 0 10240 0 6144 0 0 0 36 10 0 0 0 0 10240 0 6656 0 0 0 39 10 0 0 0 0 10240 0 7168 0 0 0 42 10 0 0 0 0 10240 0 7680 0 0 0 45 10 0 0 0 0 10240 0 8192 0 0 0 48 10 0 0 0 0 10240 0 8704 0 0 0 51 10 0 0 0 0 10240 0 9216 0 0 0 54 10 0 0 0 0 10240 0 9728 0 0 0 57 10 0 0 0 0 10240 0 10240 0 0 0 60 1
ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase LocalReduce"ActiveThorns = "Loopcontrol InitBase Carpet CarpetLib CarpetInterp CarpetReduce CarpetSlab CarpetIOASCII CarpetIOBasic IOUtil CarpetIOScalar CarpetIOHDF5"ActiveThorns = "ADMBase"ActiveThorns = "StaticConformal"ActiveThorns = "ADMCoupling ADMMacros"ActiveThorns = "TmunuBase Constants SpaceMask HydroBase"ActiveThorns = "TOVSolver eos_omni"ActiveThorns = "TwoPunctures"ActiveThorns = "coordgauge boundary"Carpet::init_each_timelevel = "no"InitBase::initial_data_setup_method = "init_all_levels"Cactus::cctk_itlast = 0Time::dtfac = 0.25CoordBase::domainsize = minmaxdriver::ghost_size = 3Carpet::domain_from_coordbase = "yes"CoordBase::xmin = -60.0CoordBase::ymin = 0.0CoordBase::zmin = 0.0CoordBase::xmax = 60.0CoordBase::ymax = 60.0CoordBase::zmax = 60.0CoordBase::dx = 3.0CoordBase::dy = 3.0CoordBase::dz = 3.0CartGrid3D::type = "coordbase"CartGrid3D::domain = "full"CartGrid3D::avoid_origin = "no"ADMBase::initial_data = "twopunctures"ADMBase::initial_lapse = "tov"ADMBase::initial_shift = "tov"TwoPunctures::keep_u_around = yesTwoPunctures::schedule_in_ADMBase_InitialData = noTwoPunctures::npoints_A = 20TwoPunctures::npoints_B = 20TwoPunctures::npoints_phi = 4TwoPunctures::Newton_tol = 1.e-10TwoPunctures::grid_setup_method = "evaluation"TwoPunctures::TP_Extend_Radius = 1.14TwoPunctures::par_b = 30TwoPunctures::par_m_plus = 5.0TwoPunctures::par_m_minus = 0.0TwoPunctures::Newton_maxit = 100TwoPunctures::use_sources = 1TwoPunctures::do_residuum_debug_output = "no"TwoPunctures::do_initial_debug_output = "no"TwoPunctures::rescale_sources = "yes"TwoPunctures::TP_Tiny = 1.e-10SpaceMask::use_mask = yesTOVSolver::TOV_Enforce_Interpolation = "yes"TOVSolver::TOV_Num_Radial = 1000000TOVSolver::TOV_dr[0] = 5.e-5TOVSolver::TOV_Position_x[0] = -30TOVSolver::TOV_Rho_Central[0] = 5.e-4TOVSolver::TOV_Gamma = 2.0TOVSolver::TOV_K = 100.0IO::out_dir = $parfileIO::out_fileinfo= "axis labels"Carpet::max_refinement_levels = 10carpet::enable_all_storage = noCarpet::prolongation_order_space = 3Carpet::prolongation_order_time = 2Carpet::convergence_level = 0Carpet::init_3_timelevels = noCarpetIOScalar::outScalar_reductions = "minimum maximum norm1 norm2"IOScalar::outScalar_every = 512IOScalar::outScalar_vars = "admbase::metric admbase::curv TwoPunctures::puncture_u HydroBase::w_lorentz hydrobase::rho hydrobase::press hydrobase::eps HydroBase::vel admbase::lapse admbase::shift"IOASCII::out1D_every = 512IOASCII::out1D_vars = "admbase::metric admbase::curv TwoPunctures::puncture_u HydroBase::w_lorentz hydrobase::rho hydrobase::press hydrobase::eps HydroBase::vel admbase::lapse admbase::shift"admbase::metric_type = "physical"boundary::radpower = 2admmacros::spatial_order = 4
# 1D ASCII output created by CarpetIOASCII## alp d (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.9716867646742170 0 0 0 0 512 512 512 0 -57 3 3 0.9689650859843560 0 0 0 0 1024 1024 1024 0 -54 6 6 0.9667166430851380 0 0 0 0 1536 1536 1536 0 -51 9 9 0.9655180972259810 0 0 0 0 2048 2048 2048 0 -48 12 12 0.9657682239978690 0 0 0 0 2560 2560 2560 0 -45 15 15 0.9673781349970270 0 0 0 0 3072 3072 3072 0 -42 18 18 0.9698461650965440 0 0 0 0 3584 3584 3584 0 -39 21 21 0.9726156670379170 0 0 0 0 4096 4096 4096 0 -36 24 24 0.9753111912140660 0 0 0 0 4608 4608 4608 0 -33 27 27 0.9777551085813140 0 0 0 0 5120 5120 5120 0 -30 30 30 0.9798961612026850 0 0 0 0 5632 5632 5632 0 -27 33 33 0.9817444012924360 0 0 0 0 6144 6144 6144 0 -24 36 36 0.9833330626301930 0 0 0 0 6656 6656 6656 0 -21 39 39 0.984700339845530 0 0 0 0 7168 7168 7168 0 -18 42 42 0.9858819432631560 0 0 0 0 7680 7680 7680 0 -15 45 45 0.9869087027319880 0 0 0 0 8192 8192 8192 0 -12 48 48 0.9878063040474240 0 0 0 0 8704 8704 8704 0 -9 51 51 0.9885958130609720 0 0 0 0 9216 9216 9216 0 -6 54 54 0.9892944091171290 0 0 0 0 9728 9728 9728 0 -3 57 57 0.9899160990664870 0 0 0 0 10240 10240 10240 0 0 60 60 0.990472335219736####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.993058598194887
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.835437180480016
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.984095468461247
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::alp (alp)# 1:iteration 2:time 3:data0 0 0.984138073487657
# 1D ASCII output created by CarpetIOASCII## alp x (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.9716867646742170 0 0 0 0 512 0 0 0 -57 0 0 0.9685902558312460 0 0 0 0 1024 0 0 0 -54 0 0 0.9647332702450970 0 0 0 0 1536 0 0 0 -51 0 0 0.9597964408554960 0 0 0 0 2048 0 0 0 -48 0 0 0.953252465769550 0 0 0 0 2560 0 0 0 -45 0 0 0.9441639785557370 0 0 0 0 3072 0 0 0 -42 0 0 0.9306887313797780 0 0 0 0 3584 0 0 0 -39 0 0 0.9088277892115650 0 0 0 0 4096 0 0 0 -36 0 0 0.8775717387466990 0 0 0 0 4608 0 0 0 -33 0 0 0.8479328359794580 0 0 0 0 5120 0 0 0 -30 0 0 0.8354371804800160 0 0 0 0 5632 0 0 0 -27 0 0 0.8479328359794580 0 0 0 0 6144 0 0 0 -24 0 0 0.8775717387466990 0 0 0 0 6656 0 0 0 -21 0 0 0.9088277892115650 0 0 0 0 7168 0 0 0 -18 0 0 0.9306887313797780 0 0 0 0 7680 0 0 0 -15 0 0 0.9441639785557370 0 0 0 0 8192 0 0 0 -12 0 0 0.953252465769550 0 0 0 0 8704 0 0 0 -9 0 0 0.9597964408554960 0 0 0 0 9216 0 0 0 -6 0 0 0.9647332702450970 0 0 0 0 9728 0 0 0 -3 0 0 0.9685902558312460 0 0 0 0 10240 0 0 0 0 0 0 0.9716867646742170 0 0 0 0 10752 0 0 0 3 0 0 0.9742275268812760 0 0 0 0 11264 0 0 0 6 0 0 0.9763498361740370 0 0 0 0 11776 0 0 0 9 0 0 0.9781492035869990 0 0 0 0 12288 0 0 0 12 0 0 0.9796941283498020 0 0 0 0 12800 0 0 0 15 0 0 0.9810350164424160 0 0 0 0 13312 0 0 0 18 0 0 0.9822097844414680 0 0 0 0 13824 0 0 0 21 0 0 0.9832475021052470 0 0 0 0 14336 0 0 0 24 0 0 0.9841708303735430 0 0 0 0 14848 0 0 0 27 0 0 0.9849976952479170 0 0 0 0 15360 0 0 0 30 0 0 0.9857424630876770 0 0 0 0 15872 0 0 0 33 0 0 0.9864167823876320 0 0 0 0 16384 0 0 0 36 0 0 0.9870301974688730 0 0 0 0 16896 0 0 0 39 0 0 0.9875906030696230 0 0 0 0 17408 0 0 0 42 0 0 0.9881045859643390 0 0 0 0 17920 0 0 0 45 0 0 0.9885776850624570 0 0 0 0 18432 0 0 0 48 0 0 0.9890145918140540 0 0 0 0 18944 0 0 0 51 0 0 0.9894193063165150 0 0 0 0 19456 0 0 0 54 0 0 0.9897952601404510 0 0 0 0 19968 0 0 0 57 0 0 0.9901454138685750 0 0 0 0 20480 0 0 0 60 0 0 0.990472335219736
# 1D ASCII output created by CarpetIOASCII## alp y (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.9716867646742170 0 0 0 0 10240 512 0 0 0 3 0 0.9718252984169180 0 0 0 0 10240 1024 0 0 0 6 0 0.9722289539808460 0 0 0 0 10240 1536 0 0 0 9 0 0.9728646381660750 0 0 0 0 10240 2048 0 0 0 12 0 0.9736851764570970 0 0 0 0 10240 2560 0 0 0 15 0 0.9746379675351090 0 0 0 0 10240 3072 0 0 0 18 0 0.9756725223087120 0 0 0 0 10240 3584 0 0 0 21 0 0.9767453837831140 0 0 0 0 10240 4096 0 0 0 24 0 0.9778222788783310 0 0 0 0 10240 4608 0 0 0 27 0 0.9788781793953130 0 0 0 0 10240 5120 0 0 0 30 0 0.9798961612026850 0 0 0 0 10240 5632 0 0 0 33 0 0.9808657919106910 0 0 0 0 10240 6144 0 0 0 36 0 0.9817815075960560 0 0 0 0 10240 6656 0 0 0 39 0 0.9826412053599210 0 0 0 0 10240 7168 0 0 0 42 0 0.9834451247889710 0 0 0 0 10240 7680 0 0 0 45 0 0.9841950091094930 0 0 0 0 10240 8192 0 0 0 48 0 0.9848935023139720 0 0 0 0 10240 8704 0 0 0 51 0 0.9855437305843290 0 0 0 0 10240 9216 0 0 0 54 0 0.9861490207188920 0 0 0 0 10240 9728 0 0 0 57 0 0.9867127169538830 0 0 0 0 10240 10240 0 0 0 60 0 0.987238066625416
# 1D ASCII output created by CarpetIOASCII## alp z (alp)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.9716867646742170 0 0 0 0 10240 0 512 0 0 0 3 0.9718252984169180 0 0 0 0 10240 0 1024 0 0 0 6 0.9722289539808460 0 0 0 0 10240 0 1536 0 0 0 9 0.9728646381660750 0 0 0 0 10240 0 2048 0 0 0 12 0.9736851764570970 0 0 0 0 10240 0 2560 0 0 0 15 0.9746379675351090 0 0 0 0 10240 0 3072 0 0 0 18 0.9756725223087120 0 0 0 0 10240 0 3584 0 0 0 21 0.9767453837831140 0 0 0 0 10240 0 4096 0 0 0 24 0.9778222788783310 0 0 0 0 10240 0 4608 0 0 0 27 0.9788781793953130 0 0 0 0 10240 0 5120 0 0 0 30 0.9798961612026850 0 0 0 0 10240 0 5632 0 0 0 33 0.9808657919106910 0 0 0 0 10240 0 6144 0 0 0 36 0.9817815075960560 0 0 0 0 10240 0 6656 0 0 0 39 0.9826412053599210 0 0 0 0 10240 0 7168 0 0 0 42 0.9834451247889710 0 0 0 0 10240 0 7680 0 0 0 45 0.9841950091094930 0 0 0 0 10240 0 8192 0 0 0 48 0.9848935023139720 0 0 0 0 10240 0 8704 0 0 0 51 0.9855437305843290 0 0 0 0 10240 0 9216 0 0 0 54 0.9861490207188920 0 0 0 0 10240 0 9728 0 0 0 57 0.9867127169538830 0 0 0 0 10240 0 10240 0 0 0 60 0.987238066625416
# 1D ASCII output created by CarpetIOASCII## betax d (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betax (betax)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## betax x (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## betax y (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## betax z (betax)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## betay d (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betay (betay)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## betay x (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## betay y (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## betay z (betay)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## betaz d (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::betaz (betaz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## betaz x (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## betaz y (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## betaz z (betaz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## eps d (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 0.0395773053415419
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 2.74350886431042e-05
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::eps (eps)# 1:iteration 2:time 3:data0 0 0.000711052473401356
# 1D ASCII output created by CarpetIOASCII## eps x (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 0.004410477425040470 0 0 0 0 4096 0 0 0 -36 0 0 0.01868635944021290 0 0 0 0 4608 0 0 0 -33 0 0 0.03336995624482650 0 0 0 0 5120 0 0 0 -30 0 0 0.03957730534154190 0 0 0 0 5632 0 0 0 -27 0 0 0.03240633852706140 0 0 0 0 6144 0 0 0 -24 0 0 0.01771421210054510 0 0 0 0 6656 0 0 0 -21 0 0 0.004039209393397770 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## eps y (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## eps z (eps)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gxx d (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.173403425149370 0 0 0 0 512 512 512 0 -57 3 3 1.183520153778820 0 0 0 0 1024 1024 1024 0 -54 6 6 1.192662901009260 0 0 0 0 1536 1536 1536 0 -51 9 9 1.199386580908410 0 0 0 0 2048 2048 2048 0 -48 12 12 1.20263334434450 0 0 0 0 2560 2560 2560 0 -45 15 15 1.202581895299040 0 0 0 0 3072 3072 3072 0 -42 18 18 1.200304316041690 0 0 0 0 3584 3584 3584 0 -39 21 21 1.19683180495080 0 0 0 0 4096 4096 4096 0 -36 24 24 1.19289778914030 0 0 0 0 4608 4608 4608 0 -33 27 27 1.188815209220470 0 0 0 0 5120 5120 5120 0 -30 30 30 1.184670638445990 0 0 0 0 5632 5632 5632 0 -27 33 33 1.180375032904250 0 0 0 0 6144 6144 6144 0 -24 36 36 1.175902631904880 0 0 0 0 6656 6656 6656 0 -21 39 39 1.171200047484090 0 0 0 0 7168 7168 7168 0 -18 42 42 1.166320490329810 0 0 0 0 7680 7680 7680 0 -15 45 45 1.161223921262540 0 0 0 0 8192 8192 8192 0 -12 48 48 1.15599494316070 0 0 0 0 8704 8704 8704 0 -9 51 51 1.150685437786110 0 0 0 0 9216 9216 9216 0 -6 54 54 1.14535675231340 0 0 0 0 9728 9728 9728 0 -3 57 57 1.140070211338720 0 0 0 0 10240 10240 10240 0 0 60 60 1.13487745782187####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 686.366862226809
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 1.10197490519566
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 1.25144733968352
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxx (gxx)# 1:iteration 2:time 3:data0 0 2.98983328740263
# 1D ASCII output created by CarpetIOASCII## gxx x (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.173403425149370 0 0 0 0 512 0 0 0 -57 0 0 1.184475264939910 0 0 0 0 1024 0 0 0 -54 0 0 1.197671844537470 0 0 0 0 1536 0 0 0 -51 0 0 1.213717536845950 0 0 0 0 2048 0 0 0 -48 0 0 1.233395876815810 0 0 0 0 2560 0 0 0 -45 0 0 1.258827868868010 0 0 0 0 3072 0 0 0 -42 0 0 1.295859010490650 0 0 0 0 3584 0 0 0 -39 0 0 1.357066896424130 0 0 0 0 4096 0 0 0 -36 0 0 1.44927467895760 0 0 0 0 4608 0 0 0 -33 0 0 1.540412971153610 0 0 0 0 5120 0 0 0 -30 0 0 1.58762249884020 0 0 0 0 5632 0 0 0 -27 0 0 1.563876982544150 0 0 0 0 6144 0 0 0 -24 0 0 1.489222054539860 0 0 0 0 6656 0 0 0 -21 0 0 1.418326297251170 0 0 0 0 7168 0 0 0 -18 0 0 1.379175692557640 0 0 0 0 7680 0 0 0 -15 0 0 1.36546891988560 0 0 0 0 8192 0 0 0 -12 0 0 1.36607558306980 0 0 0 0 8704 0 0 0 -9 0 0 1.374877920346440 0 0 0 0 9216 0 0 0 -6 0 0 1.389796852449170 0 0 0 0 9728 0 0 0 -3 0 0 1.412275338820040 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10752 0 0 0 3 0 0 1.487302468876660 0 0 0 0 11264 0 0 0 6 0 0 1.545927448780010 0 0 0 0 11776 0 0 0 9 0 0 1.626205980489450 0 0 0 0 12288 0 0 0 12 0 0 1.738451668444760 0 0 0 0 12800 0 0 0 15 0 0 1.908099341894920 0 0 0 0 13312 0 0 0 18 0 0 2.189215545310530 0 0 0 0 13824 0 0 0 21 0 0 2.730698160369640 0 0 0 0 14336 0 0 0 24 0 0 4.111428034394090 0 0 0 0 14848 0 0 0 27 0 0 11.46635734927730 0 0 0 0 15360 0 0 0 30 0 0 686.3668622268090 0 0 0 0 15872 0 0 0 33 0 0 11.45159251459620 0 0 0 0 16384 0 0 0 36 0 0 4.095719891722960 0 0 0 0 16896 0 0 0 39 0 0 2.713444304829640 0 0 0 0 17408 0 0 0 42 0 0 2.170462844226450 0 0 0 0 17920 0 0 0 45 0 0 1.886030316132180 0 0 0 0 18432 0 0 0 48 0 0 1.71226552831490 0 0 0 0 18944 0 0 0 51 0 0 1.595467316120920 0 0 0 0 19456 0 0 0 54 0 0 1.511689920054070 0 0 0 0 19968 0 0 0 57 0 0 1.448706000409290 0 0 0 0 20480 0 0 0 60 0 0 1.39964308195822
# 1D ASCII output created by CarpetIOASCII## gxx y (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10240 512 0 0 0 3 0 1.441200831848730 0 0 0 0 10240 1024 0 0 0 6 0 1.433965334037790 0 0 0 0 10240 1536 0 0 0 9 0 1.422650750644510 0 0 0 0 10240 2048 0 0 0 12 0 1.408533775332370 0 0 0 0 10240 2560 0 0 0 15 0 1.391951481737540 0 0 0 0 10240 3072 0 0 0 18 0 1.373867241695290 0 0 0 0 10240 3584 0 0 0 21 0 1.355249397219540 0 0 0 0 10240 4096 0 0 0 24 0 1.336730058817130 0 0 0 0 10240 4608 0 0 0 27 0 1.318913050058420 0 0 0 0 10240 5120 0 0 0 30 0 1.30188065831350 0 0 0 0 10240 5632 0 0 0 33 0 1.285661673232130 0 0 0 0 10240 6144 0 0 0 36 0 1.270670336814160 0 0 0 0 10240 6656 0 0 0 39 0 1.256714233167810 0 0 0 0 10240 7168 0 0 0 42 0 1.243644606185670 0 0 0 0 10240 7680 0 0 0 45 0 1.231660710376580 0 0 0 0 10240 8192 0 0 0 48 0 1.220592324265350 0 0 0 0 10240 8704 0 0 0 51 0 1.210360206631830 0 0 0 0 10240 9216 0 0 0 54 0 1.200807904993710 0 0 0 0 10240 9728 0 0 0 57 0 1.192054845662780 0 0 0 0 10240 10240 0 0 0 60 0 1.18392608737795
# 1D ASCII output created by CarpetIOASCII## gxx z (gxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10240 0 512 0 0 0 3 1.441200831848730 0 0 0 0 10240 0 1024 0 0 0 6 1.433965334037790 0 0 0 0 10240 0 1536 0 0 0 9 1.422650750644510 0 0 0 0 10240 0 2048 0 0 0 12 1.408533775332360 0 0 0 0 10240 0 2560 0 0 0 15 1.391951481737540 0 0 0 0 10240 0 3072 0 0 0 18 1.373867241695290 0 0 0 0 10240 0 3584 0 0 0 21 1.355249397219540 0 0 0 0 10240 0 4096 0 0 0 24 1.336730058817130 0 0 0 0 10240 0 4608 0 0 0 27 1.318913050058420 0 0 0 0 10240 0 5120 0 0 0 30 1.30188065831350 0 0 0 0 10240 0 5632 0 0 0 33 1.285661673232130 0 0 0 0 10240 0 6144 0 0 0 36 1.270670336814160 0 0 0 0 10240 0 6656 0 0 0 39 1.256714233167810 0 0 0 0 10240 0 7168 0 0 0 42 1.243644606185670 0 0 0 0 10240 0 7680 0 0 0 45 1.231660710376580 0 0 0 0 10240 0 8192 0 0 0 48 1.220592324265350 0 0 0 0 10240 0 8704 0 0 0 51 1.210360206631830 0 0 0 0 10240 0 9216 0 0 0 54 1.200807904993710 0 0 0 0 10240 0 9728 0 0 0 57 1.192054845662780 0 0 0 0 10240 0 10240 0 0 0 60 1.18392608737795
# 1D ASCII output created by CarpetIOASCII## gxy d (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxy (gxy)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## gxy x (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## gxy y (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## gxy z (gxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gxz d (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gxz (gxz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## gxz x (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## gxz y (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## gxz z (gxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gyy d (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.173403425149370 0 0 0 0 512 512 512 0 -57 3 3 1.183520153778820 0 0 0 0 1024 1024 1024 0 -54 6 6 1.192662901009260 0 0 0 0 1536 1536 1536 0 -51 9 9 1.199386580908410 0 0 0 0 2048 2048 2048 0 -48 12 12 1.20263334434450 0 0 0 0 2560 2560 2560 0 -45 15 15 1.202581895299040 0 0 0 0 3072 3072 3072 0 -42 18 18 1.200304316041690 0 0 0 0 3584 3584 3584 0 -39 21 21 1.19683180495080 0 0 0 0 4096 4096 4096 0 -36 24 24 1.19289778914030 0 0 0 0 4608 4608 4608 0 -33 27 27 1.188815209220470 0 0 0 0 5120 5120 5120 0 -30 30 30 1.184670638445990 0 0 0 0 5632 5632 5632 0 -27 33 33 1.180375032904250 0 0 0 0 6144 6144 6144 0 -24 36 36 1.175902631904880 0 0 0 0 6656 6656 6656 0 -21 39 39 1.171200047484090 0 0 0 0 7168 7168 7168 0 -18 42 42 1.166320490329810 0 0 0 0 7680 7680 7680 0 -15 45 45 1.161223921262540 0 0 0 0 8192 8192 8192 0 -12 48 48 1.15599494316070 0 0 0 0 8704 8704 8704 0 -9 51 51 1.150685437786110 0 0 0 0 9216 9216 9216 0 -6 54 54 1.14535675231340 0 0 0 0 9728 9728 9728 0 -3 57 57 1.140070211338720 0 0 0 0 10240 10240 10240 0 0 60 60 1.13487745782187####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 686.366862226809
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 1.10197490519566
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 1.25144733968352
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyy (gyy)# 1:iteration 2:time 3:data0 0 2.98983328740263
# 1D ASCII output created by CarpetIOASCII## gyy x (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.173403425149370 0 0 0 0 512 0 0 0 -57 0 0 1.184475264939910 0 0 0 0 1024 0 0 0 -54 0 0 1.197671844537470 0 0 0 0 1536 0 0 0 -51 0 0 1.213717536845950 0 0 0 0 2048 0 0 0 -48 0 0 1.233395876815810 0 0 0 0 2560 0 0 0 -45 0 0 1.258827868868010 0 0 0 0 3072 0 0 0 -42 0 0 1.295859010490650 0 0 0 0 3584 0 0 0 -39 0 0 1.357066896424130 0 0 0 0 4096 0 0 0 -36 0 0 1.44927467895760 0 0 0 0 4608 0 0 0 -33 0 0 1.540412971153610 0 0 0 0 5120 0 0 0 -30 0 0 1.58762249884020 0 0 0 0 5632 0 0 0 -27 0 0 1.563876982544150 0 0 0 0 6144 0 0 0 -24 0 0 1.489222054539860 0 0 0 0 6656 0 0 0 -21 0 0 1.418326297251170 0 0 0 0 7168 0 0 0 -18 0 0 1.379175692557640 0 0 0 0 7680 0 0 0 -15 0 0 1.36546891988560 0 0 0 0 8192 0 0 0 -12 0 0 1.36607558306980 0 0 0 0 8704 0 0 0 -9 0 0 1.374877920346440 0 0 0 0 9216 0 0 0 -6 0 0 1.389796852449170 0 0 0 0 9728 0 0 0 -3 0 0 1.412275338820040 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10752 0 0 0 3 0 0 1.487302468876660 0 0 0 0 11264 0 0 0 6 0 0 1.545927448780010 0 0 0 0 11776 0 0 0 9 0 0 1.626205980489450 0 0 0 0 12288 0 0 0 12 0 0 1.738451668444760 0 0 0 0 12800 0 0 0 15 0 0 1.908099341894920 0 0 0 0 13312 0 0 0 18 0 0 2.189215545310530 0 0 0 0 13824 0 0 0 21 0 0 2.730698160369640 0 0 0 0 14336 0 0 0 24 0 0 4.111428034394090 0 0 0 0 14848 0 0 0 27 0 0 11.46635734927730 0 0 0 0 15360 0 0 0 30 0 0 686.3668622268090 0 0 0 0 15872 0 0 0 33 0 0 11.45159251459620 0 0 0 0 16384 0 0 0 36 0 0 4.095719891722960 0 0 0 0 16896 0 0 0 39 0 0 2.713444304829640 0 0 0 0 17408 0 0 0 42 0 0 2.170462844226450 0 0 0 0 17920 0 0 0 45 0 0 1.886030316132180 0 0 0 0 18432 0 0 0 48 0 0 1.71226552831490 0 0 0 0 18944 0 0 0 51 0 0 1.595467316120920 0 0 0 0 19456 0 0 0 54 0 0 1.511689920054070 0 0 0 0 19968 0 0 0 57 0 0 1.448706000409290 0 0 0 0 20480 0 0 0 60 0 0 1.39964308195822
# 1D ASCII output created by CarpetIOASCII## gyy y (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10240 512 0 0 0 3 0 1.441200831848730 0 0 0 0 10240 1024 0 0 0 6 0 1.433965334037790 0 0 0 0 10240 1536 0 0 0 9 0 1.422650750644510 0 0 0 0 10240 2048 0 0 0 12 0 1.408533775332370 0 0 0 0 10240 2560 0 0 0 15 0 1.391951481737540 0 0 0 0 10240 3072 0 0 0 18 0 1.373867241695290 0 0 0 0 10240 3584 0 0 0 21 0 1.355249397219540 0 0 0 0 10240 4096 0 0 0 24 0 1.336730058817130 0 0 0 0 10240 4608 0 0 0 27 0 1.318913050058420 0 0 0 0 10240 5120 0 0 0 30 0 1.30188065831350 0 0 0 0 10240 5632 0 0 0 33 0 1.285661673232130 0 0 0 0 10240 6144 0 0 0 36 0 1.270670336814160 0 0 0 0 10240 6656 0 0 0 39 0 1.256714233167810 0 0 0 0 10240 7168 0 0 0 42 0 1.243644606185670 0 0 0 0 10240 7680 0 0 0 45 0 1.231660710376580 0 0 0 0 10240 8192 0 0 0 48 0 1.220592324265350 0 0 0 0 10240 8704 0 0 0 51 0 1.210360206631830 0 0 0 0 10240 9216 0 0 0 54 0 1.200807904993710 0 0 0 0 10240 9728 0 0 0 57 0 1.192054845662780 0 0 0 0 10240 10240 0 0 0 60 0 1.18392608737795
# 1D ASCII output created by CarpetIOASCII## gyy z (gyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10240 0 512 0 0 0 3 1.441200831848730 0 0 0 0 10240 0 1024 0 0 0 6 1.433965334037790 0 0 0 0 10240 0 1536 0 0 0 9 1.422650750644510 0 0 0 0 10240 0 2048 0 0 0 12 1.408533775332360 0 0 0 0 10240 0 2560 0 0 0 15 1.391951481737540 0 0 0 0 10240 0 3072 0 0 0 18 1.373867241695290 0 0 0 0 10240 0 3584 0 0 0 21 1.355249397219540 0 0 0 0 10240 0 4096 0 0 0 24 1.336730058817130 0 0 0 0 10240 0 4608 0 0 0 27 1.318913050058420 0 0 0 0 10240 0 5120 0 0 0 30 1.30188065831350 0 0 0 0 10240 0 5632 0 0 0 33 1.285661673232130 0 0 0 0 10240 0 6144 0 0 0 36 1.270670336814160 0 0 0 0 10240 0 6656 0 0 0 39 1.256714233167810 0 0 0 0 10240 0 7168 0 0 0 42 1.243644606185670 0 0 0 0 10240 0 7680 0 0 0 45 1.231660710376580 0 0 0 0 10240 0 8192 0 0 0 48 1.220592324265350 0 0 0 0 10240 0 8704 0 0 0 51 1.210360206631830 0 0 0 0 10240 0 9216 0 0 0 54 1.200807904993710 0 0 0 0 10240 0 9728 0 0 0 57 1.192054845662780 0 0 0 0 10240 0 10240 0 0 0 60 1.18392608737795
# 1D ASCII output created by CarpetIOASCII## gyz d (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gyz (gyz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## gyz x (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## gyz y (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## gyz z (gyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## gzz d (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.173403425149370 0 0 0 0 512 512 512 0 -57 3 3 1.183520153778820 0 0 0 0 1024 1024 1024 0 -54 6 6 1.192662901009260 0 0 0 0 1536 1536 1536 0 -51 9 9 1.199386580908410 0 0 0 0 2048 2048 2048 0 -48 12 12 1.20263334434450 0 0 0 0 2560 2560 2560 0 -45 15 15 1.202581895299040 0 0 0 0 3072 3072 3072 0 -42 18 18 1.200304316041690 0 0 0 0 3584 3584 3584 0 -39 21 21 1.19683180495080 0 0 0 0 4096 4096 4096 0 -36 24 24 1.19289778914030 0 0 0 0 4608 4608 4608 0 -33 27 27 1.188815209220470 0 0 0 0 5120 5120 5120 0 -30 30 30 1.184670638445990 0 0 0 0 5632 5632 5632 0 -27 33 33 1.180375032904250 0 0 0 0 6144 6144 6144 0 -24 36 36 1.175902631904880 0 0 0 0 6656 6656 6656 0 -21 39 39 1.171200047484090 0 0 0 0 7168 7168 7168 0 -18 42 42 1.166320490329810 0 0 0 0 7680 7680 7680 0 -15 45 45 1.161223921262540 0 0 0 0 8192 8192 8192 0 -12 48 48 1.15599494316070 0 0 0 0 8704 8704 8704 0 -9 51 51 1.150685437786110 0 0 0 0 9216 9216 9216 0 -6 54 54 1.14535675231340 0 0 0 0 9728 9728 9728 0 -3 57 57 1.140070211338720 0 0 0 0 10240 10240 10240 0 0 60 60 1.13487745782187####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 686.366862226809
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 1.10197490519566
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 1.25144733968352
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::gzz (gzz)# 1:iteration 2:time 3:data0 0 2.98983328740263
# 1D ASCII output created by CarpetIOASCII## gzz x (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 1.173403425149370 0 0 0 0 512 0 0 0 -57 0 0 1.184475264939910 0 0 0 0 1024 0 0 0 -54 0 0 1.197671844537470 0 0 0 0 1536 0 0 0 -51 0 0 1.213717536845950 0 0 0 0 2048 0 0 0 -48 0 0 1.233395876815810 0 0 0 0 2560 0 0 0 -45 0 0 1.258827868868010 0 0 0 0 3072 0 0 0 -42 0 0 1.295859010490650 0 0 0 0 3584 0 0 0 -39 0 0 1.357066896424130 0 0 0 0 4096 0 0 0 -36 0 0 1.44927467895760 0 0 0 0 4608 0 0 0 -33 0 0 1.540412971153610 0 0 0 0 5120 0 0 0 -30 0 0 1.58762249884020 0 0 0 0 5632 0 0 0 -27 0 0 1.563876982544150 0 0 0 0 6144 0 0 0 -24 0 0 1.489222054539860 0 0 0 0 6656 0 0 0 -21 0 0 1.418326297251170 0 0 0 0 7168 0 0 0 -18 0 0 1.379175692557640 0 0 0 0 7680 0 0 0 -15 0 0 1.36546891988560 0 0 0 0 8192 0 0 0 -12 0 0 1.36607558306980 0 0 0 0 8704 0 0 0 -9 0 0 1.374877920346440 0 0 0 0 9216 0 0 0 -6 0 0 1.389796852449170 0 0 0 0 9728 0 0 0 -3 0 0 1.412275338820040 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10752 0 0 0 3 0 0 1.487302468876660 0 0 0 0 11264 0 0 0 6 0 0 1.545927448780010 0 0 0 0 11776 0 0 0 9 0 0 1.626205980489450 0 0 0 0 12288 0 0 0 12 0 0 1.738451668444760 0 0 0 0 12800 0 0 0 15 0 0 1.908099341894920 0 0 0 0 13312 0 0 0 18 0 0 2.189215545310530 0 0 0 0 13824 0 0 0 21 0 0 2.730698160369640 0 0 0 0 14336 0 0 0 24 0 0 4.111428034394090 0 0 0 0 14848 0 0 0 27 0 0 11.46635734927730 0 0 0 0 15360 0 0 0 30 0 0 686.3668622268090 0 0 0 0 15872 0 0 0 33 0 0 11.45159251459620 0 0 0 0 16384 0 0 0 36 0 0 4.095719891722960 0 0 0 0 16896 0 0 0 39 0 0 2.713444304829640 0 0 0 0 17408 0 0 0 42 0 0 2.170462844226450 0 0 0 0 17920 0 0 0 45 0 0 1.886030316132180 0 0 0 0 18432 0 0 0 48 0 0 1.71226552831490 0 0 0 0 18944 0 0 0 51 0 0 1.595467316120920 0 0 0 0 19456 0 0 0 54 0 0 1.511689920054070 0 0 0 0 19968 0 0 0 57 0 0 1.448706000409290 0 0 0 0 20480 0 0 0 60 0 0 1.39964308195822
# 1D ASCII output created by CarpetIOASCII## gzz y (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10240 512 0 0 0 3 0 1.441200831848730 0 0 0 0 10240 1024 0 0 0 6 0 1.433965334037790 0 0 0 0 10240 1536 0 0 0 9 0 1.422650750644510 0 0 0 0 10240 2048 0 0 0 12 0 1.408533775332370 0 0 0 0 10240 2560 0 0 0 15 0 1.391951481737540 0 0 0 0 10240 3072 0 0 0 18 0 1.373867241695290 0 0 0 0 10240 3584 0 0 0 21 0 1.355249397219540 0 0 0 0 10240 4096 0 0 0 24 0 1.336730058817130 0 0 0 0 10240 4608 0 0 0 27 0 1.318913050058420 0 0 0 0 10240 5120 0 0 0 30 0 1.30188065831350 0 0 0 0 10240 5632 0 0 0 33 0 1.285661673232130 0 0 0 0 10240 6144 0 0 0 36 0 1.270670336814160 0 0 0 0 10240 6656 0 0 0 39 0 1.256714233167810 0 0 0 0 10240 7168 0 0 0 42 0 1.243644606185670 0 0 0 0 10240 7680 0 0 0 45 0 1.231660710376580 0 0 0 0 10240 8192 0 0 0 48 0 1.220592324265350 0 0 0 0 10240 8704 0 0 0 51 0 1.210360206631830 0 0 0 0 10240 9216 0 0 0 54 0 1.200807904993710 0 0 0 0 10240 9728 0 0 0 57 0 1.192054845662780 0 0 0 0 10240 10240 0 0 0 60 0 1.18392608737795
# 1D ASCII output created by CarpetIOASCII## gzz z (gzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 1.443752520689310 0 0 0 0 10240 0 512 0 0 0 3 1.441200831848730 0 0 0 0 10240 0 1024 0 0 0 6 1.433965334037790 0 0 0 0 10240 0 1536 0 0 0 9 1.422650750644510 0 0 0 0 10240 0 2048 0 0 0 12 1.408533775332360 0 0 0 0 10240 0 2560 0 0 0 15 1.391951481737540 0 0 0 0 10240 0 3072 0 0 0 18 1.373867241695290 0 0 0 0 10240 0 3584 0 0 0 21 1.355249397219540 0 0 0 0 10240 0 4096 0 0 0 24 1.336730058817130 0 0 0 0 10240 0 4608 0 0 0 27 1.318913050058420 0 0 0 0 10240 0 5120 0 0 0 30 1.30188065831350 0 0 0 0 10240 0 5632 0 0 0 33 1.285661673232130 0 0 0 0 10240 0 6144 0 0 0 36 1.270670336814160 0 0 0 0 10240 0 6656 0 0 0 39 1.256714233167810 0 0 0 0 10240 0 7168 0 0 0 42 1.243644606185670 0 0 0 0 10240 0 7680 0 0 0 45 1.231660710376580 0 0 0 0 10240 0 8192 0 0 0 48 1.220592324265350 0 0 0 0 10240 0 8704 0 0 0 51 1.210360206631830 0 0 0 0 10240 0 9216 0 0 0 54 1.200807904993710 0 0 0 0 10240 0 9728 0 0 0 57 1.192054845662780 0 0 0 0 10240 0 10240 0 0 0 60 1.18392608737795
# 1D ASCII output created by CarpetIOASCII## kxx d (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxx (kxx)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kxx x (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kxx y (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kxx z (kxx)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kxy d (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxy (kxy)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kxy x (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kxy y (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kxy z (kxy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kxz d (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kxz (kxz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kxz x (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kxz y (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kxz z (kxz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kyy d (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyy (kyy)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kyy x (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kyy y (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kyy z (kyy)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kyz d (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kyz (kyz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kyz x (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kyz y (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kyz z (kyz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## kzz d (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## ADMBASE::kzz (kzz)# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## kzz x (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## kzz y (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## kzz z (kzz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## press d (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 1.56636309809764e-05
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 5.05595619930186e-09
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::press (press)# 1:iteration 2:time 3:data0 0 1.77988083793962e-07
# 1D ASCII output created by CarpetIOASCII## press x (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 1.94523111167916e-070 0 0 0 0 4096 0 0 0 -36 0 0 3.49180029128833e-060 0 0 0 0 4608 0 0 0 -33 0 0 1.11355397978164e-050 0 0 0 0 5120 0 0 0 -30 0 0 1.56636309809764e-050 0 0 0 0 5632 0 0 0 -27 0 0 1.0501707767305e-050 0 0 0 0 6144 0 0 0 -24 0 0 3.13793310343097e-060 0 0 0 0 6656 0 0 0 -21 0 0 1.63152125237128e-070 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## press y (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## press z (press)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## puncture_u d (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.01300917161820250 0 0 0 0 512 512 512 0 -57 3 3 0.0143215454408190 0 0 0 0 1024 1024 1024 0 -54 6 6 0.01542040044485520 0 0 0 0 1536 1536 1536 0 -51 9 9 0.01601128611330350 0 0 0 0 2048 2048 2048 0 -48 12 12 0.01589028104453550 0 0 0 0 2560 2560 2560 0 -45 15 15 0.01512265042605980 0 0 0 0 3072 3072 3072 0 -42 18 18 0.01396506383248220 0 0 0 0 3584 3584 3584 0 -39 21 21 0.01266350499932070 0 0 0 0 4096 4096 4096 0 -36 24 24 0.01139755702133260 0 0 0 0 4608 4608 4608 0 -33 27 27 0.01025177935517120 0 0 0 0 5120 5120 5120 0 -30 30 30 0.009255764133352040 0 0 0 0 5632 5632 5632 0 -27 33 33 0.008393481700202590 0 0 0 0 6144 6144 6144 0 -24 36 36 0.007655191278830820 0 0 0 0 6656 6656 6656 0 -21 39 39 0.007017888591384890 0 0 0 0 7168 7168 7168 0 -18 42 42 0.006476348798515010 0 0 0 0 7680 7680 7680 0 -15 45 45 0.006000609849164850 0 0 0 0 8192 8192 8192 0 -12 48 48 0.005586451083141170 0 0 0 0 8704 8704 8704 0 -9 51 51 0.005222276304643490 0 0 0 0 9216 9216 9216 0 -6 54 54 0.004899985263629650 0 0 0 0 9728 9728 9728 0 -3 57 57 0.004613869737934550 0 0 0 0 10240 10240 10240 0 0 60 60 0.00435897391109113####################
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.0808345262411888
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.00316994132432474
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.00731813623838801
# Scalar ASCII output created by CarpetIOScalar## TWOPUNCTURES::puncture_u (puncture_u)# 1:iteration 2:time 3:data0 0 0.00850243965420273
# 1D ASCII output created by CarpetIOASCII## puncture_u x (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 0.01300917161820250 0 0 0 0 512 0 0 0 -57 0 0 0.01449780639580220 0 0 0 0 1024 0 0 0 -54 0 0 0.01636521292914030 0 0 0 0 1536 0 0 0 -51 0 0 0.01874929969636060 0 0 0 0 2048 0 0 0 -48 0 0 0.02179100922866050 0 0 0 0 2560 0 0 0 -45 0 0 0.02589987321172480 0 0 0 0 3072 0 0 0 -42 0 0 0.03221640424437470 0 0 0 0 3584 0 0 0 -39 0 0 0.04308833830969730 0 0 0 0 4096 0 0 0 -36 0 0 0.05932595465399050 0 0 0 0 4608 0 0 0 -33 0 0 0.07437928277846820 0 0 0 0 5120 0 0 0 -30 0 0 0.08083452624118880 0 0 0 0 5632 0 0 0 -27 0 0 0.074420580391210 0 0 0 0 6144 0 0 0 -24 0 0 0.05839228474905640 0 0 0 0 6656 0 0 0 -21 0 0 0.04228009968503870 0 0 0 0 7168 0 0 0 -18 0 0 0.03160624929261630 0 0 0 0 7680 0 0 0 -15 0 0 0.02543140389772940 0 0 0 0 8192 0 0 0 -12 0 0 0.02158319765605820 0 0 0 0 8704 0 0 0 -9 0 0 0.0187417847588950 0 0 0 0 9216 0 0 0 -6 0 0 0.01632553826609660 0 0 0 0 9728 0 0 0 -3 0 0 0.01437632105197370 0 0 0 0 10240 0 0 0 0 0 0 0.01282474513512010 0 0 0 0 10752 0 0 0 3 0 0 0.0117398343563940 0 0 0 0 11264 0 0 0 6 0 0 0.0108908691164670 0 0 0 0 11776 0 0 0 9 0 0 0.01021223374677810 0 0 0 0 12288 0 0 0 12 0 0 0.009372218893905020 0 0 0 0 12800 0 0 0 15 0 0 0.008637417809596830 0 0 0 0 13312 0 0 0 18 0 0 0.008054677244904760 0 0 0 0 13824 0 0 0 21 0 0 0.007711399002397880 0 0 0 0 14336 0 0 0 24 0 0 0.007294590318030580 0 0 0 0 14848 0 0 0 27 0 0 0.006829980128515790 0 0 0 0 15360 0 0 0 30 0 0 0.006615104071442920 0 0 0 0 15872 0 0 0 33 0 0 0.006237315088806790 0 0 0 0 16384 0 0 0 36 0 0 0.005932538925211910 0 0 0 0 16896 0 0 0 39 0 0 0.005675986180326440 0 0 0 0 17408 0 0 0 42 0 0 0.005441389362978470 0 0 0 0 17920 0 0 0 45 0 0 0.00522419408816050 0 0 0 0 18432 0 0 0 48 0 0 0.005023539025797970 0 0 0 0 18944 0 0 0 51 0 0 0.004837647652621190 0 0 0 0 19456 0 0 0 54 0 0 0.004665150690063390 0 0 0 0 19968 0 0 0 57 0 0 0.004504501500108510 0 0 0 0 20480 0 0 0 60 0 0 0.0043546373664384
# 1D ASCII output created by CarpetIOASCII## puncture_u y (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.01282474513512010 0 0 0 0 10240 512 0 0 0 3 0 0.01275365371175430 0 0 0 0 10240 1024 0 0 0 6 0 0.01258056918357530 0 0 0 0 10240 1536 0 0 0 9 0 0.01231173970026420 0 0 0 0 10240 2048 0 0 0 12 0 0.01203809353369140 0 0 0 0 10240 2560 0 0 0 15 0 0.01165496164696260 0 0 0 0 10240 3072 0 0 0 18 0 0.01118754929082650 0 0 0 0 10240 3584 0 0 0 21 0 0.01068933470022280 0 0 0 0 10240 4096 0 0 0 24 0 0.01018125677571140 0 0 0 0 10240 4608 0 0 0 27 0 0.009711468995602620 0 0 0 0 10240 5120 0 0 0 30 0 0.009250380271935340 0 0 0 0 10240 5632 0 0 0 33 0 0.008777356893978380 0 0 0 0 10240 6144 0 0 0 36 0 0.0083669595107750 0 0 0 0 10240 6656 0 0 0 39 0 0.007979069703103820 0 0 0 0 10240 7168 0 0 0 42 0 0.007588175014327440 0 0 0 0 10240 7680 0 0 0 45 0 0.007246437532798890 0 0 0 0 10240 8192 0 0 0 48 0 0.006930087904840620 0 0 0 0 10240 8704 0 0 0 51 0 0.006635217596178130 0 0 0 0 10240 9216 0 0 0 54 0 0.006341013534556460 0 0 0 0 10240 9728 0 0 0 57 0 0.006086185719842420 0 0 0 0 10240 10240 0 0 0 60 0 0.00584469509619151
# 1D ASCII output created by CarpetIOASCII## puncture_u z (puncture_u)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 0.01282474513512010 0 0 0 0 10240 0 512 0 0 0 3 0.01275365371175420 0 0 0 0 10240 0 1024 0 0 0 6 0.01258056918357530 0 0 0 0 10240 0 1536 0 0 0 9 0.01231173970026410 0 0 0 0 10240 0 2048 0 0 0 12 0.01203809353369130 0 0 0 0 10240 0 2560 0 0 0 15 0.01165496164696250 0 0 0 0 10240 0 3072 0 0 0 18 0.01118754929082650 0 0 0 0 10240 0 3584 0 0 0 21 0.01068933470022280 0 0 0 0 10240 0 4096 0 0 0 24 0.01018125677571140 0 0 0 0 10240 0 4608 0 0 0 27 0.009711468995602590 0 0 0 0 10240 0 5120 0 0 0 30 0.009250380271935320 0 0 0 0 10240 0 5632 0 0 0 33 0.008777356893978350 0 0 0 0 10240 0 6144 0 0 0 36 0.008366959510774970 0 0 0 0 10240 0 6656 0 0 0 39 0.007979069703103790 0 0 0 0 10240 0 7168 0 0 0 42 0.007588175014327420 0 0 0 0 10240 0 7680 0 0 0 45 0.007246437532798870 0 0 0 0 10240 0 8192 0 0 0 48 0.00693008790484060 0 0 0 0 10240 0 8704 0 0 0 51 0.006635217596178110 0 0 0 0 10240 0 9216 0 0 0 54 0.006341013534556440 0 0 0 0 10240 0 9728 0 0 0 57 0.00608618571984240 0 0 0 0 10240 0 10240 0 0 0 60 0.00584469509619149
# 1D ASCII output created by CarpetIOASCII## rho d (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 0.000395773053415419
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 2.74350886431042e-07
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::rho (rho)# 1:iteration 2:time 3:data0 0 7.11052473401357e-06
# 1D ASCII output created by CarpetIOASCII## rho x (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 4.41047742504047e-050 0 0 0 0 4096 0 0 0 -36 0 0 0.0001868635944021290 0 0 0 0 4608 0 0 0 -33 0 0 0.0003336995624482650 0 0 0 0 5120 0 0 0 -30 0 0 0.0003957730534154190 0 0 0 0 5632 0 0 0 -27 0 0 0.0003240633852706140 0 0 0 0 6144 0 0 0 -24 0 0 0.0001771421210054510 0 0 0 0 6656 0 0 0 -21 0 0 4.03920939339777e-050 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## rho y (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## rho z (rho)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## vel[0] d (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[0] (vel[0])# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[0] x (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[0] y (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## vel[0] z (vel[0])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## vel[1] d (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[1] (vel[1])# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[1] x (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[1] y (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## vel[1] z (vel[1])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## vel[2] d (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 512 512 0 -57 3 3 00 0 0 0 0 1024 1024 1024 0 -54 6 6 00 0 0 0 0 1536 1536 1536 0 -51 9 9 00 0 0 0 0 2048 2048 2048 0 -48 12 12 00 0 0 0 0 2560 2560 2560 0 -45 15 15 00 0 0 0 0 3072 3072 3072 0 -42 18 18 00 0 0 0 0 3584 3584 3584 0 -39 21 21 00 0 0 0 0 4096 4096 4096 0 -36 24 24 00 0 0 0 0 4608 4608 4608 0 -33 27 27 00 0 0 0 0 5120 5120 5120 0 -30 30 30 00 0 0 0 0 5632 5632 5632 0 -27 33 33 00 0 0 0 0 6144 6144 6144 0 -24 36 36 00 0 0 0 0 6656 6656 6656 0 -21 39 39 00 0 0 0 0 7168 7168 7168 0 -18 42 42 00 0 0 0 0 7680 7680 7680 0 -15 45 45 00 0 0 0 0 8192 8192 8192 0 -12 48 48 00 0 0 0 0 8704 8704 8704 0 -9 51 51 00 0 0 0 0 9216 9216 9216 0 -6 54 54 00 0 0 0 0 9728 9728 9728 0 -3 57 57 00 0 0 0 0 10240 10240 10240 0 0 60 60 0####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::vel[2] (vel[2])# 1:iteration 2:time 3:data0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[2] x (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 00 0 0 0 0 512 0 0 0 -57 0 0 00 0 0 0 0 1024 0 0 0 -54 0 0 00 0 0 0 0 1536 0 0 0 -51 0 0 00 0 0 0 0 2048 0 0 0 -48 0 0 00 0 0 0 0 2560 0 0 0 -45 0 0 00 0 0 0 0 3072 0 0 0 -42 0 0 00 0 0 0 0 3584 0 0 0 -39 0 0 00 0 0 0 0 4096 0 0 0 -36 0 0 00 0 0 0 0 4608 0 0 0 -33 0 0 00 0 0 0 0 5120 0 0 0 -30 0 0 00 0 0 0 0 5632 0 0 0 -27 0 0 00 0 0 0 0 6144 0 0 0 -24 0 0 00 0 0 0 0 6656 0 0 0 -21 0 0 00 0 0 0 0 7168 0 0 0 -18 0 0 00 0 0 0 0 7680 0 0 0 -15 0 0 00 0 0 0 0 8192 0 0 0 -12 0 0 00 0 0 0 0 8704 0 0 0 -9 0 0 00 0 0 0 0 9216 0 0 0 -6 0 0 00 0 0 0 0 9728 0 0 0 -3 0 0 00 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10752 0 0 0 3 0 0 00 0 0 0 0 11264 0 0 0 6 0 0 00 0 0 0 0 11776 0 0 0 9 0 0 00 0 0 0 0 12288 0 0 0 12 0 0 00 0 0 0 0 12800 0 0 0 15 0 0 00 0 0 0 0 13312 0 0 0 18 0 0 00 0 0 0 0 13824 0 0 0 21 0 0 00 0 0 0 0 14336 0 0 0 24 0 0 00 0 0 0 0 14848 0 0 0 27 0 0 00 0 0 0 0 15360 0 0 0 30 0 0 00 0 0 0 0 15872 0 0 0 33 0 0 00 0 0 0 0 16384 0 0 0 36 0 0 00 0 0 0 0 16896 0 0 0 39 0 0 00 0 0 0 0 17408 0 0 0 42 0 0 00 0 0 0 0 17920 0 0 0 45 0 0 00 0 0 0 0 18432 0 0 0 48 0 0 00 0 0 0 0 18944 0 0 0 51 0 0 00 0 0 0 0 19456 0 0 0 54 0 0 00 0 0 0 0 19968 0 0 0 57 0 0 00 0 0 0 0 20480 0 0 0 60 0 0 0
# 1D ASCII output created by CarpetIOASCII## vel[2] y (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 512 0 0 0 3 0 00 0 0 0 0 10240 1024 0 0 0 6 0 00 0 0 0 0 10240 1536 0 0 0 9 0 00 0 0 0 0 10240 2048 0 0 0 12 0 00 0 0 0 0 10240 2560 0 0 0 15 0 00 0 0 0 0 10240 3072 0 0 0 18 0 00 0 0 0 0 10240 3584 0 0 0 21 0 00 0 0 0 0 10240 4096 0 0 0 24 0 00 0 0 0 0 10240 4608 0 0 0 27 0 00 0 0 0 0 10240 5120 0 0 0 30 0 00 0 0 0 0 10240 5632 0 0 0 33 0 00 0 0 0 0 10240 6144 0 0 0 36 0 00 0 0 0 0 10240 6656 0 0 0 39 0 00 0 0 0 0 10240 7168 0 0 0 42 0 00 0 0 0 0 10240 7680 0 0 0 45 0 00 0 0 0 0 10240 8192 0 0 0 48 0 00 0 0 0 0 10240 8704 0 0 0 51 0 00 0 0 0 0 10240 9216 0 0 0 54 0 00 0 0 0 0 10240 9728 0 0 0 57 0 00 0 0 0 0 10240 10240 0 0 0 60 0 0
# 1D ASCII output created by CarpetIOASCII## vel[2] z (vel[2])## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 00 0 0 0 0 10240 0 512 0 0 0 3 00 0 0 0 0 10240 0 1024 0 0 0 6 00 0 0 0 0 10240 0 1536 0 0 0 9 00 0 0 0 0 10240 0 2048 0 0 0 12 00 0 0 0 0 10240 0 2560 0 0 0 15 00 0 0 0 0 10240 0 3072 0 0 0 18 00 0 0 0 0 10240 0 3584 0 0 0 21 00 0 0 0 0 10240 0 4096 0 0 0 24 00 0 0 0 0 10240 0 4608 0 0 0 27 00 0 0 0 0 10240 0 5120 0 0 0 30 00 0 0 0 0 10240 0 5632 0 0 0 33 00 0 0 0 0 10240 0 6144 0 0 0 36 00 0 0 0 0 10240 0 6656 0 0 0 39 00 0 0 0 0 10240 0 7168 0 0 0 42 00 0 0 0 0 10240 0 7680 0 0 0 45 00 0 0 0 0 10240 0 8192 0 0 0 48 00 0 0 0 0 10240 0 8704 0 0 0 51 00 0 0 0 0 10240 0 9216 0 0 0 54 00 0 0 0 0 10240 0 9728 0 0 0 57 00 0 0 0 0 10240 0 10240 0 0 0 60 0
# 1D ASCII output created by CarpetIOASCII## w_lorentz d (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 10 0 0 0 0 512 512 512 0 -57 3 3 10 0 0 0 0 1024 1024 1024 0 -54 6 6 10 0 0 0 0 1536 1536 1536 0 -51 9 9 10 0 0 0 0 2048 2048 2048 0 -48 12 12 10 0 0 0 0 2560 2560 2560 0 -45 15 15 10 0 0 0 0 3072 3072 3072 0 -42 18 18 10 0 0 0 0 3584 3584 3584 0 -39 21 21 10 0 0 0 0 4096 4096 4096 0 -36 24 24 10 0 0 0 0 4608 4608 4608 0 -33 27 27 10 0 0 0 0 5120 5120 5120 0 -30 30 30 10 0 0 0 0 5632 5632 5632 0 -27 33 33 10 0 0 0 0 6144 6144 6144 0 -24 36 36 10 0 0 0 0 6656 6656 6656 0 -21 39 39 10 0 0 0 0 7168 7168 7168 0 -18 42 42 10 0 0 0 0 7680 7680 7680 0 -15 45 45 10 0 0 0 0 8192 8192 8192 0 -12 48 48 10 0 0 0 0 8704 8704 8704 0 -9 51 51 10 0 0 0 0 9216 9216 9216 0 -6 54 54 10 0 0 0 0 9728 9728 9728 0 -3 57 57 10 0 0 0 0 10240 10240 10240 0 0 60 60 1####################
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# Scalar ASCII output created by CarpetIOScalar## HYDROBASE::w_lorentz (w_lorentz)# 1:iteration 2:time 3:data0 0 1
# 1D ASCII output created by CarpetIOASCII## w_lorentz x (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 0 0 0 0 -60 0 0 10 0 0 0 0 512 0 0 0 -57 0 0 10 0 0 0 0 1024 0 0 0 -54 0 0 10 0 0 0 0 1536 0 0 0 -51 0 0 10 0 0 0 0 2048 0 0 0 -48 0 0 10 0 0 0 0 2560 0 0 0 -45 0 0 10 0 0 0 0 3072 0 0 0 -42 0 0 10 0 0 0 0 3584 0 0 0 -39 0 0 10 0 0 0 0 4096 0 0 0 -36 0 0 10 0 0 0 0 4608 0 0 0 -33 0 0 10 0 0 0 0 5120 0 0 0 -30 0 0 10 0 0 0 0 5632 0 0 0 -27 0 0 10 0 0 0 0 6144 0 0 0 -24 0 0 10 0 0 0 0 6656 0 0 0 -21 0 0 10 0 0 0 0 7168 0 0 0 -18 0 0 10 0 0 0 0 7680 0 0 0 -15 0 0 10 0 0 0 0 8192 0 0 0 -12 0 0 10 0 0 0 0 8704 0 0 0 -9 0 0 10 0 0 0 0 9216 0 0 0 -6 0 0 10 0 0 0 0 9728 0 0 0 -3 0 0 10 0 0 0 0 10240 0 0 0 0 0 0 10 0 0 0 0 10752 0 0 0 3 0 0 10 0 0 0 0 11264 0 0 0 6 0 0 10 0 0 0 0 11776 0 0 0 9 0 0 10 0 0 0 0 12288 0 0 0 12 0 0 10 0 0 0 0 12800 0 0 0 15 0 0 10 0 0 0 0 13312 0 0 0 18 0 0 10 0 0 0 0 13824 0 0 0 21 0 0 10 0 0 0 0 14336 0 0 0 24 0 0 10 0 0 0 0 14848 0 0 0 27 0 0 10 0 0 0 0 15360 0 0 0 30 0 0 10 0 0 0 0 15872 0 0 0 33 0 0 10 0 0 0 0 16384 0 0 0 36 0 0 10 0 0 0 0 16896 0 0 0 39 0 0 10 0 0 0 0 17408 0 0 0 42 0 0 10 0 0 0 0 17920 0 0 0 45 0 0 10 0 0 0 0 18432 0 0 0 48 0 0 10 0 0 0 0 18944 0 0 0 51 0 0 10 0 0 0 0 19456 0 0 0 54 0 0 10 0 0 0 0 19968 0 0 0 57 0 0 10 0 0 0 0 20480 0 0 0 60 0 0 1
# 1D ASCII output created by CarpetIOASCII## w_lorentz y (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 10 0 0 0 0 10240 512 0 0 0 3 0 10 0 0 0 0 10240 1024 0 0 0 6 0 10 0 0 0 0 10240 1536 0 0 0 9 0 10 0 0 0 0 10240 2048 0 0 0 12 0 10 0 0 0 0 10240 2560 0 0 0 15 0 10 0 0 0 0 10240 3072 0 0 0 18 0 10 0 0 0 0 10240 3584 0 0 0 21 0 10 0 0 0 0 10240 4096 0 0 0 24 0 10 0 0 0 0 10240 4608 0 0 0 27 0 10 0 0 0 0 10240 5120 0 0 0 30 0 10 0 0 0 0 10240 5632 0 0 0 33 0 10 0 0 0 0 10240 6144 0 0 0 36 0 10 0 0 0 0 10240 6656 0 0 0 39 0 10 0 0 0 0 10240 7168 0 0 0 42 0 10 0 0 0 0 10240 7680 0 0 0 45 0 10 0 0 0 0 10240 8192 0 0 0 48 0 10 0 0 0 0 10240 8704 0 0 0 51 0 10 0 0 0 0 10240 9216 0 0 0 54 0 10 0 0 0 0 10240 9728 0 0 0 57 0 10 0 0 0 0 10240 10240 0 0 0 60 0 1
# 1D ASCII output created by CarpetIOASCII## w_lorentz z (w_lorentz)## iteration 0 time 0# time level 0# refinement level 0 multigrid level 0 map 0 component 0# column format: 1:it 2:tl 3:rl 4:c 5:ml 6:ix 7:iy 8:iz 9:time 10:x 11:y 12:z 13:data0 0 0 0 0 10240 0 0 0 0 0 0 10 0 0 0 0 10240 0 512 0 0 0 3 10 0 0 0 0 10240 0 1024 0 0 0 6 10 0 0 0 0 10240 0 1536 0 0 0 9 10 0 0 0 0 10240 0 2048 0 0 0 12 10 0 0 0 0 10240 0 2560 0 0 0 15 10 0 0 0 0 10240 0 3072 0 0 0 18 10 0 0 0 0 10240 0 3584 0 0 0 21 10 0 0 0 0 10240 0 4096 0 0 0 24 10 0 0 0 0 10240 0 4608 0 0 0 27 10 0 0 0 0 10240 0 5120 0 0 0 30 10 0 0 0 0 10240 0 5632 0 0 0 33 10 0 0 0 0 10240 0 6144 0 0 0 36 10 0 0 0 0 10240 0 6656 0 0 0 39 10 0 0 0 0 10240 0 7168 0 0 0 42 10 0 0 0 0 10240 0 7680 0 0 0 45 10 0 0 0 0 10240 0 8192 0 0 0 48 10 0 0 0 0 10240 0 8704 0 0 0 51 10 0 0 0 0 10240 0 9216 0 0 0 54 10 0 0 0 0 10240 0 9728 0 0 0 57 10 0 0 0 0 10240 0 10240 0 0 0 60 1
ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase LocalReduce"ActiveThorns = "Loopcontrol InitBase Carpet CarpetLib CarpetInterp CarpetReduce CarpetSlab CarpetIOASCII CarpetIOBasic IOUtil CarpetIOScalar CarpetIOHDF5"ActiveThorns = "ADMBase"ActiveThorns = "StaticConformal"ActiveThorns = "ADMCoupling ADMMacros"ActiveThorns = "TmunuBase Constants SpaceMask HydroBase"ActiveThorns = "TOVSolver eos_omni"ActiveThorns = "TwoPunctures"ActiveThorns = "coordgauge boundary"Carpet::init_each_timelevel = "no"InitBase::initial_data_setup_method = "init_all_levels"Cactus::cctk_itlast = 0Time::dtfac = 0.25CoordBase::domainsize = minmaxdriver::ghost_size = 3Carpet::domain_from_coordbase = "yes"CoordBase::xmin = -60.0CoordBase::ymin = 0.0CoordBase::zmin = 0.0CoordBase::xmax = 60.0CoordBase::ymax = 60.0CoordBase::zmax = 60.0CoordBase::dx = 3.0CoordBase::dy = 3.0CoordBase::dz = 3.0CartGrid3D::type = "coordbase"CartGrid3D::domain = "full"CartGrid3D::avoid_origin = "no"ADMBase::initial_data = "twopunctures"ADMBase::initial_lapse = "tov"ADMBase::initial_shift = "tov"TwoPunctures::keep_u_around = yesTwoPunctures::schedule_in_ADMBase_InitialData = noTwoPunctures::npoints_A = 20TwoPunctures::npoints_B = 20TwoPunctures::npoints_phi = 4TwoPunctures::Newton_tol = 1.e-10#TwoPunctures::grid_setup_method = "evaluation"TwoPunctures::TP_Extend_Radius = 1.14TwoPunctures::par_b = 30TwoPunctures::par_m_plus = 5.0TwoPunctures::par_m_minus = 0.0TwoPunctures::Newton_maxit = 100TwoPunctures::use_sources = 1TwoPunctures::do_residuum_debug_output = "no"TwoPunctures::do_initial_debug_output = "no"TwoPunctures::rescale_sources = "yes"TwoPunctures::TP_Tiny = 1.e-10SpaceMask::use_mask = yesTOVSolver::TOV_Enforce_Interpolation = "yes"TOVSolver::TOV_Num_Radial = 1000000TOVSolver::TOV_dr[0] = 5.e-5TOVSolver::TOV_Position_x[0] = -30TOVSolver::TOV_Rho_Central[0] = 5.e-4TOVSolver::TOV_Gamma = 2.0TOVSolver::TOV_K = 100.0IO::out_dir = $parfileIO::out_fileinfo= "axis labels"Carpet::max_refinement_levels = 10carpet::enable_all_storage = noCarpet::prolongation_order_space = 3Carpet::prolongation_order_time = 2Carpet::convergence_level = 0Carpet::init_3_timelevels = noCarpetIOScalar::outScalar_reductions = "minimum maximum norm1 norm2"IOScalar::outScalar_every = 512IOScalar::outScalar_vars = "admbase::metric admbase::curv TwoPunctures::puncture_u HydroBase::w_lorentz hydrobase::rho hydrobase::press hydrobase::eps HydroBase::vel admbase::lapse admbase::shift"IOASCII::out1D_every = 512IOASCII::out1D_vars = "admbase::metric admbase::curv TwoPunctures::puncture_u HydroBase::w_lorentz hydrobase::rho hydrobase::press hydrobase::eps HydroBase::vel admbase::lapse admbase::shift"admbase::metric_type = "physical"boundary::radpower = 2admmacros::spatial_order = 4
"x-label diagonal"y-label IDPUNCTURE::M"Time = 0.0000000000000-6.9282032302755 5.6849240262285-6.5206618637887 5.3594672081893-6.1131204973019 5.0341806628457-5.7055791308151 4.7091321765484-5.2980377643283 4.3844235656383-4.8904963978415 4.0602116727365-4.4829550313547 3.7367450027909-4.0754136648679 3.4144298173900-3.6678722983812 3.0939536462031-3.2603309318944 2.7765243455978-2.8527895654076 2.4643469538909-2.4452481989208 2.1615869693139-2.0377068324340 1.8762419986420-1.6301654659472 1.6231089890090-1.2226240994604 1.4250520603897-0.8150827329736 1.3012632774553-0.4075413664868 1.23945519349040.0000000000000 1.20000000000000.4075413664868 1.16756365681840.8150827329736 1.17338437237901.2226240994604 1.25871327356191.6301654659472 1.42985918155192.0377068324340 1.66348037713972.4452481989208 1.93458553278482.8527895654076 2.22692145826943.2603309318944 2.53139287317923.6678722983812 2.84304071374484.0754136648679 3.15910604635304.4829550313547 3.47799893749784.8904963978415 3.79876746181045.2980377643283 4.12082039825445.7055791308151 4.44377798680826.1131204973019 4.76738878499706.5206618637887 5.09148172777826.9282032302755 5.4159375722074
"x-label time"y-label IDPUNCTURE::M"M v time0.0000000000000 5.6849240262285
"x-label time"y-label IDPUNCTURE::M"M v time0.0000000000000 0.1153174140944
"x-label time"y-label IDPUNCTURE::M"M v time0.0000000000000 3.1992708682213
"x-label time"y-label IDPUNCTURE::M"M v time0.0000000000000 3.3244489773760
"x-label x"y-label IDPUNCTURE::M (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 2.9729729729730-3.7647058823529 2.7530210726056-3.5294117647059 2.5284474445516-3.2941176470588 2.2981624869987-3.0588235294118 2.0607048789665-2.8235294117647 1.8140682846565-2.5882352941176 1.5554211401784-2.3529411764706 1.2806337434687-2.1176470588235 0.9834380354083-1.8823529411765 0.6538377432757-1.6470588235294 0.2748522989982-1.4117647058824 0.1687979539642-1.1764705882353 0.5477428180575-0.9411764705882 0.8319704563440-0.7058823529412 1.0313216195569-0.4705882352941 1.1543194683731-0.2352941176471 1.20838294832100.0000000000000 1.20000000000000.2352941176471 1.13486915678820.4705882352941 1.01801606251360.7058823529412 0.85388994307400.9411764705882 0.64644394343101.1764705882353 0.39920239282151.4117647058824 0.11531741409441.6470588235294 0.19015461169361.8823529411765 0.47407642302202.1176470588235 0.73937312151142.3529411764706 0.99100039128732.5882352941176 1.23229902959152.8235294117647 1.46560319042873.0588235294118 1.69259297414243.2941176470588 1.91450852026573.5294117647059 2.13228517213343.7647058823529 2.34664169575214.0000000000000 2.5581395348837
"x-label y"y-label IDPUNCTURE::M (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 3.4176014981270-3.7647058823529 3.2420250837399-3.5294117647059 3.0679501852377-3.2941176470588 2.8956476108990-3.0588235294118 2.7254535192905-2.8235294117647 2.5577888374579-2.5882352941176 2.3931852498581-2.3529411764706 2.2323200028571-2.1176470588235 2.0760622828027-1.8823529411765 1.9255341235355-1.6470588235294 1.7821879170352-1.4117647058824 1.6478989454017-1.1764705882353 1.5250616868799-0.9411764705882 1.4166581857403-0.7058823529412 1.3262325337451-0.4705882352941 1.2576685190487-0.2352941176471 1.21467383521320.0000000000000 1.20000000000000.2352941176471 1.21467383521320.4705882352941 1.25766851904870.7058823529412 1.32623253374510.9411764705882 1.41665818574031.1764705882353 1.52506168687991.4117647058824 1.64789894540171.6470588235294 1.78218791703521.8823529411765 1.92553412353552.1176470588235 2.07606228280272.3529411764706 2.23232000285712.5882352941176 2.39318524985812.8235294117647 2.55778883745793.0588235294118 2.72545351929053.2941176470588 2.89564761089903.5294117647059 3.06795018523773.7647058823529 3.24202508373994.0000000000000 3.4176014981270
"x-label z"y-label IDPUNCTURE::M (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 3.4176014981270-3.7647058823529 3.2420250837399-3.5294117647059 3.0679501852377-3.2941176470588 2.8956476108990-3.0588235294118 2.7254535192905-2.8235294117647 2.5577888374579-2.5882352941176 2.3931852498581-2.3529411764706 2.2323200028571-2.1176470588235 2.0760622828027-1.8823529411765 1.9255341235355-1.6470588235294 1.7821879170352-1.4117647058824 1.6478989454017-1.1764705882353 1.5250616868799-0.9411764705882 1.4166581857403-0.7058823529412 1.3262325337451-0.4705882352941 1.2576685190487-0.2352941176471 1.21467383521320.0000000000000 1.20000000000000.2352941176471 1.21467383521320.4705882352941 1.25766851904870.7058823529412 1.32623253374510.9411764705882 1.41665818574031.1764705882353 1.52506168687991.4117647058824 1.64789894540171.6470588235294 1.78218791703521.8823529411765 1.92553412353552.1176470588235 2.07606228280272.3529411764706 2.23232000285712.5882352941176 2.39318524985812.8235294117647 2.55778883745793.0588235294118 2.72545351929053.2941176470588 2.89564761089903.5294117647059 3.06795018523773.7647058823529 3.24202508373994.0000000000000 3.4176014981270
"x-label diagonal"y-label IDPUNCTURE::N"Time = 0.0000000000000-6.9282032302755 134.7255040939021-6.5206618637887 128.7873017635240-6.1131204973019 122.8845512526831-5.7055791308151 117.0251277720053-5.2980377643283 111.2191977337784-4.8904963978415 105.4799334739430-4.4829550313547 99.8243122077418-4.0754136648679 94.2736590896960-3.6678722983812 88.8527288677480-3.2603309318944 83.5834533855781-2.8527895654076 78.4614082679281-2.4452481989208 73.3799359568369-2.0377068324340 67.9139690562055-1.6301654659472 60.8615881967696-1.2226240994604 50.1241211330808-0.8150827329736 35.5529742134793-0.4075413664868 22.37264330803050.0000000000000 14.50967040000000.4075413664868 10.89271541730960.8150827329736 9.99783710048951.2226240994604 11.04304169989001.6301654659472 13.52332626163632.0377068324340 17.03967647361242.4452481989208 21.27954595915952.8527895654076 26.01724928716923.2603309318944 31.09914097496393.6678722983812 36.42296597934694.0754136648679 41.92058519806024.4829550313547 47.54595773567184.8904963978415 53.26735869056495.2980377643283 59.06245298152265.7055791308151 64.91517581265996.1131204973019 70.81373426957156.5206618637887 76.74930554777606.9282032302755 82.7151728876283
"x-label time"y-label IDPUNCTURE::N"N v time0.0000000000000 171.5208834409299
"x-label time"y-label IDPUNCTURE::N"N v time0.0000000000000 0.0027396153440
"x-label time"y-label IDPUNCTURE::N"N v time0.0000000000000 50.7789955972882
"x-label time"y-label IDPUNCTURE::N"N v time0.0000000000000 60.2956338963989
"x-label x"y-label IDPUNCTURE::N (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 16.6340545057134-3.7647058823529 13.0115512466033-3.5294117647059 9.4649445256707-3.2941176470588 6.1128312486280-3.0588235294118 3.1563100763405-2.8235294117647 0.9333266264032-2.5882352941176 0.0027396153440-2.3529411764706 1.2469524998292-2.1176470588235 5.8514352365523-1.8823529411765 14.2895465202267-1.6470588235294 19.1932559845272-1.4117647058824 22.0505854886726-1.1764705882353 51.2717709766786-0.9411764705882 51.8000028699529-0.7058823529412 41.0641808752125-0.4705882352941 29.3128411320107-0.2352941176471 20.34393379531490.0000000000000 14.50967040000000.2352941176471 10.96179765749750.4705882352941 8.70676172044920.7058823529412 6.93159339701620.9411764705882 5.08944855823821.1764705882353 2.97638331910741.4117647058824 0.77081020471931.6470588235294 0.74965335685221.8823529411765 1.02845899066882.1176470588235 1.26771442359992.3529411764706 1.86589917106692.5882352941176 2.87813965418382.8235294117647 4.25586444801413.0588235294118 5.92838361925133.2941176470588 7.82934662414503.5294117647059 9.90373067870813.7647058823529 12.10816460372504.0000000000000 14.4092518217533
"x-label y"y-label IDPUNCTURE::N (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 43.3661997372605-3.7647058823529 41.1417223606485-3.5294117647059 38.9318910332119-3.2941176470588 36.7392049485958-3.0588235294118 34.5667761520130-2.8235294117647 32.4185378746215-2.5882352941176 30.2995473386100-2.3529411764706 28.2164359905130-2.1176470588235 26.1780922816056-1.8823529411765 24.1967099087100-1.6470588235294 22.2893929940831-1.4117647058824 20.4805400943490-1.1764705882353 18.8050940908789-0.9411764705882 17.3121045596636-0.7058823529412 16.0663809673956-0.4705882352941 15.1434270689914-0.2352941176471 14.61237745804070.0000000000000 14.50967040000000.2352941176471 14.82121006784670.4705882352941 15.49122832890650.7058823529412 16.45056926208220.9411764705882 17.63941008518541.1764705882353 19.01325478542211.4117647058824 20.53928535713711.6470588235294 22.19179335403351.8823529411765 23.94957482667032.1176470588235 25.79482419460532.3529411764706 27.71263754890282.5882352941176 29.69065973018582.8235294117647 31.71873791990423.0588235294118 33.78857573501943.2941176470588 35.89340972675023.5294117647059 38.02772450026073.7647058823529 40.18701228633524.0000000000000 42.3675755790464
"x-label z"y-label IDPUNCTURE::N (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 27.5758335022278-3.7647058823529 26.6162168423169-3.5294117647059 25.6756907606558-3.2941176470588 24.7571334932815-3.0588235294118 23.8639046849661-2.8235294117647 22.9998857589947-2.5882352941176 22.1694737018236-2.3529411764706 21.3774701105797-2.1176470588235 20.6287568706686-1.8823529411765 19.9275660284662-1.6470588235294 19.2760304882509-1.4117647058824 18.6715839184778-1.1764705882353 18.1028458368249-0.9411764705882 17.5443931206103-0.7058823529412 16.9531779487781-0.4705882352941 16.2734881667093-0.2352941176471 15.45904958343990.0000000000000 14.50967040000000.2352941176471 13.49526575523970.4705882352941 12.53577407241530.7058823529412 11.74699967989180.9411764705882 11.19815275670361.1764705882353 10.90580939581911.4117647058824 10.85134332975211.6470588235294 11.00085801668421.8823529411765 11.31817324739102.1176470588235 11.77085714567592.3529411764706 12.33204028594422.5882352941176 12.98027877608652.8235294117647 13.69873506833763.0588235294118 14.47425118127413.2941176470588 15.29652731928953.5294117647059 16.15745863154913.7647058823529 17.05062175181134.0000000000000 17.9708847804966
"x-label diagonal"y-label ADMBASE::gxx"Time = 0.0000000000000-6.9282032302755 1.1489525841611-6.5206618637887 1.1572751073649-6.1131204973019 1.1665399059635-5.7055791308151 1.1769217787849-5.2980377643283 1.1886407773285-4.8904963978415 1.2019701838959-4.4829550313547 1.2172447790636-4.0754136648679 1.2348662034274-3.6678722983812 1.2552975886049-3.2603309318944 1.2790264783966-2.8527895654076 1.3064406394330-2.4452481989208 1.3374751411580-2.0377068324340 1.3707116758933-1.6301654659472 1.4015650471367-1.2226240994604 1.4208609550122-0.8150827329736 1.4190865564815-0.4075413664868 1.39593400912920.0000000000000 1.36137626768220.4075413664868 1.32644381177260.8150827329736 1.29816857110731.2226240994604 1.27855067240171.6301654659472 1.26388830458262.0377068324340 1.24985823164172.4452481989208 1.23506967603132.8527895654076 1.21990095162983.2603309318944 1.20503631508613.6678722983812 1.19096830859264.0754136648679 1.17795738539164.4829550313547 1.16609807088904.8904963978415 1.15538351651625.2980377643283 1.14575001370295.7055791308151 1.13710494999046.1131204973019 1.12934398020806.5206618637887 1.12236143328116.9282032302755 1.1160563457373
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.5233761473211
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.0531027728300
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.2125545783982
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 1.2138818524667
"x-label x"y-label ADMBASE::gxx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2661041346907-3.7647058823529 1.2782018986160-3.5294117647059 1.2923855382987-3.2941176470588 1.3086980621956-3.0588235294118 1.3272059999676-2.8235294117647 1.3479019322934-2.5882352941176 1.3704459083463-2.3529411764706 1.3933667238143-2.1176470588235 1.4112162182316-1.8823529411765 1.4026658833855-1.6470588235294 1.2745824683895-1.4117647058824 1.2090818923925-1.1764705882353 1.4531284809427-0.9411764705882 1.4851912205623-0.7058823529412 1.4622398431876-0.4705882352941 1.4278954383338-0.2352941176471 1.39350228247630.0000000000000 1.36137626768220.2352941176471 1.33090078808780.4705882352941 1.30004401638920.7058823529412 1.26532209554840.9411764705882 1.22080185913171.1764705882353 1.15599300666741.4117647058824 1.05310277283001.6470588235294 1.07709450393841.8823529411765 1.14532219607092.1176470588235 1.17851345378202.3529411764706 1.19423734118642.5882352941176 1.20041039495702.8235294117647 1.20106801633903.0588235294118 1.19845638774663.2941176470588 1.19389426082903.5294117647059 1.18817958242473.7647058823529 1.18180052479424.0000000000000 1.1750512561970
"x-label y"y-label ADMBASE::gxx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.1943294319457-3.7647058823529 1.2046592719041-3.5294117647059 1.2152256535407-3.2941176470588 1.2261156579079-3.0588235294118 1.2373853382835-2.8235294117647 1.2490588383499-2.5882352941176 1.2611236969909-2.3529411764706 1.2735226136164-2.1176470588235 1.2861422226022-1.8823529411765 1.2988003664096-1.6470588235294 1.3112352893207-1.4117647058824 1.3231032208084-1.1764705882353 1.3339940517244-0.9411764705882 1.3434746591767-0.7058823529412 1.3511588645027-0.4705882352941 1.3567774678870-0.2352941176471 1.36019866732020.0000000000000 1.36137626768220.2352941176471 1.36028341489400.4705882352941 1.35689939481120.7058823529412 1.35125156561160.9411764705882 1.34348437914751.1764705882353 1.33389423642391.4117647058824 1.32289248563271.6470588235294 1.31092821596541.8823529411765 1.29841845107832.1176470588235 1.28570774988882.3529411764706 1.27305545372542.5882352941176 1.26064011769292.8235294117647 1.24857144240773.0588235294118 1.23690351646683.2941176470588 1.22564620970303.5294117647059 1.21477340560783.7647058823529 1.20422762809574.0000000000000 1.1939208436766
"x-label z"y-label ADMBASE::gxx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.1944179671725-3.7647058823529 1.2047528036279-3.5294117647059 1.2153667255150-3.2941176470588 1.2263622610534-3.0588235294118 1.2378151535012-2.8235294117647 1.2497733862622-2.5882352941176 1.2622519375766-2.3529411764706 1.2752227884626-2.1176470588235 1.2885995101326-1.8823529411765 1.3022160174181-1.6470588235294 1.3158002652244-1.4117647058824 1.3289465130892-1.1764705882353 1.3410949636240-0.9411764705882 1.3515347070262-0.7058823529412 1.3594520544172-0.4705882352941 1.3640465933726-0.2352941176471 1.36472832135830.0000000000000 1.36137626768220.2352941176471 1.35451805322170.4705882352941 1.34513248007110.7058823529412 1.33415151616500.9411764705882 1.32223113118321.1764705882353 1.30979523689691.4117647058824 1.29713696070901.6470588235294 1.28447832781661.8823529411765 1.27199103038632.1176470588235 1.25980165304622.3529411764706 1.24799471045912.5882352941176 1.23661712024432.8235294117647 1.22568365890433.0588235294118 1.21518217772293.2941176470588 1.20507766679323.5294117647059 1.19531466006003.7647058823529 1.18581769842304.0000000000000 1.1764895950767
"x-label diagonal"y-label ADMBASE::gxy"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gxy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gxy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gxy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gxz"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gxz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gxz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gxz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gyy"Time = 0.0000000000000-6.9282032302755 1.1489525841611-6.5206618637887 1.1572751073649-6.1131204973019 1.1665399059635-5.7055791308151 1.1769217787849-5.2980377643283 1.1886407773285-4.8904963978415 1.2019701838959-4.4829550313547 1.2172447790636-4.0754136648679 1.2348662034274-3.6678722983812 1.2552975886049-3.2603309318944 1.2790264783966-2.8527895654076 1.3064406394330-2.4452481989208 1.3374751411580-2.0377068324340 1.3707116758933-1.6301654659472 1.4015650471367-1.2226240994604 1.4208609550122-0.8150827329736 1.4190865564815-0.4075413664868 1.39593400912920.0000000000000 1.36137626768220.4075413664868 1.32644381177260.8150827329736 1.29816857110731.2226240994604 1.27855067240171.6301654659472 1.26388830458262.0377068324340 1.24985823164172.4452481989208 1.23506967603132.8527895654076 1.21990095162983.2603309318944 1.20503631508613.6678722983812 1.19096830859264.0754136648679 1.17795738539164.4829550313547 1.16609807088904.8904963978415 1.15538351651625.2980377643283 1.14575001370295.7055791308151 1.13710494999046.1131204973019 1.12934398020806.5206618637887 1.12236143328116.9282032302755 1.1160563457373
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.5233761473211
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.0531027728300
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.2125545783982
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 1.2138818524667
"x-label x"y-label ADMBASE::gyy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2661041346907-3.7647058823529 1.2782018986160-3.5294117647059 1.2923855382987-3.2941176470588 1.3086980621956-3.0588235294118 1.3272059999676-2.8235294117647 1.3479019322934-2.5882352941176 1.3704459083463-2.3529411764706 1.3933667238143-2.1176470588235 1.4112162182316-1.8823529411765 1.4026658833855-1.6470588235294 1.2745824683895-1.4117647058824 1.2090818923925-1.1764705882353 1.4531284809427-0.9411764705882 1.4851912205623-0.7058823529412 1.4622398431876-0.4705882352941 1.4278954383338-0.2352941176471 1.39350228247630.0000000000000 1.36137626768220.2352941176471 1.33090078808780.4705882352941 1.30004401638920.7058823529412 1.26532209554840.9411764705882 1.22080185913171.1764705882353 1.15599300666741.4117647058824 1.05310277283001.6470588235294 1.07709450393841.8823529411765 1.14532219607092.1176470588235 1.17851345378202.3529411764706 1.19423734118642.5882352941176 1.20041039495702.8235294117647 1.20106801633903.0588235294118 1.19845638774663.2941176470588 1.19389426082903.5294117647059 1.18817958242473.7647058823529 1.18180052479424.0000000000000 1.1750512561970
"x-label y"y-label ADMBASE::gyy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.1943294319457-3.7647058823529 1.2046592719041-3.5294117647059 1.2152256535407-3.2941176470588 1.2261156579079-3.0588235294118 1.2373853382835-2.8235294117647 1.2490588383499-2.5882352941176 1.2611236969909-2.3529411764706 1.2735226136164-2.1176470588235 1.2861422226022-1.8823529411765 1.2988003664096-1.6470588235294 1.3112352893207-1.4117647058824 1.3231032208084-1.1764705882353 1.3339940517244-0.9411764705882 1.3434746591767-0.7058823529412 1.3511588645027-0.4705882352941 1.3567774678870-0.2352941176471 1.36019866732020.0000000000000 1.36137626768220.2352941176471 1.36028341489400.4705882352941 1.35689939481120.7058823529412 1.35125156561160.9411764705882 1.34348437914751.1764705882353 1.33389423642391.4117647058824 1.32289248563271.6470588235294 1.31092821596541.8823529411765 1.29841845107832.1176470588235 1.28570774988882.3529411764706 1.27305545372542.5882352941176 1.26064011769292.8235294117647 1.24857144240773.0588235294118 1.23690351646683.2941176470588 1.22564620970303.5294117647059 1.21477340560783.7647058823529 1.20422762809574.0000000000000 1.1939208436766
"x-label z"y-label ADMBASE::gyy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.1944179671725-3.7647058823529 1.2047528036279-3.5294117647059 1.2153667255150-3.2941176470588 1.2263622610534-3.0588235294118 1.2378151535012-2.8235294117647 1.2497733862622-2.5882352941176 1.2622519375766-2.3529411764706 1.2752227884626-2.1176470588235 1.2885995101326-1.8823529411765 1.3022160174181-1.6470588235294 1.3158002652244-1.4117647058824 1.3289465130892-1.1764705882353 1.3410949636240-0.9411764705882 1.3515347070262-0.7058823529412 1.3594520544172-0.4705882352941 1.3640465933726-0.2352941176471 1.36472832135830.0000000000000 1.36137626768220.2352941176471 1.35451805322170.4705882352941 1.34513248007110.7058823529412 1.33415151616500.9411764705882 1.32223113118321.1764705882353 1.30979523689691.4117647058824 1.29713696070901.6470588235294 1.28447832781661.8823529411765 1.27199103038632.1176470588235 1.25980165304622.3529411764706 1.24799471045912.5882352941176 1.23661712024432.8235294117647 1.22568365890433.0588235294118 1.21518217772293.2941176470588 1.20507766679323.5294117647059 1.19531466006003.7647058823529 1.18581769842304.0000000000000 1.1764895950767
"x-label diagonal"y-label ADMBASE::gyz"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gyz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gyz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gyz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gzz"Time = 0.0000000000000-6.9282032302755 1.1489525841611-6.5206618637887 1.1572751073649-6.1131204973019 1.1665399059635-5.7055791308151 1.1769217787849-5.2980377643283 1.1886407773285-4.8904963978415 1.2019701838959-4.4829550313547 1.2172447790636-4.0754136648679 1.2348662034274-3.6678722983812 1.2552975886049-3.2603309318944 1.2790264783966-2.8527895654076 1.3064406394330-2.4452481989208 1.3374751411580-2.0377068324340 1.3707116758933-1.6301654659472 1.4015650471367-1.2226240994604 1.4208609550122-0.8150827329736 1.4190865564815-0.4075413664868 1.39593400912920.0000000000000 1.36137626768220.4075413664868 1.32644381177260.8150827329736 1.29816857110731.2226240994604 1.27855067240171.6301654659472 1.26388830458262.0377068324340 1.24985823164172.4452481989208 1.23506967603132.8527895654076 1.21990095162983.2603309318944 1.20503631508613.6678722983812 1.19096830859264.0754136648679 1.17795738539164.4829550313547 1.16609807088904.8904963978415 1.15538351651625.2980377643283 1.14575001370295.7055791308151 1.13710494999046.1131204973019 1.12934398020806.5206618637887 1.12236143328116.9282032302755 1.1160563457373
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.5233761473211
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.0531027728300
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.2125545783982
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 1.2138818524667
"x-label x"y-label ADMBASE::gzz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2661041346907-3.7647058823529 1.2782018986160-3.5294117647059 1.2923855382987-3.2941176470588 1.3086980621956-3.0588235294118 1.3272059999676-2.8235294117647 1.3479019322934-2.5882352941176 1.3704459083463-2.3529411764706 1.3933667238143-2.1176470588235 1.4112162182316-1.8823529411765 1.4026658833855-1.6470588235294 1.2745824683895-1.4117647058824 1.2090818923925-1.1764705882353 1.4531284809427-0.9411764705882 1.4851912205623-0.7058823529412 1.4622398431876-0.4705882352941 1.4278954383338-0.2352941176471 1.39350228247630.0000000000000 1.36137626768220.2352941176471 1.33090078808780.4705882352941 1.30004401638920.7058823529412 1.26532209554840.9411764705882 1.22080185913171.1764705882353 1.15599300666741.4117647058824 1.05310277283001.6470588235294 1.07709450393841.8823529411765 1.14532219607092.1176470588235 1.17851345378202.3529411764706 1.19423734118642.5882352941176 1.20041039495702.8235294117647 1.20106801633903.0588235294118 1.19845638774663.2941176470588 1.19389426082903.5294117647059 1.18817958242473.7647058823529 1.18180052479424.0000000000000 1.1750512561970
"x-label y"y-label ADMBASE::gzz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.1943294319457-3.7647058823529 1.2046592719041-3.5294117647059 1.2152256535407-3.2941176470588 1.2261156579079-3.0588235294118 1.2373853382835-2.8235294117647 1.2490588383499-2.5882352941176 1.2611236969909-2.3529411764706 1.2735226136164-2.1176470588235 1.2861422226022-1.8823529411765 1.2988003664096-1.6470588235294 1.3112352893207-1.4117647058824 1.3231032208084-1.1764705882353 1.3339940517244-0.9411764705882 1.3434746591767-0.7058823529412 1.3511588645027-0.4705882352941 1.3567774678870-0.2352941176471 1.36019866732020.0000000000000 1.36137626768220.2352941176471 1.36028341489400.4705882352941 1.35689939481120.7058823529412 1.35125156561160.9411764705882 1.34348437914751.1764705882353 1.33389423642391.4117647058824 1.32289248563271.6470588235294 1.31092821596541.8823529411765 1.29841845107832.1176470588235 1.28570774988882.3529411764706 1.27305545372542.5882352941176 1.26064011769292.8235294117647 1.24857144240773.0588235294118 1.23690351646683.2941176470588 1.22564620970303.5294117647059 1.21477340560783.7647058823529 1.20422762809574.0000000000000 1.1939208436766
"x-label z"y-label ADMBASE::gzz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.1944179671725-3.7647058823529 1.2047528036279-3.5294117647059 1.2153667255150-3.2941176470588 1.2263622610534-3.0588235294118 1.2378151535012-2.8235294117647 1.2497733862622-2.5882352941176 1.2622519375766-2.3529411764706 1.2752227884626-2.1176470588235 1.2885995101326-1.8823529411765 1.3022160174181-1.6470588235294 1.3158002652244-1.4117647058824 1.3289465130892-1.1764705882353 1.3410949636240-0.9411764705882 1.3515347070262-0.7058823529412 1.3594520544172-0.4705882352941 1.3640465933726-0.2352941176471 1.36472832135830.0000000000000 1.36137626768220.2352941176471 1.35451805322170.4705882352941 1.34513248007110.7058823529412 1.33415151616500.9411764705882 1.32223113118321.1764705882353 1.30979523689691.4117647058824 1.29713696070901.6470588235294 1.28447832781661.8823529411765 1.27199103038632.1176470588235 1.25980165304622.3529411764706 1.24799471045912.5882352941176 1.23661712024432.8235294117647 1.22568365890433.0588235294118 1.21518217772293.2941176470588 1.20507766679323.5294117647059 1.19531466006003.7647058823529 1.18581769842304.0000000000000 1.1764895950767
"x-label diagonal"y-label ADMCONSTRAINTS::ham"Time = 0.0000000000000-6.9282032302755 -0.0000020324847-6.5206618637887 -0.0000020324847-6.1131204973019 -0.0000026480697-5.7055791308151 -0.0000035175289-5.2980377643283 -0.0000047637995-4.8904963978415 -0.0000065713969-4.4829550313547 -0.0000092117613-4.0754136648679 -0.0000130722100-3.6678722983812 -0.0000186915394-3.2603309318944 -0.0000269018507-2.8527895654076 -0.0000399006721-2.4452481989208 -0.0000680182663-2.0377068324340 -0.0001596986855-1.6301654659472 -0.0004426527585-1.2226240994604 -0.0007485751344-0.8150827329736 -0.0000531001681-0.4075413664868 0.00076663056240.0000000000000 0.00071012395770.4075413664868 0.00046235409410.8150827329736 -0.00015025390091.2226240994604 -0.00049643493051.6301654659472 -0.00030137092872.0377068324340 -0.00012715783982.4452481989208 -0.00006220438352.8527895654076 -0.00003832731853.2603309318944 -0.00002611103963.6678722983812 -0.00001820960474.0754136648679 -0.00001275243374.4829550313547 -0.00000896333014.8904963978415 -0.00000634213145.2980377643283 -0.00000453012815.7055791308151 -0.00000327313286.1131204973019 -0.00000239515246.5206618637887 -0.00000177619286.9282032302755 -0.0000017761928
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.0337993286968
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 -0.0254566378377
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.0000794708873
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.0006371272910
"x-label x"y-label ADMCONSTRAINTS::ham (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0001973396765-3.7647058823529 0.0001973396765-3.5294117647059 0.0003015482676-3.2941176470588 0.0004816195521-3.0588235294118 0.0008104074592-2.8235294117647 0.0014518311338-2.5882352941176 0.0028067470570-2.3529411764706 0.0059416521336-2.1176470588235 0.0138006340158-1.8823529411765 0.0320157744941-1.6470588235294 -0.0211135365788-1.4117647058824 -0.0097352234297-1.1764705882353 0.0337993286968-0.9411764705882 0.0150104478121-0.7058823529412 0.0057258967157-0.4705882352941 0.0023209704692-0.2352941176471 0.00109524955920.0000000000000 0.00071012395770.2352941176471 0.00073382378880.4705882352941 0.00107782548870.7058823529412 0.00182433419960.9411764705882 0.00311134197801.1764705882353 0.00448455963091.4117647058824 -0.00085631408171.6470588235294 -0.00241922129871.8823529411765 0.00457252978622.1176470588235 0.00294865461962.3529411764706 0.00174748221652.5882352941176 0.00105267185132.8235294117647 0.00065604856903.0588235294118 0.00042305112723.2941176470588 0.00028124595483.5294117647059 0.00019194917973.7647058823529 0.00013391722564.0000000000000 0.0001339172256
"x-label y"y-label ADMCONSTRAINTS::ham (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000147813480-3.7647058823529 0.0000147813480-3.5294117647059 0.0000169958182-3.2941176470588 0.0000188684875-3.0588235294118 0.0000200268162-2.8235294117647 0.0000198442894-2.5882352941176 0.0000173765905-2.3529411764706 0.0000113572993-2.1176470588235 0.0000004044942-1.8823529411765 -0.0000162431932-1.6470588235294 -0.0000369144860-1.4117647058824 -0.0000540184221-1.1764705882353 -0.0000492476773-0.9411764705882 0.0000085037969-0.7058823529412 0.0001517545667-0.4705882352941 0.0003783518555-0.2352941176471 0.00060918129930.0000000000000 0.00071012395770.2352941176471 0.00060973427770.4705882352941 0.00037884921230.7058823529412 0.00015185117580.9411764705882 0.00000836127151.1764705882353 -0.00004936708211.4117647058824 -0.00005401180361.6470588235294 -0.00003681036071.8823529411765 -0.00001610444162.1176470588235 0.00000053219052.3529411764706 0.00001145380492.5882352941176 0.00001743917322.8235294117647 0.00001987837963.0588235294118 0.00002004008443.2941176470588 0.00001886802543.5294117647059 0.00001698721343.7647058823529 0.00001476868444.0000000000000 0.0000147686844
"x-label z"y-label ADMCONSTRAINTS::ham (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000149062055-3.7647058823529 0.0000149062055-3.5294117647059 0.0000171846165-3.2941176470588 0.0000191492091-3.0588235294118 0.0000204208443-2.8235294117647 0.0000203525094-2.5882352941176 0.0000179497843-2.3529411764706 0.0000118439146-2.1176470588235 0.0000004756297-1.8823529411765 -0.0000171613694-1.6470588235294 -0.0000395888341-1.4117647058824 -0.0000589770202-1.1764705882353 -0.0000556157487-0.9411764705882 0.0000047440831-0.7058823529412 0.0001578927766-0.4705882352941 0.0003987712533-0.2352941176471 0.00063295317460.0000000000000 0.00071012395770.2352941176471 0.00057036376140.4705882352941 0.00031691104850.7058823529412 0.00009443289240.9411764705882 -0.00003069313381.1764705882353 -0.00007066777771.4117647058824 -0.00006385699321.6470588235294 -0.00004099854361.8823529411765 -0.00001816606262.1176470588235 -0.00000105314962.3529411764706 0.00000977310822.5882352941176 0.00001557826882.8235294117647 0.00001791746053.0588235294118 0.00001808249003.2941176470588 0.00001699187833.5294117647059 0.00001523806143.7647058823529 0.00001316742374.0000000000000 0.0000131674237
"x-label diagonal"y-label ADMBASE::kxx"Time = 0.0000000000000-6.9282032302755 -0.0127716688842-6.5206618637887 -0.0150742270535-6.1131204973019 -0.0179741712706-5.7055791308151 -0.0216810923360-5.2980377643283 -0.0264999980614-4.8904963978415 -0.0328858832154-4.4829550313547 -0.0415360950351-4.0754136648679 -0.0535504361819-3.6678722983812 -0.0707125109713-3.2603309318944 -0.0959765592845-2.8527895654076 -0.1342240858737-2.4452481989208 -0.1929159310195-2.0377068324340 -0.2796694939868-1.6301654659472 -0.3842986195032-1.2226240994604 -0.4296362504825-0.8150827329736 -0.2998477695833-0.4075413664868 -0.08826463629200.0000000000000 0.00000000000000.4075413664868 -0.08576602019350.8150827329736 -0.28579163086981.2226240994604 -0.40731445530431.6301654659472 -0.36600139221812.0377068324340 -0.26847093622972.4452481989208 -0.18664329326662.8527895654076 -0.13073295481903.2603309318944 -0.09399689682043.6678722983812 -0.06956550265354.0754136648679 -0.05287488667024.4829550313547 -0.04113496103534.8904963978415 -0.03264820428195.2980377643283 -0.02636136716455.7055791308151 -0.02160314669906.1131204973019 -0.01793359105376.5206618637887 -0.01505662751996.9282032302755 -0.0127681008705
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 12.9933257743668
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 -12.9931271111414
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 0.0665956602636
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 0.2067924545149
"x-label x"y-label ADMBASE::kxx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kxx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0069282417829-3.7647058823529 -0.0082483258801-3.5294117647059 -0.0098796179441-3.2941176470588 -0.0119052735527-3.0588235294118 -0.0144307781455-2.8235294117647 -0.0175876946435-2.5882352941176 -0.0215349202314-2.3529411764706 -0.0264528297086-2.1176470588235 -0.0325207195161-1.8823529411765 -0.0398591754124-1.6470588235294 -0.0484058487281-1.4117647058824 -0.0576810775676-1.1764705882353 -0.0664141103858-0.9411764705882 -0.0721096003721-0.7058823529412 -0.0709375660581-0.4705882352941 -0.0587530312596-0.2352941176471 -0.03384338283410.0000000000000 0.00000000000000.2352941176471 0.03384232857250.4705882352941 0.05875039151440.7058823529412 0.07093513272000.9411764705882 0.07210933951881.1764705882353 0.06641659522311.4117647058824 0.05768567164771.6470588235294 0.04841151771741.8823529411765 0.03986503704772.1176470588235 0.03252621383312.3529411764706 0.02645768282312.5882352941176 0.02153905021392.8235294117647 0.01759112710023.0588235294118 0.01443358854533.2941176470588 0.01190755331923.5294117647059 0.00988145681423.7647058823529 0.00824980401424.0000000000000 0.0069294271865
"x-label z"y-label ADMBASE::kxx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0069279850031-3.7647058823529 0.0082480056920-3.5294117647059 0.0098790445461-3.2941176470588 0.0119040765062-3.0588235294118 0.0144282724779-2.8235294117647 0.0175826661130-2.5882352941176 0.0215252937844-2.3529411764706 0.0264351898748-2.1176470588235 0.0324896971187-1.8823529411765 0.0398068667234-1.6470588235294 0.0483218072785-1.4117647058824 0.0575541278738-1.1764705882353 0.0662380502697-0.9411764705882 0.0718942614892-0.7058823529412 0.0707208615904-0.4705882352941 0.0585962720729-0.2352941176471 0.03378717156190.0000000000000 0.00000000000000.2352941176471 -0.03391427522710.4705882352941 -0.05900679955490.7058823529412 -0.07138827922710.9411764705882 -0.07268656393271.1764705882353 -0.06702481174081.4117647058824 -0.05825555058301.6470588235294 -0.04890742112231.8823529411765 -0.04027703448012.1176470588235 -0.03285894055622.3529411764706 -0.02672200828752.5882352941176 -0.02174725681872.8235294117647 -0.01775461123593.0588235294118 -0.01456201711743.2941176470588 -0.01200874379053.5294117647059 -0.00996156313363.7647058823529 -0.00831359685634.0000000000000 -0.0069805727479
"x-label diagonal"y-label ADMBASE::kxy"Time = 0.0000000000000-6.9282032302755 0.0063217241487-6.5206618637887 0.0072392721019-6.1131204973019 0.0083097523371-5.7055791308151 0.0095457841506-5.2980377643283 0.0109411154150-4.8904963978415 0.0124415454396-4.4829550313547 0.0138786559216-4.0754136648679 0.0148162517881-3.6678722983812 0.0141852093604-3.2603309318944 0.0093897501838-2.8527895654076 -0.0059245445067-2.4452481989208 -0.0473452275726-2.0377068324340 -0.1512368750899-1.6301654659472 -0.3845167716205-1.2226240994604 -0.7793794791788-0.8150827329736 -1.1221300527883-0.4075413664868 -1.14309042914160.0000000000000 -1.01997149332360.4075413664868 -0.94206526253300.8150827329736 -0.80826113646601.2226240994604 -0.53388409687781.6301654659472 -0.26946215093702.0377068324340 -0.11424256573092.4452481989208 -0.04135316320502.8527895654076 -0.00976744649393.2603309318944 0.00335636050933.6678722983812 0.00840364370594.0754136648679 0.00991729625934.4829550313547 0.00990278959674.8904963978415 0.00926178603405.2980377643283 0.00840421988765.7055791308151 0.00751512020936.1131204973019 0.00667450325096.5206618637887 0.00591286875816.9282032302755 0.0052375329546
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 8.8238494450507
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 -90.1534907311166
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 0.1054885347330
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 0.5449940428322
"x-label x"y-label ADMBASE::kxy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0894811265949-3.7647058823529 0.0990579743927-3.5294117647059 0.1079984095794-3.2941176470588 0.1139090720663-3.0588235294118 0.1111226768326-2.8235294117647 0.0857568330873-2.5882352941176 0.0012504619200-2.3529411764706 -0.2509022318376-2.1176470588235 -1.0614471040465-1.8823529411765 -4.4143933810572-1.6470588235294 -33.1399270825232-1.4117647058824 -90.1534907311166-1.1764705882353 -12.2336040185996-0.9411764705882 -4.6376913163278-0.7058823529412 -2.4522890857357-0.4705882352941 -1.5736461955819-0.2352941176471 -1.17735963025190.0000000000000 -1.01997149332360.2352941176471 -1.02572830935220.4705882352941 -1.19870058363420.7058823529412 -1.63108429112970.9411764705882 -2.63861350386121.1764705882353 -5.56695446340191.4117647058824 -26.76597839879041.6470588235294 -8.19880872252871.8823529411765 -0.64307881908252.1176470588235 0.20061819674672.3529411764706 0.32913081340652.5882352941176 0.31872499236152.8235294117647 0.27984959852083.0588235294118 0.23916303414983.2941176470588 0.20318765966253.5294117647059 0.17293262013603.7647058823529 0.14788859367184.0000000000000 0.1272188929344
"x-label y"y-label ADMBASE::kxy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0948303094036-3.7647058823529 -0.1079465534242-3.5294117647059 -0.1235024887260-3.2941176470588 -0.1420472961841-3.0588235294118 -0.1642684533751-2.8235294117647 -0.1910237018408-2.5882352941176 -0.2233744149003-2.3529411764706 -0.2626124119935-2.1176470588235 -0.3102620115601-1.8823529411765 -0.3680196200417-1.6470588235294 -0.4375593815437-1.4117647058824 -0.5200839806421-1.1764705882353 -0.6154537008765-0.9411764705882 -0.7207646176897-0.7058823529412 -0.8285612035533-0.4705882352941 -0.9256842480251-0.2352941176471 -0.99477149175990.0000000000000 -1.01997149332360.2352941176471 -0.99474050344420.4705882352941 -0.92564265748080.7058823529412 -0.82853278180650.9411764705882 -0.72076201035611.1764705882353 -0.61547672764481.4117647058824 -0.52012540336761.6470588235294 -0.43761062575311.8823529411765 -0.36807374049922.1176470588235 -0.31031442976782.3529411764706 -0.26266059164382.5882352941176 -0.22341725380582.8235294117647 -0.19106098248403.0588235294118 -0.16430044472183.2941176470588 -0.14207449712653.5294117647059 -0.12352547595463.7647058823529 -0.10796589789274.0000000000000 -0.0948465346156
"x-label z"y-label ADMBASE::kxy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0740428397207-3.7647058823529 -0.0851390532401-3.5294117647059 -0.0985071493307-3.2941176470588 -0.1147236616858-3.0588235294118 -0.1345346639903-2.8235294117647 -0.1589065771040-2.5882352941176 -0.1890873317300-2.3529411764706 -0.2266720343570-2.1176470588235 -0.2736540297757-1.8823529411765 -0.3324129481757-1.6470588235294 -0.4055326462728-1.4117647058824 -0.4952405745904-1.1764705882353 -0.6021330996204-0.9411764705882 -0.7228412926750-0.7058823529412 -0.8468303169110-0.4705882352941 -0.9542359821578-0.2352941176471 -1.01895650118460.0000000000000 -1.01997149332360.2352941176471 -0.95496115427950.4705882352941 -0.84290779290630.7058823529412 -0.71204559390840.9411764705882 -0.58543415417481.1764705882353 -0.47523548501231.4117647058824 -0.38476506111131.6470588235294 -0.31263246979001.8823529411765 -0.25578508248202.1176470588235 -0.21104621011652.3529411764706 -0.17568738022242.5882352941176 -0.14754263574942.8235294117647 -0.12495134028793.0588235294118 -0.10665771530623.2941176470588 -0.09171488856633.5294117647059 -0.07940684259673.7647058823529 -0.06918891648424.0000000000000 -0.0606437257470
"x-label diagonal"y-label ADMBASE::kxz"Time = 0.0000000000000-6.9282032302755 0.0045218301605-6.5206618637887 0.0052775307259-6.1131204973019 0.0062139311994-5.7055791308151 0.0073895883659-5.2980377643283 0.0088880408584-4.8904963978415 0.0108316240323-4.4829550313547 0.0134050143847-4.0754136648679 0.0168969554147-3.6678722983812 0.0217770336189-3.2603309318944 0.0288404828870-2.8527895654076 0.0394753956301-2.4452481989208 0.0560653879200-2.0377068324340 0.0819462852381-1.6301654659472 0.1170335649389-1.2226240994604 0.1389592089110-0.8150827329736 0.0944373794060-0.4075413664868 -0.01230632240660.0000000000000 -0.11333016592480.4075413664868 -0.18062424583400.8150827329736 -0.17125578829571.2226240994604 -0.07326307298271.6301654659472 0.01471435567572.0377068324340 0.04772651757632.4452481989208 0.04978978861202.8527895654076 0.04244564933283.2603309318944 0.03408531587683.6678722983812 0.02697526555714.0754136648679 0.02139584246294.4829550313547 0.01711738921404.8904963978415 0.01384317928605.2980377643283 0.01132120303035.7055791308151 0.00935936799486.1131204973019 0.00781639022146.5206618637887 0.00658932039226.9282032302755 0.0056029919971
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 5.7554874950139
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 -22.7468724200166
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 0.0321390705293
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 0.1742217396041
"x-label x"y-label ADMBASE::kxz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0044866188626-3.7647058823529 -0.0048924483961-3.5294117647059 -0.0053257918645-3.2941176470588 -0.0057778043898-3.0588235294118 -0.0062294891611-2.8235294117647 -0.0066433151622-2.5882352941176 -0.0069474221380-2.3529411764706 -0.0070051944720-2.1176470588235 -0.0065565084314-1.8823529411765 -0.0051157763283-1.6470588235294 -0.0019813979614-1.4117647058824 -0.0011525241617-1.1764705882353 -0.0081284476780-0.9411764705882 -0.0174494372040-0.7058823529412 -0.0297896757178-0.4705882352941 -0.0470963475257-0.2352941176471 -0.07280790576630.0000000000000 -0.11333016592480.2352941176471 -0.18163471744050.4705882352941 -0.30690564194380.7058823529412 -0.56490064661870.9411764705882 -1.19925754755431.1764705882353 -3.35349408420161.4117647058824 -22.74687242001661.6470588235294 -11.60107006556301.8823529411765 -2.59352733287232.1176470588235 -1.05960661644402.3529411764706 -0.54801652490072.5882352941176 -0.32373185533922.8235294117647 -0.20858981770503.0588235294118 -0.14293972270413.2941176470588 -0.10257452659343.5294117647059 -0.07629703830793.7647058823529 -0.05840618991804.0000000000000 -0.0457767900772
"x-label y"y-label ADMBASE::kxz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0056291964486-3.7647058823529 0.0066051047087-3.5294117647059 0.0077801991310-3.2941176470588 0.0091946978778-3.0588235294118 0.0108924623502-2.8235294117647 0.0129159632539-2.5882352941176 0.0152946876643-2.3529411764706 0.0180209902390-2.1176470588235 0.0210029646875-1.8823529411765 0.0239777852090-1.6470588235294 0.0263638997537-1.4117647058824 0.0270380051098-1.1764705882353 0.0240751150148-0.9411764705882 0.0146472625756-0.7058823529412 -0.0044335978786-0.4705882352941 -0.0348846123104-0.2352941176471 -0.07403239994960.0000000000000 -0.11333016592480.2352941176471 -0.14171475089720.4705882352941 -0.15238382799040.7058823529412 -0.14630371123500.9411764705882 -0.12957146944791.1764705882353 -0.10875717467781.4117647058824 -0.08833118471051.6470588235294 -0.07045604810661.8823529411765 -0.05574876274652.1176470588235 -0.04404591456562.3529411764706 -0.03489106922292.5882352941176 -0.02778047953722.8235294117647 -0.02226377023613.0588235294118 -0.01797259342903.2941176470588 -0.01461864804813.5294117647059 -0.01198126638723.7647058823529 -0.00989331965774.0000000000000 -0.0082286947840
"x-label z"y-label ADMBASE::kxz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0079383161494-3.7647058823529 0.0087072811315-3.5294117647059 0.0095231083823-3.2941176470588 0.0103608396972-3.0588235294118 0.0111734783565-2.8235294117647 0.0118779959495-2.5882352941176 0.0123333986111-2.3529411764706 0.0123072654822-2.1176470588235 0.0114271361190-1.8823529411765 0.0091163090918-1.6470588235294 0.0045259395823-1.4117647058824 -0.0034913349629-1.1764705882353 -0.0162510510588-0.9411764705882 -0.0347356771962-0.7058823529412 -0.0585007127126-0.4705882352941 -0.0841962365263-0.2352941176471 -0.10504663511340.0000000000000 -0.11333016592480.2352941176471 -0.10544180913120.4705882352941 -0.08478611823300.7058823529412 -0.05905280450770.9411764705882 -0.03511847773341.1764705882353 -0.01644407758641.4117647058824 -0.00353388450231.6470588235294 0.00458078961841.8823529411765 0.00922398384622.1176470588235 0.01155700482802.3529411764706 0.01244079773092.5882352941176 0.01246057729712.8235294117647 0.01199415373013.0588235294118 0.01127705228313.2941176470588 0.01045193798233.5294117647059 0.00960265387373.7647058823529 0.00877652462254.0000000000000 0.0079985729403
"x-label diagonal"y-label ADMBASE::kyy"Time = 0.0000000000000-6.9282032302755 0.0290471449357-6.5206618637887 0.0343285727757-6.1131204973019 0.0409837675695-5.7055791308151 0.0494924299880-5.2980377643283 0.0605496738547-4.8904963978415 0.0751861777465-4.4829550313547 0.0949682031769-4.0754136648679 0.1223364055766-3.6678722983812 0.1611814991038-3.2603309318944 0.2177870926048-2.8527895654076 0.3021328415090-2.4452481989208 0.4283904616542-2.0377068324340 0.6077322122247-1.6301654659472 0.8088083198579-1.2226240994604 0.8678463034741-0.8150827329736 0.5833422540481-0.4075413664868 0.17581253240420.0000000000000 0.00000000000000.4075413664868 0.07709799806370.8150827329736 0.28929049853511.2226240994604 0.43734054666881.6301654659472 0.42871471388502.0377068324340 0.34650597599012.4452481989208 0.26291851644402.8527895654076 0.19779471612153.2603309318944 0.15042874547143.6678722983812 0.11631634176784.0754136648679 0.09150390866024.4829550313547 0.07316099888964.8904963978415 0.05936134414875.2980377643283 0.04880253178815.7055791308151 0.04059576003156.1131204973019 0.03412528795156.5206618637887 0.02895731837106.9282032302755 0.0247810547282
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 16.5302601453905
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 -16.5305128909204
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 0.1056811589532
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 0.2989270372612
"x-label x"y-label ADMBASE::kyy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kyy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0069282417829-3.7647058823529 0.0082483258801-3.5294117647059 0.0098796179441-3.2941176470588 0.0119052735527-3.0588235294118 0.0144307781455-2.8235294117647 0.0175876946435-2.5882352941176 0.0215349202314-2.3529411764706 0.0264528297086-2.1176470588235 0.0325207195161-1.8823529411765 0.0398591754124-1.6470588235294 0.0484058487281-1.4117647058824 0.0576810775676-1.1764705882353 0.0664141103858-0.9411764705882 0.0721096003721-0.7058823529412 0.0709375660581-0.4705882352941 0.0587530312596-0.2352941176471 0.03384338283410.0000000000000 0.00000000000000.2352941176471 -0.03384232857250.4705882352941 -0.05875039151440.7058823529412 -0.07093513272000.9411764705882 -0.07210933951881.1764705882353 -0.06641659522311.4117647058824 -0.05768567164771.6470588235294 -0.04841151771741.8823529411765 -0.03986503704772.1176470588235 -0.03252621383312.3529411764706 -0.02645768282312.5882352941176 -0.02153905021392.8235294117647 -0.01759112710023.0588235294118 -0.01443358854533.2941176470588 -0.01190755331923.5294117647059 -0.00988145681423.7647058823529 -0.00824980401424.0000000000000 -0.0069294271865
"x-label z"y-label ADMBASE::kyy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::kyz"Time = 0.0000000000000-6.9282032302755 0.0241259489381-6.5206618637887 0.0282736134728-6.1131204973019 0.0334272915764-5.7055791308151 0.0399092214355-5.2980377643283 0.0481717764901-4.8904963978415 0.0588611154952-4.4829550313547 0.0729164707299-4.0754136648679 0.0917251628309-3.6678722983812 0.1173586874984-3.2603309318944 0.1528984202846-2.8527895654076 0.2027270517371-2.4452481989208 0.2720299606089-2.0377068324340 0.3622946641252-1.6301654659472 0.4532178263561-1.2226240994604 0.4671622486241-0.8150827329736 0.3135394024993-0.4075413664868 0.09278391710490.0000000000000 0.00000000000000.4075413664868 0.09015736814150.8150827329736 0.29884143312711.2226240994604 0.44289078638811.6301654659472 0.43163921754092.0377068324340 0.34778761988722.4452481989208 0.26318493992122.8527895654076 0.19745417763753.2603309318944 0.14974465788993.6678722983812 0.11545504429754.0754136648679 0.09056803147264.4829550313547 0.07221228138494.8904963978415 0.05843570356195.2980377643283 0.04791977282715.7055791308151 0.03976574390026.1131204973019 0.03335182290946.5206618637887 0.02824060332846.9282032302755 0.0241192088858
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 21.5599472634425
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 -13.1882338111407
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 0.0932881069059
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 0.2580459099520
"x-label x"y-label ADMBASE::kyz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kyz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0219394323126-3.7647058823529 -0.0248258435803-3.5294117647059 -0.0281859688405-3.2941176470588 -0.0320975512451-3.0588235294118 -0.0366428582322-2.8235294117647 -0.0419000960626-2.5882352941176 -0.0479257538483-2.3529411764706 -0.0547210496914-2.1176470588235 -0.0621719637808-1.8823529411765 -0.0699489450865-1.6470588235294 -0.0773544445361-1.4117647058824 -0.0831286117887-1.1764705882353 -0.0852965535347-0.9411764705882 -0.0813000396352-0.7058823529412 -0.0688511670564-0.4705882352941 -0.0478088391622-0.2352941176471 -0.02223045735180.0000000000000 0.00000000000000.2352941176471 0.01161256372580.4705882352941 0.01094370038010.7058823529412 0.00208632743290.9411764705882 -0.00919040601711.1764705882353 -0.01888314962231.4117647058824 -0.02544956102101.6470588235294 -0.02895198608591.8823529411765 -0.03009419463412.1176470588235 -0.02965625378902.3529411764706 -0.02827340615412.5882352941176 -0.02639589486992.8235294117647 -0.02431714628553.0588235294118 -0.02221640589813.2941176470588 -0.02019614435513.5294117647059 -0.01830975821453.7647058823529 -0.01658048845994.0000000000000 -0.0150137589041
"x-label z"y-label ADMBASE::kyz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0219386191765-3.7647058823529 0.0248248798768-3.5294117647059 0.0281843329698-3.2941176470588 0.0320943239137-3.0588235294118 0.0366364958018-2.8235294117647 0.0418881163280-2.5882352941176 0.0479043302849-2.3529411764706 0.0546845594470-2.1176470588235 0.0621126562564-1.8823529411765 0.0698571484655-1.6470588235294 0.0772201430039-1.4117647058824 0.0829456548769-1.1764705882353 0.0850704371110-0.9411764705882 0.0810572556006-0.7058823529412 0.0686408362495-0.4705882352941 0.0476812802162-0.2352941176471 0.02219353426120.0000000000000 0.00000000000000.2352941176471 -0.01163725130340.4705882352941 -0.01099146266220.7058823529412 -0.00209965527140.9411764705882 0.00926397383461.1764705882353 0.01905607392631.4117647058824 0.02570097819841.6470588235294 0.02924855576921.8823529411765 0.03040521230362.1176470588235 0.02995962227182.3529411764706 0.02855587160132.5882352941176 0.02665105002292.8235294117647 0.02454313906143.0588235294118 0.02241408517093.2941176470588 0.02036777133103.5294117647059 0.01845819051233.7647058823529 0.01670869956424.0000000000000 0.0151245742870
"x-label diagonal"y-label ADMBASE::kzz"Time = 0.0000000000000-6.9282032302755 -0.0162754760516-6.5206618637887 -0.0192543457222-6.1131204973019 -0.0230095962989-5.7055791308151 -0.0278113376520-5.2980377643283 -0.0340496757933-4.8904963978415 -0.0423002945311-4.4829550313547 -0.0534321081419-4.0754136648679 -0.0687859693947-3.6678722983812 -0.0904689881326-3.2603309318944 -0.1218105333204-2.8527895654076 -0.1679087556353-2.4452481989208 -0.2354745306346-2.0377068324340 -0.3280627182378-1.6301654659472 -0.4245097003548-1.2226240994604 -0.4382100529915-0.8150827329736 -0.2834944844648-0.4075413664868 -0.08754789611220.0000000000000 0.00000000000000.4075413664868 0.00866802212980.8150827329736 -0.00349886766531.2226240994604 -0.03002609136441.6301654659472 -0.06271332166692.0377068324340 -0.07803503976032.4452481989208 -0.07627522317742.8527895654076 -0.06706176130253.2603309318944 -0.05643184865103.6678722983812 -0.04675083911444.0754136648679 -0.03862902198994.4829550313547 -0.03202603785444.8904963978415 -0.02671313986685.2980377643283 -0.02244116462365.7055791308151 -0.01899261333266.1131204973019 -0.01619169689786.5206618637887 -0.01390069085116.9282032302755 -0.0120129538577
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 8.7163361404000
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 -8.7186143564285
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 0.0630342538702
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 0.1823506477441
"x-label x"y-label ADMBASE::kzz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kzz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::kzz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0069279850031-3.7647058823529 -0.0082480056920-3.5294117647059 -0.0098790445461-3.2941176470588 -0.0119040765062-3.0588235294118 -0.0144282724779-2.8235294117647 -0.0175826661130-2.5882352941176 -0.0215252937844-2.3529411764706 -0.0264351898748-2.1176470588235 -0.0324896971187-1.8823529411765 -0.0398068667234-1.6470588235294 -0.0483218072785-1.4117647058824 -0.0575541278738-1.1764705882353 -0.0662380502697-0.9411764705882 -0.0718942614892-0.7058823529412 -0.0707208615904-0.4705882352941 -0.0585962720729-0.2352941176471 -0.03378717156190.0000000000000 0.00000000000000.2352941176471 0.03391427522710.4705882352941 0.05900679955490.7058823529412 0.07138827922710.9411764705882 0.07268656393271.1764705882353 0.06702481174081.4117647058824 0.05825555058301.6470588235294 0.04890742112231.8823529411765 0.04027703448012.1176470588235 0.03285894055622.3529411764706 0.02672200828752.5882352941176 0.02174725681872.8235294117647 0.01775461123593.0588235294118 0.01456201711743.2941176470588 0.01200874379053.5294117647059 0.00996156313363.7647058823529 0.00831359685634.0000000000000 0.0069805727479
"x-label diagonal"y-label ADMCONSTRAINTS::momx"Time = 0.0000000000000-6.9282032302755 0.0000022379125-6.5206618637887 0.0000022379125-6.1131204973019 0.0000035837810-5.7055791308151 0.0000057916959-5.2980377643283 0.0000094552981-4.8904963978415 0.0000155832663-4.4829550313547 0.0000258286359-4.0754136648679 0.0000425966050-3.6678722983812 0.0000679860206-3.2603309318944 0.0000968572497-2.8527895654076 0.0000854405479-2.4452481989208 -0.0001621132537-2.0377068324340 -0.0012299164378-1.6301654659472 -0.0034298356552-1.2226240994604 -0.0017581361694-0.8150827329736 0.0067341270145-0.4075413664868 0.00488144266870.0000000000000 0.00000401424430.4075413664868 -0.00409919727500.8150827329736 -0.00519917503671.2226240994604 0.00150244412531.6301654659472 0.00277110153122.0377068324340 0.00100147114962.4452481989208 0.00012512525142.8527895654076 -0.00008091130133.2603309318944 -0.00008896544413.6678722983812 -0.00006268743224.0754136648679 -0.00003960593984.4829550313547 -0.00002425184434.8904963978415 -0.00001479293455.2980377643283 -0.00000908708475.7055791308151 -0.00000564526796.1131204973019 -0.00000355100066.5206618637887 -0.00000226098566.9282032302755 -0.0000022609856
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 1.1862303295139
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 -1.1861867788844
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 0.0008665577487
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 0.0110525635028
"x-label x"y-label ADMCONSTRAINTS::momx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000993904-3.7647058823529 0.0000000993904-3.5294117647059 0.0000001489706-3.2941176470588 0.0000002382470-3.0588235294118 0.0000004064975-2.8235294117647 0.0000007405796-2.5882352941176 0.0000014396916-2.3529411764706 0.0000029587256-2.1176470588235 0.0000061702853-1.8823529411765 0.0000110009508-1.6470588235294 0.0000063356816-1.4117647058824 0.0000012619990-1.1764705882353 -0.0000021294937-0.9411764705882 -0.0000026713808-0.7058823529412 -0.0000008464271-0.4705882352941 0.0000008894228-0.2352941176471 0.00000241816650.0000000000000 0.00000401424430.2352941176471 0.00000599226600.4705882352941 0.00000870482530.7058823529412 0.00001247985170.9411764705882 0.00001689455751.1764705882353 0.00001687228331.4117647058824 0.00000194244181.6470588235294 0.00000463551181.8823529411765 0.00000978478902.1176470588235 0.00000625432142.3529411764706 0.00000337007712.5882352941176 0.00000181098592.8235294117647 0.00000100976103.0588235294118 0.00000058979413.2941176470588 0.00000036119833.5294117647059 0.00000023150723.7647058823529 0.00000015487814.0000000000000 0.0000001548781
"x-label y"y-label ADMCONSTRAINTS::momx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0002678030149-3.7647058823529 -0.0002678030149-3.5294117647059 -0.0003175359443-3.2941176470588 -0.0003745772731-3.0588235294118 -0.0004375482059-2.8235294117647 -0.0005025250051-2.5882352941176 -0.0005609629601-2.3529411764706 -0.0005963964224-2.1176470588235 -0.0005796767258-1.8823529411765 -0.0004633500629-1.6470588235294 -0.0001784168083-1.4117647058824 0.0003570559195-1.1764705882353 0.0011975586329-0.9411764705882 0.0022725765444-0.7058823529412 0.0032430638858-0.4705882352941 0.0034595621597-0.2352941176471 0.00231920427550.0000000000000 0.00000401424430.2352941176471 -0.00231129229310.4705882352941 -0.00345242439600.7058823529412 -0.00323762083720.9411764705882 -0.00226910216161.1764705882353 -0.00119559525171.4117647058824 -0.00035594976341.6470588235294 0.00017914215511.8823529411765 0.00046393602942.1176470588235 0.00058020986022.3529411764706 0.00059689188222.5882352941176 0.00056141377212.8235294117647 0.00050292312513.0588235294118 0.00043789050533.2941176470588 0.00037486544433.5294117647059 0.00031777475553.7647058823529 0.00026799862184.0000000000000 0.0002679986218
"x-label z"y-label ADMCONSTRAINTS::momx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000043739770-3.7647058823529 -0.0000043739770-3.5294117647059 -0.0000096157148-3.2941176470588 -0.0000176566045-3.0588235294118 -0.0000296934238-2.8235294117647 -0.0000472136332-2.5882352941176 -0.0000717735690-2.3529411764706 -0.0001042734716-2.1176470588235 -0.0001431528733-1.8823529411765 -0.0001805923187-1.6470588235294 -0.0001958887396-1.4117647058824 -0.0001473721928-1.1764705882353 0.0000276807718-0.9411764705882 0.0003793841867-0.7058823529412 0.0008472516841-0.4705882352941 0.0011466713632-0.2352941176471 0.00087720581130.0000000000000 0.00000401424430.2352941176471 -0.00088127193480.4705882352941 -0.00116942254890.7058823529412 -0.00087316131270.9411764705882 -0.00039481892301.1764705882353 -0.00003113467961.4117647058824 0.00015103868251.6470588235294 0.00020186971211.8823529411765 0.00018620250942.1176470588235 0.00014744246772.3529411764706 0.00010719331392.5882352941176 0.00007359916242.8235294117647 0.00004826585933.0588235294118 0.00003023798163.2941176470588 0.00001788532613.5294117647059 0.00000965717293.7647058823529 0.00000431036554.0000000000000 0.0000043103655
"x-label diagonal"y-label ADMCONSTRAINTS::momy"Time = 0.0000000000000-6.9282032302755 -0.0000361141067-6.5206618637887 -0.0000361141067-6.1131204973019 -0.0000486845828-5.7055791308151 -0.0000665334794-5.2980377643283 -0.0000922340780-4.8904963978415 -0.0001297397465-4.4829550313547 -0.0001851154945-4.0754136648679 -0.0002675503654-3.6678722983812 -0.0003906666494-3.2603309318944 -0.0005749937313-2.8527895654076 -0.0008614913228-2.4452481989208 -0.0014067049234-2.0377068324340 -0.0029873862273-1.6301654659472 -0.0080866926865-1.2226240994604 -0.0150039462010-0.8150827329736 -0.0042614144598-0.4075413664868 0.00777077626380.0000000000000 0.00212586277520.4075413664868 -0.00186110260810.8150827329736 0.00374811887791.2226240994604 0.00639083224281.6301654659472 0.00267434634912.0377068324340 0.00079533019512.4452481989208 0.00042884993402.8527895654076 0.00035112937043.2603309318944 0.00028669424313.6678722983812 0.00022156313664.0754136648679 0.00016572760374.4829550313547 0.00012231882124.8904963978415 0.00009009792525.2980377643283 0.00006663815425.7055791308151 0.00004964721336.1131204973019 0.00003731582396.5206618637887 0.00002831289606.9282032302755 0.0000283128960
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 1.8256036698110
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 -1.0871472467826
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 0.0012791745512
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 0.0160414574762
"x-label x"y-label ADMCONSTRAINTS::momy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0006590751558-3.7647058823529 -0.0006590751558-3.5294117647059 -0.0012754198964-3.2941176470588 -0.0025264970275-3.0588235294118 -0.0052093917732-2.8235294117647 -0.0113964446876-2.5882352941176 -0.0271169805843-2.3529411764706 -0.0727572532928-2.1176470588235 -0.2341525948353-1.8823529411765 -1.0871472467826-1.6470588235294 -0.7958018507059-1.4117647058824 0.5736966185201-1.1764705882353 1.8256036698110-0.9411764705882 0.3074876303828-0.7058823529412 0.0875343708881-0.4705882352941 0.0299081306966-0.2352941176471 0.01054126620540.0000000000000 0.00212586277520.2352941176471 -0.00375250923540.4705882352941 -0.01179911916460.7058823529412 -0.02925759946880.9411764705882 -0.07754284234611.1764705882353 -0.27627831893081.4117647058824 -0.05263260846171.6470588235294 0.08738776774001.8823529411765 0.16523981277782.1176470588235 0.04744321101762.3529411764706 0.01628144662302.5882352941176 0.00600612347302.8235294117647 0.00225045238833.0588235294118 0.00078396530463.2941176470588 0.00019251181733.5294117647059 -0.00004366718783.7647058823529 -0.00013010720474.0000000000000 -0.0001301072047
"x-label y"y-label ADMCONSTRAINTS::momy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000267769689-3.7647058823529 0.0000267769689-3.5294117647059 0.0000314757794-3.2941176470588 0.0000362127511-3.0588235294118 0.0000400952867-2.8235294117647 0.0000413528551-2.5882352941176 0.0000367235076-2.3529411764706 0.0000205976706-2.1176470588235 -0.0000158620090-1.8823529411765 -0.0000846745273-1.6470588235294 -0.0001973551766-1.4117647058824 -0.0003518089921-1.1764705882353 -0.0005023227208-0.9411764705882 -0.0005175128339-0.7058823529412 -0.0001818831326-0.4705882352941 0.0006354696443-0.2352941176471 0.00164624014210.0000000000000 0.00212586277520.2352941176471 0.00164514378660.4705882352941 0.00063404392120.7058823529412 -0.00018311031460.9411764705882 -0.00051849769931.1764705882353 -0.00050313935371.4117647058824 -0.00035247781881.6470588235294 -0.00019787337421.8823529411765 -0.00008505284852.1176470588235 -0.00001612606002.3529411764706 0.00002041827962.5882352941176 0.00003660289252.8235294117647 0.00004127144683.0588235294118 0.00004003946373.2941176470588 0.00003617347603.5294117647059 0.00003144721353.7647058823529 0.00002675538804.0000000000000 0.0000267553880
"x-label z"y-label ADMCONSTRAINTS::momy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000383386241-3.7647058823529 0.0000383386241-3.5294117647059 0.0000420522533-3.2941176470588 0.0000446685119-3.0588235294118 0.0000449819076-2.8235294117647 0.0000411689405-2.5882352941176 0.0000307371590-2.3529411764706 0.0000108878317-2.1176470588235 -0.0000199713235-1.8823529411765 -0.0000580614185-1.6470588235294 -0.0000850227860-1.4117647058824 -0.0000519215719-1.1764705882353 0.0001375020211-0.9411764705882 0.0006136947864-0.7058823529412 0.0014330095824-0.4705882352941 0.0023541494574-0.2352941176471 0.00275318157230.0000000000000 0.00212586277520.2352941176471 0.00081321255220.4705882352941 -0.00027580811880.7058823529412 -0.00066866146430.9411764705882 -0.00055845609621.1764705882353 -0.00030471994891.4117647058824 -0.00010481726951.6470588235294 0.00000219857871.8823529411765 0.00004149835772.1176470588235 0.00004513338782.3529411764706 0.00003469361282.5882352941176 0.00002133708452.8235294117647 0.00000967511893.0588235294118 0.00000099871823.2941176470588 -0.00000481343743.5294117647059 -0.00000834378093.7647058823529 -0.00001022386454.0000000000000 -0.0000102238645
"x-label diagonal"y-label ADMCONSTRAINTS::momz"Time = 0.0000000000000-6.9282032302755 -0.0000109912860-6.5206618637887 -0.0000109912860-6.1131204973019 -0.0000142158100-5.7055791308151 -0.0000184421463-5.2980377643283 -0.0000238913695-4.8904963978415 -0.0000306402261-4.4829550313547 -0.0000382011732-4.0754136648679 -0.0000443312836-3.6678722983812 -0.0000416978794-3.2603309318944 -0.0000085655824-2.8527895654076 0.0001166383751-2.4452481989208 0.0004964679828-2.0377068324340 0.0014603694840-1.6301654659472 0.0029771295848-1.2226240994604 0.0020219217665-0.8150827329736 -0.0031426183686-0.4075413664868 -0.00294877807140.0000000000000 -0.00153937354300.4075413664868 -0.00160633159590.8150827329736 0.00231173307241.2226240994604 0.00370678197451.6301654659472 0.00133899043272.0377068324340 0.00046728394642.4452481989208 0.00037749381092.8527895654076 0.00032994904573.2603309318944 0.00025625482883.6678722983812 0.00018597855954.0754136648679 0.00013139595954.4829550313547 0.00009233302084.8904963978415 0.00006521649215.2980377643283 0.00004652919055.7055791308151 0.00003360282866.1131204973019 0.00002458103096.5206618637887 0.00001821269916.9282032302755 0.0000182126991
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.4226376859681
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 -0.4226426936067
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.0008114505896
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.0079337072604
"x-label x"y-label ADMCONSTRAINTS::momz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000009074279-3.7647058823529 -0.0000009074279-3.5294117647059 0.0000001116524-3.2941176470588 0.0000018643485-3.0588235294118 0.0000047207828-2.8235294117647 0.0000091598575-2.5882352941176 0.0000156164110-2.3529411764706 0.0000237788799-2.1176470588235 0.0000300954800-1.8823529411765 0.0000207761439-1.6470588235294 -0.0000130298873-1.4117647058824 0.0000045379464-1.1764705882353 0.0000186838829-0.9411764705882 -0.0000091959206-0.7058823529412 -0.0000833120833-0.4705882352941 -0.0002606839388-0.2352941176471 -0.00065646138560.0000000000000 -0.00153937354300.2352941176471 -0.00358613158230.4705882352941 -0.00865493669350.7058823529412 -0.02243905181680.9411764705882 -0.06514338025631.1764705882353 -0.25716069888121.4117647058824 -0.04850052853791.6470588235294 0.08776774911001.8823529411765 0.18452490238552.1176470588235 0.06051701970662.3529411764706 0.02460047265142.5882352941176 0.01133869372922.8235294117647 0.00575204204343.0588235294118 0.00314676020953.2941176470588 0.00182917922163.5294117647059 0.00111745918903.7647058823529 0.00071152117774.0000000000000 0.0007115211777
"x-label y"y-label ADMCONSTRAINTS::momz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000395247152-3.7647058823529 -0.0000395247152-3.5294117647059 -0.0000438575018-3.2941176470588 -0.0000473526071-3.0588235294118 -0.0000489164028-2.8235294117647 -0.0000468758387-2.5882352941176 -0.0000389259942-2.3529411764706 -0.0000224651792-2.1176470588235 0.0000039876878-1.8823529411765 0.0000368828969-1.6470588235294 0.0000590315209-1.4117647058824 0.0000249037465-1.1764705882353 -0.0001536835607-0.9411764705882 -0.0005910318613-0.7058823529412 -0.0013189644036-0.4705882352941 -0.0020793597261-0.2352941176471 -0.00228334977690.0000000000000 -0.00153937354300.2352941176471 -0.00028789620260.4705882352941 0.00060597864910.7058823529412 0.00080326514250.9411764705882 0.00057350567871.1764705882353 0.00027131717081.4117647058824 0.00006210351131.6470588235294 -0.00003936946431.8823529411765 -0.00007000286812.1176470588235 -0.00006595633752.3529411764706 -0.00004967332872.5882352941176 -0.00003211113252.8235294117647 -0.00001747319523.0588235294118 -0.00000669086203.2941176470588 0.00000062276523.5294117647059 0.00000523477193.7647058823529 0.00000790292464.0000000000000 0.0000079029246
"x-label z"y-label ADMCONSTRAINTS::momz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000293602324-3.7647058823529 -0.0000293602324-3.5294117647059 -0.0000352539380-3.2941176470588 -0.0000416477731-3.0588235294118 -0.0000478368714-2.8235294117647 -0.0000523032858-2.5882352941176 -0.0000521060826-2.3529411764706 -0.0000419941060-2.1176470588235 -0.0000133959716-1.8823529411765 0.0000459131494-1.6470588235294 0.0001490712753-1.4117647058824 0.0002990616437-1.1764705882353 0.0004622097535-0.9411764705882 0.0005294018715-0.7058823529412 0.0003123696019-0.4705882352941 -0.0003165776660-0.2352941176471 -0.00113511533140.0000000000000 -0.00153937354300.2352941176471 -0.00115470864960.4705882352941 -0.00033265780050.7058823529412 0.00031302905410.9411764705882 0.00054122093261.1764705882353 0.00047499501721.4117647058824 0.00030748934361.6470588235294 0.00015263160751.8823529411765 0.00004608205722.1176470588235 -0.00001501101372.3529411764706 -0.00004427246312.5882352941176 -0.00005442378602.8235294117647 -0.00005437608053.0588235294118 -0.00004957285353.2941176470588 -0.00004304921103.5294117647059 -0.00003636152573.7647058823529 -0.00003022480164.0000000000000 -0.0000302248016
"x-label diagonal"y-label STATICCONFORMAL::psi"Time = 0.0000000000000-6.9282032302755 1.1759038459241-6.5206618637887 1.1865857110707-6.1131204973019 1.1986420565675-5.7055791308151 1.2123533514264-5.2980377643283 1.2280801535320-4.8904963978415 1.2462925779744-4.4829550313547 1.2676125877610-4.0754136648679 1.2928746682409-3.6678722983812 1.3232110478537-3.2603309318944 1.3601625181445-2.8527895654076 1.4057870172952-2.4452481989208 1.4626230700851-2.0377068324340 1.5329802875769-1.6301654659472 1.6161015722121-1.2226240994604 1.7017287492827-0.8150827329736 1.7684839934587-0.4075413664868 1.80680609129880.0000000000000 1.83333333333330.4075413664868 1.85648435026230.8150827329736 1.85223565571491.2226240994604 1.79446210745851.6301654659472 1.69936956932692.0377068324340 1.60114926135742.4452481989208 1.51690658440962.8527895654076 1.44905041275103.2603309318944 1.39503943089803.6678722983812 1.35173608143054.0754136648679 1.31654524581554.4829550313547 1.28752165195304.8904963978415 1.26324327826155.2980377643283 1.24267012472175.7055791308151 1.22503374447796.1131204973019 1.20975843278136.5206618637887 1.19640647918746.9282032302755 1.1846402375706
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 9.6717171717172
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 1.1759038459241
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 1.3506315967167
"x-label time"y-label STATICCONFORMAL::psi"psi v time0.0000000000000 1.3609258434852
"x-label x"y-label STATICCONFORMAL::psi (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.3363636363636-3.7647058823529 1.3632373213379-3.5294117647059 1.3954996186117-3.2941176470588 1.4351302423816-3.0588235294118 1.4852708460134-2.8235294117647 1.5512471655329-2.5882352941176 1.6429126968695-2.3529411764706 1.7808633851013-2.1176470588235 2.0168408826945-1.8823529411765 2.5294314381271-1.6470588235294 4.6383177570093-1.4117647058824 6.9242424242424-1.1764705882353 2.8256743256743-0.9411764705882 2.2019657577679-0.7058823529412 1.9696296296296-0.4705882352941 1.8663113006397-0.2352941176471 1.82755222703980.0000000000000 1.83333333333330.2352941176471 1.88115884903430.4705882352941 1.98230277185500.7058823529412 2.17111111111110.9411764705882 2.54692454026631.1764705882353 3.50499500499501.4117647058824 9.67171717171721.6470588235294 6.25887850467291.8823529411765 3.10936454849502.1176470588235 2.35249709639952.3529411764706 2.00908133719402.5882352941176 1.81149134746262.8235294117647 1.68231292517013.0588235294118 1.59080949482653.2941176470588 1.52232726541293.5294117647059 1.46898042206973.7647058823529 1.42614089820794.0000000000000 1.3909090909091
"x-label y"y-label STATICCONFORMAL::psi (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.2926028679903-3.7647058823529 1.3084491865950-3.5294117647059 1.3259505336207-3.2941176470588 1.3453458895468-3.0588235294118 1.3669114123290-2.8235294117647 1.3909626883015-2.5882352941176 1.4178531520112-2.3529411764706 1.4479644489680-2.1176470588235 1.4816811173169-1.8823529411765 1.5193364208804-1.6470588235294 1.5611080573723-1.4117647058824 1.6068333272440-1.1764705882353 1.6557111811299-0.9411764705882 1.7058865787568-0.7058823529412 1.7540155851675-0.4705882352941 1.7951220729898-0.2352941176471 1.82326627199020.0000000000000 1.83333333333330.2352941176471 1.82326627199020.4705882352941 1.79512207298980.7058823529412 1.75401558516750.9411764705882 1.70588657875681.1764705882353 1.65571118112991.4117647058824 1.60683332724401.6470588235294 1.56110805737231.8823529411765 1.51933642088042.1176470588235 1.48168111731692.3529411764706 1.44796444896802.5882352941176 1.41785315201122.8235294117647 1.39096268830153.0588235294118 1.36691141232903.2941176470588 1.34534588954683.5294117647059 1.32595053362073.7647058823529 1.30844918659504.0000000000000 1.2926028679903
"x-label z"y-label STATICCONFORMAL::psi (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.2926028679903-3.7647058823529 1.3084491865950-3.5294117647059 1.3259505336207-3.2941176470588 1.3453458895468-3.0588235294118 1.3669114123290-2.8235294117647 1.3909626883015-2.5882352941176 1.4178531520112-2.3529411764706 1.4479644489680-2.1176470588235 1.4816811173169-1.8823529411765 1.5193364208804-1.6470588235294 1.5611080573723-1.4117647058824 1.6068333272440-1.1764705882353 1.6557111811299-0.9411764705882 1.7058865787568-0.7058823529412 1.7540155851675-0.4705882352941 1.7951220729898-0.2352941176471 1.82326627199020.0000000000000 1.83333333333330.2352941176471 1.82326627199020.4705882352941 1.79512207298980.7058823529412 1.75401558516750.9411764705882 1.70588657875681.1764705882353 1.65571118112991.4117647058824 1.60683332724401.6470588235294 1.56110805737231.8823529411765 1.51933642088042.1176470588235 1.48168111731692.3529411764706 1.44796444896802.5882352941176 1.41785315201122.8235294117647 1.39096268830153.0588235294118 1.36691141232903.2941176470588 1.34534588954683.5294117647059 1.32595053362073.7647058823529 1.30844918659504.0000000000000 1.2926028679903
"x-label diagonal"y-label IDPUNCTURE::u"Time = 0.0000000000000-6.9282032302755 1.0415355109745-6.5206618637887 1.0441314804104-6.1131204973019 1.0470606603886-5.7055791308151 1.0503929851610-5.2980377643283 1.0542190403045-4.8904963978415 1.0586561018326-4.4829550313547 1.0638563016246-4.0754136648679 1.0700172066983-3.6678722983812 1.0773943375697-3.2603309318944 1.0863116649699-2.8527895654076 1.0971540397804-2.4452481989208 1.1102868410970-2.0377068324340 1.1257397781000-1.6301654659472 1.1423158066908-1.2226240994604 1.1561964749065-0.8150827329736 1.1617206445343-0.4075413664868 1.15713188486270.0000000000000 1.14698942556830.4075413664868 1.13585589167050.8150827329736 1.12486605916301.2226240994604 1.11369345760711.6301654659472 1.10246539813762.0377068324340 1.09181195101182.4452481989208 1.08221579500102.8527895654076 1.07382592054893.2603309318944 1.06658743434803.6678722983812 1.06036881103314.0754136648679 1.05502540680454.4829550313547 1.05042350062164.8904963978415 1.04644680116735.2980377643283 1.04299636767895.7055791308151 1.03998857873496.1131204973019 1.03735287886166.5206618637887 1.03502978841956.9282032302755 1.0329692126301
"x-label time"y-label IDPUNCTURE::u"u v time0.0000000000000 1.3365863250236
"x-label time"y-label IDPUNCTURE::u"u v time0.0000000000000 1.0329692126301
"x-label time"y-label IDPUNCTURE::u"u v time0.0000000000000 1.0675477124431
"x-label time"y-label IDPUNCTURE::u"u v time0.0000000000000 1.0678162994909
"x-label x"y-label IDPUNCTURE::u (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.0811981795706-3.7647058823529 1.0862730657938-3.5294117647059 1.0924140881643-3.2941176470588 1.0998443146480-3.0588235294118 1.1089197413218-2.8235294117647 1.1202112451761-2.5882352941176 1.1346705994246-2.3529411764706 1.1539851075143-2.1176470588235 1.1813734029758-1.8823529411765 1.2232849635139-1.6470588235294 1.2900429079337-1.4117647058824 1.3365863250236-1.1764705882353 1.2767279430536-0.9411764705882 1.2288730123220-0.7058823529412 1.1962744643029-0.4705882352941 1.1738203205941-0.2352941176471 1.15807042212100.0000000000000 1.14698942556830.2352941176471 1.13935527386230.4705882352941 1.13439816697650.7058823529412 1.13156217654010.9411764705882 1.13025423635001.1764705882353 1.12935044333621.4117647058824 1.12591829859541.6470588235294 1.11729275950381.8823529411765 1.10728362635132.1176470588235 1.09861251111132.3529411764706 1.09116473432572.5882352941176 1.08464123419682.8235294117647 1.07884654391103.0588235294118 1.07365192448543.2941176470588 1.06896331480083.5294117647059 1.06470584575663.7647058823529 1.06081633960104.0000000000000 1.0572389078597
"x-label y"y-label IDPUNCTURE::u (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 1.0586796210663-3.7647058823529 1.0623470973830-3.5294117647059 1.0662171705127-3.2941176470588 1.0703397145439-3.0588235294118 1.0747610762231-2.8235294117647 1.0795243632954-2.5882352941176 1.0846682768235-2.3529411764706 1.0902240657795-2.1176470588235 1.0962098686970-1.8823529411765 1.1026213743731-1.6470588235294 1.1094174930477-1.4117647058824 1.1164999033795-1.1764705882353 1.1236866418113-0.9411764705882 1.1306835743610-0.7058823529412 1.1370650683209-0.4705882352941 1.1422861680154-0.2352941176471 1.14575625330210.0000000000000 1.14698942556830.2352941176471 1.14578692271590.4705882352941 1.14232969288830.7058823529412 1.13709750358230.9411764705882 1.13068689622491.1764705882353 1.12365335528501.4117647058824 1.11643127898601.6470588235294 1.10931968090341.8823529411765 1.10250212608772.1176470588235 1.09607659466482.3529411764706 1.09008298488312.5882352941176 1.08452422022502.8235294117647 1.07938089240773.0588235294118 1.07462071357933.2941176470588 1.07020418766613.5294117647059 1.06608762814143.7647058823529 1.06222428770904.0000000000000 1.0585640354909
"x-label z"y-label IDPUNCTURE::u (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 1.0587046628958-3.7647058823529 1.0623737043268-3.5294117647059 1.0662575719182-3.2941176470588 1.0704108918005-3.0588235294118 1.0748862538974-2.8235294117647 1.0797346232299-2.5882352941176 1.0850042147728-2.3529411764706 1.0907371860739-2.1176470588235 1.0969630040958-1.8823529411765 1.1036867010262-1.6470588235294 1.1108695537900-1.4117647058824 1.1183994727559-1.1764705882353 1.1260498838436-0.9411764705882 1.1334319805537-0.7058823529412 1.1399601982964-0.4705882352941 1.1448759546903-0.2352941176471 1.14739349104010.0000000000000 1.14698942556830.2352941176471 1.14369721266220.4705882352941 1.13811561023020.7058823529412 1.13108590380640.9411764705882 1.12337998792911.1764705882353 1.11556153621841.4117647058824 1.10798173456651.6470588235294 1.10082933994601.8823529411765 1.09418583773672.1176470588235 1.08806815243012.3529411764706 1.08245714601842.5882352941176 1.07731509972212.8235294117647 1.07259578859993.0588235294118 1.06824989576713.2941176470588 1.06422757554763.5294117647059 1.06047926436163.7647058823529 1.05695535647794.0000000000000 1.0536050413910
# $Header$ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase"ActiveThorns = "PUGH PUGHReduce PUGHSlab"ActiveThorns = "IOASCII IOBasic IOUtil"ActiveThorns = "TmunuBase ADMBase StaticConformal"ActiveThorns = "ADMConstraints ADMCoupling ADMMacros SpaceMask"ActiveThorns = "IDPuncture TATelliptic TATJacobi TATMG TATPETSc"Cactus::cctk_itlast = 0Time::dtfac = 0.25Grid::type = "byrange"Grid::domain = "full"Grid::xmin = -4Grid::xmax = 4Grid::ymin = -4Grid::ymax = 4Grid::zmin = -4Grid::zmax = 4Driver::global_nx = 35Driver::global_ny = 35Driver::global_nz = 35ADMBase::initial_data = "puncture"IDPuncture::verbose = "yes"IDPuncture::bhm1 = 1.5IDPuncture::bhx1 = 1.5IDPuncture::bhpy1 = 2.0IDPuncture::bhsy1 = 0.5IDPuncture::bhsz1 = -0.5IDPuncture::bhm2 = 1.0IDPuncture::bhx2 = -1.5IDPuncture::bhpy2 = -2.0IDPuncture::bhsx2 = -1.0IDPuncture::bhsz2 = -1.0IDPuncture::bound = "robin"IDPuncture::solver = "TATPETSc"ADMBase::metric_type = "static conformal"StaticConformal::conformal_storage = "factor+derivs+2nd derivs"ADMBase::lapse_evolution_method = "static"ADMBase::initial_lapse = "one"TATJacobi::verbose = yesTATPETSc::verbose = yesTATPETsc::options = "-snes_monitor -get_total_flops"IO::out_dir = $parfileIO::out_fileinfo = "axis labels"IOBasic::outScalar_every = 1IOBasic::outScalar_vars = "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum idpuncture::u idpuncture::M idpuncture::N"IOASCII::out1D_every = 1IOASCII::out1D_vars = "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum idpuncture::u idpuncture::M idpuncture::N"
ABSTOL 1.e-9RELTOL 1.e-9TEST bhns_eval{NPROCS 1}TEST bhns_interp{NPROCS 1ABSTOL 1.e-4RELTOL 1.e-2}TEST twopunctures{NPROCS 1ABSTOL 1.e-2RELTOL 1.e-2}TEST twopunctures_carpet{NPROCS 2# along the x-axis we encounter the singularityRELTOL 2e-3 ^gxx\.x\.asc$# the metric is singular and assumes large values near the puncturesRELTOL 2e-6 ^gxx\.[dyz]?\.asc$}
"x-label diagonal"y-label ADMBASE::gxx"Time = 0.0000000000000-6.9282032302755 2.2095668373391-6.5206618637887 2.3084936635804-6.1131204973019 2.4234916505306-5.7055791308151 2.5600825780502-5.2980377643283 2.7239552053723-4.8904963978415 2.9230315702227-4.4829550313547 3.1692166393881-4.0754136648679 3.4809795569434-3.6678722983812 3.8840521523244-3.2603309318944 4.4195136354186-2.8527895654076 5.1518485045791-2.4452481989208 6.1803305914278-2.0377068324340 7.6425106148683-1.6301654659472 9.6512467594771-1.2226240994604 12.0269262198225-0.8150827329736 14.0066693808289-0.4075413664868 15.00570927561320.0000000000000 15.51998009312120.4075413664868 15.90566298456790.8150827329736 15.43509930143141.2226240994604 13.40326363445071.6301654659472 10.67012560099152.0377068324340 8.32768088675382.4452481989208 6.63880051053982.8527895654076 5.46762093356583.2603309318944 4.64523483409803.6678722983812 4.05078199156254.0754136648679 3.60827737939774.4829550313547 3.26935003089274.8904963978415 3.00273634339215.2980377643283 2.78910206668545.7055791308151 2.61427520705686.1131204973019 2.46922450358136.5206618637887 2.34690226325336.9282032302755 2.2427598961312
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 9227.6004449727643
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 2.1975156558942
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 4.9551082999584
"x-label time"y-label ADMBASE::gxx"gxx v time0.0000000000000 47.9175180245796
"x-label x"y-label ADMBASE::gxx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 4.0415193356254-3.7647058823529 4.4267710385930-3.5294117647059 4.9219839649424-3.2941176470588 5.5807280935063-3.0588235294118 6.4978744674443-2.8235294117647 7.8564870894504-2.5882352941176 10.0530313775974-2.3529411764706 14.1127652807718-2.1176470588235 23.5089786470465-1.8823529411765 57.7869614072604-1.6470588235294 592.4338570820665-1.4117647058824 2769.9026389860192-1.1764705882353 92.7555026892216-0.9411764705882 35.0779314456153-0.7058823529412 22.1522700589977-0.4705882352941 17.4575594940624-0.2352941176471 15.67791105528630.0000000000000 15.51998009312120.2352941176471 16.81718895517430.4705882352941 20.24616966432340.7058823529412 28.34192513682380.9411764705882 51.71887086903871.1764705882353 175.26642766545511.4117647058824 9227.60044497276431.6470588235294 1657.13055931289071.8823529411765 107.73746731552952.1176470588235 36.42229079032272.3529411764706 19.67306928365482.5882352941176 13.09117745513172.8235294117647 9.75701322551393.0588235294118 7.79414983348773.2941176470588 6.51913421186823.5294117647059 5.63161468552303.7647058823529 4.98160447604994.0000000000000 4.4866878084757
"x-label y"y-label ADMBASE::gxx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 3.4045439419182-3.7647058823529 3.5998425116988-3.5294117647059 3.8246138587707-3.2941176470588 4.0859602582970-3.0588235294118 4.3898490494694-2.8235294117647 4.7470698620478-2.5882352941176 5.1716597816164-2.3529411764706 5.6758938455787-2.1176470588235 6.2799297418309-1.8823529411765 7.0086704555784-1.6470588235294 7.8806999409759-1.4117647058824 8.9219161829841-1.1764705882353 10.1358038723808-0.9411764705882 11.4948124991650-0.7058823529412 12.9161474752715-0.4705882352941 14.2230092292844-0.2352941176471 15.16985645040810.0000000000000 15.51998009312120.2352941176471 15.17076504640940.4705882352941 14.22423421363220.7058823529412 12.91703548668410.9411764705882 11.49495407977891.1764705882353 10.13513487344881.4117647058824 8.92062439197201.6470588235294 7.87900232124361.8823529411765 7.00651485855532.1176470588235 6.27796916045332.3529411764706 5.67395707670072.5882352941176 5.16981002476502.8235294117647 4.74535094311873.0588235294118 4.38825751537743.2941176470588 4.08450114659193.5294117647059 3.82328835000813.7647058823529 3.59863200062724.0000000000000 3.4034408535250
"x-label z"y-label ADMBASE::gxx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 3.4010762119769-3.7647058823529 3.5964256435008-3.5294117647059 3.8214150051938-3.2941176470588 4.0829710982685-3.0588235294118 4.3875891311092-2.8235294117647 4.7460522201750-2.5882352941176 5.1725496977503-2.3529411764706 5.6797273636151-2.1176470588235 6.2881383259244-1.8823529411765 7.0235790357233-1.6470588235294 7.9048689544910-1.4117647058824 8.9580377685139-1.1764705882353 10.1869854431760-0.9411764705882 11.5595016129966-0.7058823529412 12.9915301208101-0.4705882352941 14.2958284272024-0.2352941176471 15.21824292577120.0000000000000 15.51998009312120.2352941176471 15.10963049684460.4705882352941 14.10491912034900.7058823529412 12.76054603373380.9411764705882 11.32149380421021.1764705882353 9.96100663910761.4117647058824 8.75539332398311.6470588235294 7.72878760364481.8823529411765 6.87216820620312.1176470588235 6.16009950946852.3529411764706 5.57014941549512.5882352941176 5.07876377298152.8235294117647 4.66612464673123.0588235294118 4.31856965591713.2941176470588 4.02305778598083.5294117647059 3.76938272101733.7647058823529 3.55082011291894.0000000000000 3.3608592250821
"x-label diagonal"y-label ADMBASE::gxy"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxy"gxy v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gxy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gxy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gxy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gxz"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gxz"gxz v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gxz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gxz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gxz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gyy"Time = 0.0000000000000-6.9282032302755 2.2095668373391-6.5206618637887 2.3084936635804-6.1131204973019 2.4234916505306-5.7055791308151 2.5600825780502-5.2980377643283 2.7239552053723-4.8904963978415 2.9230315702227-4.4829550313547 3.1692166393881-4.0754136648679 3.4809795569434-3.6678722983812 3.8840521523244-3.2603309318944 4.4195136354186-2.8527895654076 5.1518485045791-2.4452481989208 6.1803305914278-2.0377068324340 7.6425106148683-1.6301654659472 9.6512467594771-1.2226240994604 12.0269262198225-0.8150827329736 14.0066693808289-0.4075413664868 15.00570927561320.0000000000000 15.51998009312120.4075413664868 15.90566298456790.8150827329736 15.43509930143141.2226240994604 13.40326363445071.6301654659472 10.67012560099152.0377068324340 8.32768088675382.4452481989208 6.63880051053982.8527895654076 5.46762093356583.2603309318944 4.64523483409803.6678722983812 4.05078199156254.0754136648679 3.60827737939774.4829550313547 3.26935003089274.8904963978415 3.00273634339215.2980377643283 2.78910206668545.7055791308151 2.61427520705686.1131204973019 2.46922450358136.5206618637887 2.34690226325336.9282032302755 2.2427598961312
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 9227.6004449727643
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 2.1975156558942
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 4.9551082999584
"x-label time"y-label ADMBASE::gyy"gyy v time0.0000000000000 47.9175180245796
"x-label x"y-label ADMBASE::gyy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 4.0415193356254-3.7647058823529 4.4267710385930-3.5294117647059 4.9219839649424-3.2941176470588 5.5807280935063-3.0588235294118 6.4978744674443-2.8235294117647 7.8564870894504-2.5882352941176 10.0530313775974-2.3529411764706 14.1127652807718-2.1176470588235 23.5089786470465-1.8823529411765 57.7869614072604-1.6470588235294 592.4338570820665-1.4117647058824 2769.9026389860192-1.1764705882353 92.7555026892216-0.9411764705882 35.0779314456153-0.7058823529412 22.1522700589977-0.4705882352941 17.4575594940624-0.2352941176471 15.67791105528630.0000000000000 15.51998009312120.2352941176471 16.81718895517430.4705882352941 20.24616966432340.7058823529412 28.34192513682380.9411764705882 51.71887086903871.1764705882353 175.26642766545511.4117647058824 9227.60044497276431.6470588235294 1657.13055931289071.8823529411765 107.73746731552952.1176470588235 36.42229079032272.3529411764706 19.67306928365482.5882352941176 13.09117745513172.8235294117647 9.75701322551393.0588235294118 7.79414983348773.2941176470588 6.51913421186823.5294117647059 5.63161468552303.7647058823529 4.98160447604994.0000000000000 4.4866878084757
"x-label y"y-label ADMBASE::gyy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 3.4045439419182-3.7647058823529 3.5998425116988-3.5294117647059 3.8246138587707-3.2941176470588 4.0859602582970-3.0588235294118 4.3898490494694-2.8235294117647 4.7470698620478-2.5882352941176 5.1716597816164-2.3529411764706 5.6758938455787-2.1176470588235 6.2799297418309-1.8823529411765 7.0086704555784-1.6470588235294 7.8806999409759-1.4117647058824 8.9219161829841-1.1764705882353 10.1358038723808-0.9411764705882 11.4948124991650-0.7058823529412 12.9161474752715-0.4705882352941 14.2230092292844-0.2352941176471 15.16985645040810.0000000000000 15.51998009312120.2352941176471 15.17076504640940.4705882352941 14.22423421363220.7058823529412 12.91703548668410.9411764705882 11.49495407977891.1764705882353 10.13513487344881.4117647058824 8.92062439197201.6470588235294 7.87900232124361.8823529411765 7.00651485855532.1176470588235 6.27796916045332.3529411764706 5.67395707670072.5882352941176 5.16981002476502.8235294117647 4.74535094311873.0588235294118 4.38825751537743.2941176470588 4.08450114659193.5294117647059 3.82328835000813.7647058823529 3.59863200062724.0000000000000 3.4034408535250
"x-label z"y-label ADMBASE::gyy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 3.4010762119769-3.7647058823529 3.5964256435008-3.5294117647059 3.8214150051938-3.2941176470588 4.0829710982685-3.0588235294118 4.3875891311092-2.8235294117647 4.7460522201750-2.5882352941176 5.1725496977503-2.3529411764706 5.6797273636151-2.1176470588235 6.2881383259244-1.8823529411765 7.0235790357233-1.6470588235294 7.9048689544910-1.4117647058824 8.9580377685139-1.1764705882353 10.1869854431760-0.9411764705882 11.5595016129966-0.7058823529412 12.9915301208101-0.4705882352941 14.2958284272024-0.2352941176471 15.21824292577120.0000000000000 15.51998009312120.2352941176471 15.10963049684460.4705882352941 14.10491912034900.7058823529412 12.76054603373380.9411764705882 11.32149380421021.1764705882353 9.96100663910761.4117647058824 8.75539332398311.6470588235294 7.72878760364481.8823529411765 6.87216820620312.1176470588235 6.16009950946852.3529411764706 5.57014941549512.5882352941176 5.07876377298152.8235294117647 4.66612464673123.0588235294118 4.31856965591713.2941176470588 4.02305778598083.5294117647059 3.76938272101733.7647058823529 3.55082011291894.0000000000000 3.3608592250821
"x-label diagonal"y-label ADMBASE::gyz"Time = 0.0000000000000-6.9282032302755 0.0000000000000-6.5206618637887 0.0000000000000-6.1131204973019 0.0000000000000-5.7055791308151 0.0000000000000-5.2980377643283 0.0000000000000-4.8904963978415 0.0000000000000-4.4829550313547 0.0000000000000-4.0754136648679 0.0000000000000-3.6678722983812 0.0000000000000-3.2603309318944 0.0000000000000-2.8527895654076 0.0000000000000-2.4452481989208 0.0000000000000-2.0377068324340 0.0000000000000-1.6301654659472 0.0000000000000-1.2226240994604 0.0000000000000-0.8150827329736 0.0000000000000-0.4075413664868 0.00000000000000.0000000000000 0.00000000000000.4075413664868 0.00000000000000.8150827329736 0.00000000000001.2226240994604 0.00000000000001.6301654659472 0.00000000000002.0377068324340 0.00000000000002.4452481989208 0.00000000000002.8527895654076 0.00000000000003.2603309318944 0.00000000000003.6678722983812 0.00000000000004.0754136648679 0.00000000000004.4829550313547 0.00000000000004.8904963978415 0.00000000000005.2980377643283 0.00000000000005.7055791308151 0.00000000000006.1131204973019 0.00000000000006.5206618637887 0.00000000000006.9282032302755 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label time"y-label ADMBASE::gyz"gyz v time0.0000000000000 0.0000000000000
"x-label x"y-label ADMBASE::gyz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::gyz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::gyz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::gzz"Time = 0.0000000000000-6.9282032302755 2.2095668373391-6.5206618637887 2.3084936635804-6.1131204973019 2.4234916505306-5.7055791308151 2.5600825780502-5.2980377643283 2.7239552053723-4.8904963978415 2.9230315702227-4.4829550313547 3.1692166393881-4.0754136648679 3.4809795569434-3.6678722983812 3.8840521523244-3.2603309318944 4.4195136354186-2.8527895654076 5.1518485045791-2.4452481989208 6.1803305914278-2.0377068324340 7.6425106148683-1.6301654659472 9.6512467594771-1.2226240994604 12.0269262198225-0.8150827329736 14.0066693808289-0.4075413664868 15.00570927561320.0000000000000 15.51998009312120.4075413664868 15.90566298456790.8150827329736 15.43509930143141.2226240994604 13.40326363445071.6301654659472 10.67012560099152.0377068324340 8.32768088675382.4452481989208 6.63880051053982.8527895654076 5.46762093356583.2603309318944 4.64523483409803.6678722983812 4.05078199156254.0754136648679 3.60827737939774.4829550313547 3.26935003089274.8904963978415 3.00273634339215.2980377643283 2.78910206668545.7055791308151 2.61427520705686.1131204973019 2.46922450358136.5206618637887 2.34690226325336.9282032302755 2.2427598961312
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 9227.6004449727643
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 2.1975156558942
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 4.9551082999584
"x-label time"y-label ADMBASE::gzz"gzz v time0.0000000000000 47.9175180245796
"x-label x"y-label ADMBASE::gzz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 4.0415193356254-3.7647058823529 4.4267710385930-3.5294117647059 4.9219839649424-3.2941176470588 5.5807280935063-3.0588235294118 6.4978744674443-2.8235294117647 7.8564870894504-2.5882352941176 10.0530313775974-2.3529411764706 14.1127652807718-2.1176470588235 23.5089786470465-1.8823529411765 57.7869614072604-1.6470588235294 592.4338570820665-1.4117647058824 2769.9026389860192-1.1764705882353 92.7555026892216-0.9411764705882 35.0779314456153-0.7058823529412 22.1522700589977-0.4705882352941 17.4575594940624-0.2352941176471 15.67791105528630.0000000000000 15.51998009312120.2352941176471 16.81718895517430.4705882352941 20.24616966432340.7058823529412 28.34192513682380.9411764705882 51.71887086903871.1764705882353 175.26642766545511.4117647058824 9227.60044497276431.6470588235294 1657.13055931289071.8823529411765 107.73746731552952.1176470588235 36.42229079032272.3529411764706 19.67306928365482.5882352941176 13.09117745513172.8235294117647 9.75701322551393.0588235294118 7.79414983348773.2941176470588 6.51913421186823.5294117647059 5.63161468552303.7647058823529 4.98160447604994.0000000000000 4.4866878084757
"x-label y"y-label ADMBASE::gzz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 3.4045439419182-3.7647058823529 3.5998425116988-3.5294117647059 3.8246138587707-3.2941176470588 4.0859602582970-3.0588235294118 4.3898490494694-2.8235294117647 4.7470698620478-2.5882352941176 5.1716597816164-2.3529411764706 5.6758938455787-2.1176470588235 6.2799297418309-1.8823529411765 7.0086704555784-1.6470588235294 7.8806999409759-1.4117647058824 8.9219161829841-1.1764705882353 10.1358038723808-0.9411764705882 11.4948124991650-0.7058823529412 12.9161474752715-0.4705882352941 14.2230092292844-0.2352941176471 15.16985645040810.0000000000000 15.51998009312120.2352941176471 15.17076504640940.4705882352941 14.22423421363220.7058823529412 12.91703548668410.9411764705882 11.49495407977891.1764705882353 10.13513487344881.4117647058824 8.92062439197201.6470588235294 7.87900232124361.8823529411765 7.00651485855532.1176470588235 6.27796916045332.3529411764706 5.67395707670072.5882352941176 5.16981002476502.8235294117647 4.74535094311873.0588235294118 4.38825751537743.2941176470588 4.08450114659193.5294117647059 3.82328835000813.7647058823529 3.59863200062724.0000000000000 3.4034408535250
"x-label z"y-label ADMBASE::gzz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 3.4010762119769-3.7647058823529 3.5964256435008-3.5294117647059 3.8214150051938-3.2941176470588 4.0829710982685-3.0588235294118 4.3875891311092-2.8235294117647 4.7460522201750-2.5882352941176 5.1725496977503-2.3529411764706 5.6797273636151-2.1176470588235 6.2881383259244-1.8823529411765 7.0235790357233-1.6470588235294 7.9048689544910-1.4117647058824 8.9580377685139-1.1764705882353 10.1869854431760-0.9411764705882 11.5595016129966-0.7058823529412 12.9915301208101-0.4705882352941 14.2958284272024-0.2352941176471 15.21824292577120.0000000000000 15.51998009312120.2352941176471 15.10963049684460.4705882352941 14.10491912034900.7058823529412 12.76054603373380.9411764705882 11.32149380421021.1764705882353 9.96100663910761.4117647058824 8.75539332398311.6470588235294 7.72878760364481.8823529411765 6.87216820620312.1176470588235 6.16009950946852.3529411764706 5.57014941549512.5882352941176 5.07876377298152.8235294117647 4.66612464673123.0588235294118 4.31856965591713.2941176470588 4.02305778598083.5294117647059 3.76938272101733.7647058823529 3.55082011291894.0000000000000 3.3608592250821
"x-label diagonal"y-label ADMCONSTRAINTS::ham"Time = 0.0000000000000-6.9282032302755 0.0094071449171-6.5206618637887 0.0094071449171-6.1131204973019 -0.0065053758533-5.7055791308151 -0.0061822052750-5.2980377643283 0.0002904252657-4.8904963978415 -0.0016963099385-4.4829550313547 -0.0001953985253-4.0754136648679 0.0018191904359-3.6678722983812 0.0034958572848-3.2603309318944 -0.0001554546454-2.8527895654076 -0.0007154718502-2.4452481989208 0.0017918365060-2.0377068324340 0.0005167799143-1.6301654659472 0.0040849706608-1.2226240994604 0.0049936094877-0.8150827329736 -0.0016930582682-0.4075413664868 -0.01141350260490.0000000000000 -0.01284875026830.4075413664868 -0.01154857917510.8150827329736 -0.00046063944571.2226240994604 0.00861535096081.6301654659472 0.00634354158482.0377068324340 0.00359399554012.4452481989208 0.00402617142622.8527895654076 0.00325094087313.2603309318944 0.00545237073103.6678722983812 0.00665083663404.0754136648679 0.00761306853594.4829550313547 0.01046275594424.8904963978415 0.00559715695625.2980377643283 0.00668117847925.7055791308151 0.00136890859616.1131204973019 0.00166200652836.5206618637887 -0.00184002467626.9282032302755 -0.0018400246762
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 95.7602946981238
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 -0.0593134111823
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.0082331107602
"x-label time"y-label ADMCONSTRAINTS::ham"ham v time0.0000000000000 0.5535989311026
"x-label x"y-label ADMCONSTRAINTS::ham (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0026852644211-3.7647058823529 -0.0026852644211-3.5294117647059 -0.0033602494259-3.2941176470588 -0.0052980930483-3.0588235294118 -0.0089408317909-2.8235294117647 -0.0145595311595-2.5882352941176 -0.0262383359022-2.3529411764706 -0.0457970181705-2.1176470588235 -0.0207407390261-1.8823529411765 6.5971670909647-1.6470588235294 0.2589123520643-1.4117647058824 0.0700315667270-1.1764705882353 52.9905809193634-0.9411764705882 -0.0524433904124-0.7058823529412 -0.0593029744231-0.4705882352941 -0.0288567934468-0.2352941176471 -0.01729248065480.0000000000000 -0.01284875026830.2352941176471 -0.01787439325940.4705882352941 -0.02969779392700.7058823529412 -0.04404865415640.9411764705882 0.12005839100501.1764705882353 95.76029469812381.4117647058824 0.02213093916151.6470588235294 0.11842386823111.8823529411765 10.05014608834902.1176470588235 0.09379515230772.3529411764706 -0.02693013527812.5882352941176 -0.02227660820602.8235294117647 -0.01421422116803.0588235294118 -0.00909848713183.2941176470588 -0.00583863973473.5294117647059 -0.00392362437733.7647058823529 -0.00271464145664.0000000000000 -0.0027146414566
"x-label y"y-label ADMCONSTRAINTS::ham (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0018334425473-3.7647058823529 -0.0018334425473-3.5294117647059 -0.0043344861995-3.2941176470588 0.0020815042583-3.0588235294118 -0.0009744030666-2.8235294117647 -0.0053005011931-2.5882352941176 0.0027564223775-2.3529411764706 -0.0002121683610-2.1176470588235 -0.0039424469043-1.8823529411765 0.0025851507850-1.6470588235294 -0.0017225565998-1.4117647058824 0.0013626587045-1.1764705882353 0.0044032658451-0.9411764705882 -0.0020900196754-0.7058823529412 -0.0034540739418-0.4705882352941 -0.0066734579858-0.2352941176471 -0.01133902256590.0000000000000 -0.01284875026830.2352941176471 -0.01174655280860.4705882352941 -0.00670936504840.7058823529412 -0.00347140727180.9411764705882 -0.00236036754441.1764705882353 0.00510274687061.4117647058824 0.00144361332641.6470588235294 -0.00050459151181.8823529411765 0.00172672417992.1176470588235 -0.00237739973492.3529411764706 0.00037398131132.5882352941176 0.00273109773222.8235294117647 -0.00720286349883.0588235294118 -0.00051010741963.2941176470588 0.00226986169703.5294117647059 -0.00443136308953.7647058823529 -0.00188230875074.0000000000000 -0.0018823087507
"x-label z"y-label ADMCONSTRAINTS::ham (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0017435288289-3.7647058823529 -0.0017435288289-3.5294117647059 -0.0034213642808-3.2941176470588 0.0014282390253-3.0588235294118 -0.0011425724421-2.8235294117647 -0.0059686102055-2.5882352941176 0.0027487857825-2.3529411764706 -0.0003366297415-2.1176470588235 -0.0046518341086-1.8823529411765 0.0027152047951-1.6470588235294 -0.0008366120649-1.4117647058824 0.0012608550190-1.1764705882353 0.0060211507569-0.9411764705882 -0.0036197157615-0.7058823529412 -0.0039231680513-0.4705882352941 -0.0064704571531-0.2352941176471 -0.01136727635570.0000000000000 -0.01284875026830.2352941176471 -0.01130680192510.4705882352941 -0.00937076061160.7058823529412 -0.00557222394310.9411764705882 -0.00402575093901.1764705882353 0.00265769341921.4117647058824 0.00022845645281.6470588235294 -0.00170712852931.8823529411765 0.00088317376002.1176470588235 -0.00187396581122.3529411764706 -0.00034280717452.5882352941176 0.00166165668652.8235294117647 -0.00201983907723.0588235294118 -0.00055532189873.2941176470588 0.00115056127463.5294117647059 -0.00200335752533.7647058823529 -0.00080225570724.0000000000000 -0.0008022557072
"x-label diagonal"y-label ADMBASE::kxx"Time = 0.0000000000000-6.9282032302755 -0.0127347010341-6.5206618637887 -0.0150275175345-6.1131204973019 -0.0179166551652-5.7055791308151 -0.0216065987288-5.2980377643283 -0.0264012567073-4.8904963978415 -0.0327551522104-4.4829550313547 -0.0413629730843-4.0754136648679 -0.0533132405463-3.6678722983812 -0.0703858430248-3.2603309318944 -0.0955210990956-2.8527895654076 -0.1335773459640-2.4452481989208 -0.1919861669808-2.0377068324340 -0.2783384908125-1.6301654659472 -0.3824908490191-1.2226240994604 -0.4276417088814-0.8150827329736 -0.2984970844866-0.4075413664868 -0.08788484842810.0000000000000 0.00000000000000.4075413664868 -0.08536235420620.8150827329736 -0.28434972883051.2226240994604 -0.40509053852581.6301654659472 -0.36377093240392.0377068324340 -0.26664242843442.4452481989208 -0.18523838326202.8527895654076 -0.12966272761713.2603309318944 -0.09317141967073.6678722983812 -0.06892208509484.0754136648679 -0.05236436719954.4829550313547 -0.04072461627094.8904963978415 -0.03231750127905.2980377643283 -0.02609109925275.7055791308151 -0.02138147892386.1131204973019 -0.01774996127726.5206618637887 -0.01490404265776.9282032302755 -0.0126401123587
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 13.0081823590993
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 -13.0079860926788
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 0.0661947420785
"x-label time"y-label ADMBASE::kxx"kxx v time0.0000000000000 0.2062347748819
"x-label x"y-label ADMBASE::kxx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kxx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0068562376268-3.7647058823529 -0.0081690188315-3.5294117647059 -0.0097910543737-3.2941176470588 -0.0118039114085-3.0588235294118 -0.0143152249997-2.8235294117647 -0.0174549461996-2.5882352941176 -0.0213781265247-2.3529411764706 -0.0262708504698-2.1176470588235 -0.0323099840494-1.8823529411765 -0.0396086087877-1.6470588235294 -0.0481195645105-1.4117647058824 -0.0573512410924-1.1764705882353 -0.0660506917342-0.9411764705882 -0.0717393086745-0.7058823529412 -0.0705878394186-0.4705882352941 -0.0584758869364-0.2352941176471 -0.03368871143910.0000000000000 0.00000000000000.2352941176471 0.03368770259460.4705882352941 0.05847336892420.7058823529412 0.07058541301490.9411764705882 0.07173886687511.1764705882353 0.06605287163191.4117647058824 0.05735539344391.6470588235294 0.04812474818221.8823529411765 0.03961470123422.1176470588235 0.03231502878652.3529411764706 0.02627533378052.5882352941176 0.02138195072712.8235294117647 0.01745810728513.0588235294118 0.01431782068873.2941176470588 0.01180601958373.5294117647059 0.00979275147353.7647058823529 0.00817039266704.0000000000000 0.0068573486235
"x-label z"y-label ADMBASE::kxx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0068597320388-3.7647058823529 0.0081728984938-3.5294117647059 0.0097951514945-3.2941176470588 0.0118082314642-3.0588235294118 0.0143189112012-2.8235294117647 0.0174568174318-2.5882352941176 0.0213762874357-2.3529411764706 0.0262619832503-2.1176470588235 0.0322888883118-1.8823529411765 0.0395665489057-1.6470588235294 0.0480459457865-1.4117647058824 0.0572354953015-1.1764705882353 0.0658845564698-0.9411764705882 0.0715382938159-0.7058823529412 0.0703827504356-0.4705882352941 0.0583267663885-0.2352941176471 0.03363511209170.0000000000000 0.00000000000000.2352941176471 -0.03375578511740.4705882352941 -0.05872016449940.7058823529412 -0.07101690761330.9411764705882 -0.07228634503791.1764705882353 -0.06662770506931.4117647058824 -0.05789406702281.6470588235294 -0.04859016770311.8823529411765 -0.04000004851942.1176470588235 -0.03262272778542.3529411764706 -0.02651904267512.5882352941176 -0.02157275494002.8235294117647 -0.01760569436283.0588235294118 -0.01443288021923.2941176470588 -0.01189583344913.5294117647059 -0.00986252556313.7647058823529 -0.00822521601244.0000000000000 -0.0069006527273
"x-label diagonal"y-label ADMBASE::kxy"Time = 0.0000000000000-6.9282032302755 0.0063034257922-6.5206618637887 0.0072168402440-6.1131204973019 0.0082831617041-5.7055791308151 0.0095129859925-5.2980377643283 0.0109003478440-4.8904963978415 0.0123920866573-4.4829550313547 0.0138208098486-4.0754136648679 0.0147506248668-3.6678722983812 0.0141196784784-3.2603309318944 0.0093451907890-2.8527895654076 -0.0058959979209-2.4452481989208 -0.0471170458472-2.0377068324340 -0.1505171084898-1.6301654659472 -0.3827079749320-1.2226240994604 -0.7757612910195-0.8150827329736 -1.1170753400555-0.4075413664868 -1.13817190355140.0000000000000 -1.01534681630610.4075413664868 -0.93763134215840.8150827329736 -0.80418322355631.2226240994604 -0.53096911611701.6301654659472 -0.26782001374332.0377068324340 -0.11346447993542.4452481989208 -0.04104188776792.8527895654076 -0.00968748664793.2603309318944 0.00332688507983.6678722983812 0.00832591765334.0754136648679 0.00982154243074.4829550313547 0.00980400360644.8904963978415 0.00916797075315.2980377643283 0.00831805626245.7055791308151 0.00743800829596.1131204973019 0.00660616013236.5206618637887 0.00585294735386.9282032302755 0.0051850314859
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 8.8198246748779
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 -90.3072635705684
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 0.1048687506725
"x-label time"y-label ADMBASE::kxy"kxy v time0.0000000000000 0.5450513676700
"x-label x"y-label ADMBASE::kxy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0894423344113-3.7647058823529 0.0989210179108-3.5294117647059 0.1077712082344-3.2941176470588 0.1136096560071-3.0588235294118 0.1107892231801-2.8235294117647 0.0854762939405-2.5882352941176 0.0012461831450-2.3529411764706 -0.2500301561721-2.1176470588235 -1.0578437575212-1.8823529411765 -4.4002671442152-1.6470588235294 -33.0701815217800-1.4117647058824 -90.3072635705684-1.1764705882353 -12.2258987816153-0.9411764705882 -4.6269750753301-0.7058823529412 -2.4442239259561-0.4705882352941 -1.5675871881855-0.2352941176471 -1.17235321388260.0000000000000 -1.01534681630610.2352941176471 -1.02112620310210.4705882352941 -1.19359855857430.7058823529412 -1.62452491964120.9411764705882 -2.62969881272571.1764705882353 -5.55418973691461.4117647058824 -26.74738239775871.6470588235294 -8.18827347139061.8823529411765 -0.64104416068602.1176470588235 0.19971567764762.3529411764706 0.32732022756952.5882352941176 0.31671174283772.8235294117647 0.27788404092423.0588235294118 0.23733246252363.2941176470588 0.20151220301313.5294117647059 0.17140895740163.7647058823529 0.14650316798814.0000000000000 0.1259547595222
"x-label y"y-label ADMBASE::kxy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0938447525162-3.7647058823529 -0.1069086552275-3.5294117647059 -0.1223953789764-3.2941176470588 -0.1408378978065-3.0588235294118 -0.1629530886489-2.8235294117647 -0.1895818926840-2.5882352941176 -0.2217480470234-2.3529411764706 -0.2608057997193-2.1176470588235 -0.3082515022363-1.8823529411765 -0.3657061393171-1.6470588235294 -0.4349715466334-1.4117647058824 -0.5171099955117-1.1764705882353 -0.6120859322990-0.9411764705882 -0.7170634024220-0.7058823529412 -0.8244763449733-0.4705882352941 -0.9213176965655-0.2352941176471 -0.99022517630770.0000000000000 -1.01534681630610.2352941176471 -0.99019552295460.4705882352941 -0.92127802398840.7058823529412 -0.82444800422170.9411764705882 -0.71705898645881.1764705882353 -0.61210613321811.4117647058824 -0.51714743537211.6470588235294 -0.43501840386731.8823529411765 -0.36576239085282.1176470588235 -0.30829963125402.3529411764706 -0.26085030811542.5882352941176 -0.22178771417582.8235294117647 -0.18961622590853.0588235294118 -0.16298263589913.2941176470588 -0.14086305141383.5294117647059 -0.12241659397163.7647058823529 -0.10692663473054.0000000000000 -0.0938599592841
"x-label z"y-label ADMBASE::kxy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0733133861644-3.7647058823529 -0.0843637681616-3.5294117647059 -0.0976706245714-3.2941176470588 -0.1137999701954-3.0588235294118 -0.1335149381261-2.8235294117647 -0.1577691965139-2.5882352941176 -0.1877783966155-2.3529411764706 -0.2251868512307-2.1176470588235 -0.2719626585381-1.8823529411765 -0.3304061397816-1.6470588235294 -0.4032175250640-1.4117647058824 -0.4924988115928-1.1764705882353 -0.5989196850267-0.9411764705882 -0.7192623125484-0.7058823529412 -0.8427816844438-0.4705882352941 -0.9498471019036-0.2352941176471 -1.01437067826450.0000000000000 -1.01534681630610.2352941176471 -0.95049837578860.4705882352941 -0.83881323221520.7058823529412 -0.70834143512850.9411764705882 -0.58221069996991.1764705882353 -0.47241982351701.4117647058824 -0.38237754193581.6470588235294 -0.31060448062701.8823529411765 -0.25402604342342.1176470588235 -0.20952906412192.3529411764706 -0.17435295594082.5882352941176 -0.14635874081762.8235294117647 -0.12390331041923.0588235294118 -0.10571186787223.2941176470588 -0.09085255362413.5294117647059 -0.07861738208103.7647058823529 -0.06845337747094.0000000000000 -0.0599494205685
"x-label diagonal"y-label ADMBASE::kxz"Time = 0.0000000000000-6.9282032302755 0.0045087416330-6.5206618637887 0.0052611775875-6.1131204973019 0.0061940470492-5.7055791308151 0.0073641986353-5.2980377643283 0.0088549232262-4.8904963978415 0.0107885651585-4.4829550313547 0.0133491424439-4.0754136648679 0.0168221122507-3.6678722983812 0.0216764310699-3.2603309318944 0.0287036193457-2.8527895654076 0.0392851889795-2.4452481989208 0.0557951791237-2.0377068324340 0.0815562864427-1.6301654659472 0.1164830299809-1.2226240994604 0.1383141052385-0.8150827329736 0.0940119796737-0.4075413664868 -0.01225337037400.0000000000000 -0.11281631292290.4075413664868 -0.17977412052360.8150827329736 -0.17039175295071.2226240994604 -0.07286306022811.6301654659472 0.01462468448942.0377068324340 0.04740146075392.4452481989208 0.04941500861902.8527895654076 0.04209817391183.2603309318944 0.03378597993753.6678722983812 0.02672576891224.0754136648679 0.02118926057014.4829550313547 0.01694663346594.8904963978415 0.01370295776205.2980377643283 0.01120513325735.7055791308151 0.00926333243536.1131204973019 0.00773635482946.5206618637887 0.00652254378226.9282032302755 0.0055468271364
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 5.7463620478528
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 -22.7310687435476
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 0.0319581095762
"x-label time"y-label ADMBASE::kxz"kxz v time0.0000000000000 0.1738878813720
"x-label x"y-label ADMBASE::kxz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0044846738072-3.7647058823529 -0.0048856841500-3.5294117647059 -0.0053145877451-3.2941176470588 -0.0057626171234-3.0588235294118 -0.0062107958937-2.8235294117647 -0.0066215826669-2.5882352941176 -0.0069236497577-2.3529411764706 -0.0069808461049-2.1176470588235 -0.0065342507308-1.8823529411765 -0.0050994056378-1.6470588235294 -0.0019772279549-1.4117647058824 -0.0011544899970-1.1764705882353 -0.0081233280407-0.9411764705882 -0.0174091170616-0.7058823529412 -0.0296917025645-0.4705882352941 -0.0469150125352-0.2352941176471 -0.07249830903660.0000000000000 -0.11281631292290.2352941176471 -0.18081978208110.4705882352941 -0.30559936054400.7058823529412 -0.56262891043960.9411764705882 -1.19520579438441.1764705882353 -3.34580470304301.4117647058824 -22.73106874354761.6470588235294 -11.58616299909191.8823529411765 -2.58532158575712.1176470588235 -1.05483977463002.3529411764706 -0.54500182400382.5882352941176 -0.32168697960242.8235294117647 -0.20712476182173.0588235294118 -0.14184565145023.2941176470588 -0.10172871158223.5294117647059 -0.07562480565493.7647058823529 -0.05785903862264.0000000000000 -0.0453219207689
"x-label y"y-label ADMBASE::kxz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0055706930717-3.7647058823529 0.0065415971112-3.5294117647059 0.0077104553193-3.2941176470588 0.0091164137218-3.0588235294118 0.0108052419469-2.8235294117647 0.0128184761153-2.5882352941176 0.0151833284977-2.3529411764706 0.0178970168826-2.1176470588235 0.0208668646986-1.8823529411765 0.0238270537239-1.6470588235294 0.0262079770995-1.4117647058824 0.0268833942621-1.1764705882353 0.0239433757537-0.9411764705882 0.0145720470745-0.7058823529412 -0.0044117399637-0.4705882352941 -0.0347200578685-0.2352941176471 -0.07369405627310.0000000000000 -0.11281631292290.2352941176471 -0.14106725461480.4705882352941 -0.15166530064730.7058823529412 -0.14558241434320.9411764705882 -0.12890577641631.1764705882353 -0.10816157729721.4117647058824 -0.08782544621101.6470588235294 -0.07003869601511.8823529411765 -0.05539868375722.1176470588235 -0.04375993481512.3529411764706 -0.03465059642302.5882352941176 -0.02757785690362.8235294117647 -0.02209541703283.0588235294118 -0.01782844018443.2941176470588 -0.01449399725673.5294117647059 -0.01187371116173.7647058823529 -0.00979808808114.0000000000000 -0.0081431014904
"x-label z"y-label ADMBASE::kxz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0078601096278-3.7647058823529 0.0086279917234-3.5294117647059 0.0094422379480-3.2941176470588 0.0102774199447-3.0588235294118 0.0110887872848-2.8235294117647 0.0117929786879-2.5882352941176 0.0122480220902-2.3529411764706 0.0122266267608-2.1176470588235 0.0113565085116-1.8823529411765 0.0090612730720-1.6470588235294 0.0045001017149-1.4117647058824 -0.0034720061488-1.1764705882353 -0.0161643237810-0.9411764705882 -0.0345636915894-0.7058823529412 -0.0582210251765-0.4705882352941 -0.0838089872433-0.2352941176471 -0.10457387178500.0000000000000 -0.11281631292290.2352941176471 -0.10494905250360.4705882352941 -0.08437425597500.7058823529412 -0.05874560372430.9411764705882 -0.03492511217061.1764705882353 -0.01634665018981.4117647058824 -0.00351195627161.6470588235294 0.00455107488121.8823529411765 0.00916055032732.1176470588235 0.01147392509122.3529411764706 0.01234630430432.5882352941176 0.01236059254192.8235294117647 0.01189355271753.0588235294118 0.01117704666293.2941176470588 0.01035366526483.5294117647059 0.00950718456863.7647058823529 0.00868322244944.0000000000000 0.0079069979167
"x-label diagonal"y-label ADMBASE::kyy"Time = 0.0000000000000-6.9282032302755 0.0289630673960-6.5206618637887 0.0342222010780-6.1131204973019 0.0408526223467-5.7055791308151 0.0493223799933-5.2980377643283 0.0603240603746-4.8904963978415 0.0748872906978-4.4829550313547 0.0945723768340-4.0754136648679 0.1217945302242-3.6678722983812 0.1604368949510-3.2603309318944 0.2167535761809-2.8527895654076 0.3006770568384-2.4452481989208 0.4263258211463-2.0377068324340 0.6048398928227-1.6301654659472 0.8050036228497-1.2226240994604 0.8638174172855-0.8150827329736 0.5807145483630-0.4075413664868 0.17505604068870.0000000000000 0.00000000000000.4075413664868 0.07673512895260.8150827329736 0.28783094368901.2226240994604 0.43495268891671.6301654659472 0.42610207097862.0377068324340 0.34414598541852.4452481989208 0.26093946406192.8527895654076 0.19617549711223.2603309318944 0.14910768598703.6678722983812 0.11524052151504.0754136648679 0.09062041689394.4829550313547 0.07243117607974.8904963978415 0.05876005610865.2980377643283 0.04830218754285.7055791308151 0.04017921090876.1131204973019 0.03377586440436.5206618637887 0.02866386298556.9282032302755 0.0245326473616
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 16.5491642035289
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 -16.5494138997691
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 0.1050464349863
"x-label time"y-label ADMBASE::kyy"kyy v time0.0000000000000 0.2980097005636
"x-label x"y-label ADMBASE::kyy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kyy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0068562376268-3.7647058823529 0.0081690188315-3.5294117647059 0.0097910543737-3.2941176470588 0.0118039114085-3.0588235294118 0.0143152249997-2.8235294117647 0.0174549461996-2.5882352941176 0.0213781265247-2.3529411764706 0.0262708504698-2.1176470588235 0.0323099840494-1.8823529411765 0.0396086087877-1.6470588235294 0.0481195645105-1.4117647058824 0.0573512410924-1.1764705882353 0.0660506917342-0.9411764705882 0.0717393086745-0.7058823529412 0.0705878394186-0.4705882352941 0.0584758869364-0.2352941176471 0.03368871143910.0000000000000 0.00000000000000.2352941176471 -0.03368770259460.4705882352941 -0.05847336892420.7058823529412 -0.07058541301490.9411764705882 -0.07173886687511.1764705882353 -0.06605287163191.4117647058824 -0.05735539344391.6470588235294 -0.04812474818221.8823529411765 -0.03961470123422.1176470588235 -0.03231502878652.3529411764706 -0.02627533378052.5882352941176 -0.02138195072712.8235294117647 -0.01745810728513.0588235294118 -0.01431782068873.2941176470588 -0.01180601958373.5294117647059 -0.00979275147353.7647058823529 -0.00817039266704.0000000000000 -0.0068573486235
"x-label z"y-label ADMBASE::kyy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label diagonal"y-label ADMBASE::kyz"Time = 0.0000000000000-6.9282032302755 0.0240561158982-6.5206618637887 0.0281860038804-6.1131204973019 0.0333203265543-5.7055791308151 0.0397720981845-5.2980377643283 0.0479922841586-4.8904963978415 0.0586271253440-4.4829550313547 0.0726125557459-4.0754136648679 0.0913188765362-3.6678722983812 0.1168165299520-3.2603309318944 0.1521728353720-2.8527895654076 0.2017502399057-2.4452481989208 0.2707189041633-2.0377068324340 0.3605704312062-1.6301654659472 0.4510858545827-1.2226240994604 0.4649934964801-0.8150827329736 0.3121270424916-0.4075413664868 0.09238468353680.0000000000000 0.00000000000000.4075413664868 0.08973303385450.8150827329736 0.29733369103351.2226240994604 0.44047262460171.6301654659472 0.42900875233112.0377068324340 0.34541890026702.4452481989208 0.26120388210402.8527895654076 0.19583774639933.2603309318944 0.14842960603643.6678722983812 0.11438719026204.0754136648679 0.08969357582084.4829550313547 0.07149192257474.8904963978415 0.05784379160025.2980377643283 0.04742847900105.7055791308151 0.03935771149176.1131204973019 0.03301031920456.5206618637887 0.02795441118076.9282032302755 0.0238774359172
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 21.5610441460238
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 -13.2033159173214
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 0.0927197305795
"x-label time"y-label ADMBASE::kyz"kyz v time0.0000000000000 0.2573549267686
"x-label x"y-label ADMBASE::kyz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kyz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0217114191514-3.7647058823529 -0.0245871449145-3.5294117647059 -0.0279333021839-3.2941176470588 -0.0318242709544-3.0588235294118 -0.0363494438718-2.8235294117647 -0.0415838424166-2.5882352941176 -0.0475768109912-2.3529411764706 -0.0543446024425-2.1176470588235 -0.0617690871533-1.8823529411765 -0.0695092252255-1.6470588235294 -0.0768969511295-1.4117647058824 -0.0826532592214-1.1764705882353 -0.0848298099724-0.9411764705882 -0.0808825538977-0.7058823529412 -0.0685117264945-0.4705882352941 -0.0475833197619-0.2352941176471 -0.02212885947470.0000000000000 0.00000000000000.2352941176471 0.01155950579230.4705882352941 0.01089209813290.7058823529412 0.00207604155930.9411764705882 -0.00914318891551.1764705882353 -0.01877973801301.4117647058824 -0.02530385004881.6470588235294 -0.02878048665801.8823529411765 -0.02990521563762.1176470588235 -0.02946370271712.3529411764706 -0.02807854296152.5882352941176 -0.02620337098902.8235294117647 -0.02413326595303.0588235294118 -0.02203821419733.2941176470588 -0.02002393517623.5294117647059 -0.01814539243623.7647058823529 -0.01642088722284.0000000000000 -0.0148575886842
"x-label z"y-label ADMBASE::kyz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0217224847895-3.7647058823529 0.0245988219374-3.5294117647059 0.0279449910285-3.2941176470588 0.0318359181632-3.0588235294118 0.0363588039324-2.8235294117647 0.0415883003523-2.5882352941176 0.0475727181168-2.3529411764706 0.0543262594688-2.1176470588235 0.0617287570667-1.8823529411765 0.0694354142560-1.6470588235294 0.0767793055215-1.4117647058824 0.0824864491110-1.1764705882353 0.0846164401720-0.9411764705882 0.0806559194984-0.7058823529412 0.0683126695404-0.4705882352941 0.0474619765710-0.2352941176471 0.02209365206020.0000000000000 0.00000000000000.2352941176471 -0.01158286744230.4705882352941 -0.01093806985770.7058823529412 -0.00208873257690.9411764705882 0.00921296554401.1764705882353 0.01894317104911.4117647058824 0.02554150015711.6470588235294 0.02905882578321.8823529411765 0.03019611505872.1176470588235 0.02974425180442.3529411764706 0.02833897697632.5882352941176 0.02643719968132.8235294117647 0.02433728338393.0588235294118 0.02221531563153.2941176470588 0.02017626653623.5294117647059 0.01827467972003.7647058823529 0.01653107139754.0000000000000 0.0149514142425
"x-label diagonal"y-label ADMBASE::kzz"Time = 0.0000000000000-6.9282032302755 -0.0162283663619-6.5206618637887 -0.0191946835435-6.1131204973019 -0.0229359671815-5.7055791308151 -0.0277157812644-5.2980377643283 -0.0339228036673-4.8904963978415 -0.0421321384874-4.4829550313547 -0.0532094037497-4.0754136648679 -0.0684812896778-3.6678722983812 -0.0900510519263-3.2603309318944 -0.1212324770853-2.8527895654076 -0.1670997108744-2.4452481989208 -0.2343396541655-2.0377068324340 -0.3265014020102-1.6301654659472 -0.4225127738306-1.2226240994604 -0.4361757084041-0.8150827329736 -0.2822174638764-0.4075413664868 -0.08717119226060.0000000000000 0.00000000000000.4075413664868 0.00862722525360.8150827329736 -0.00348121485851.2226240994604 -0.02986215039081.6301654659472 -0.06233113857482.0377068324340 -0.07750355698412.4452481989208 -0.07570108079992.8527895654076 -0.06651276949513.2603309318944 -0.05593626631633.6678722983812 -0.04631843642024.0754136648679 -0.03825604969444.4829550313547 -0.03170655980884.8904963978415 -0.02644255482965.2980377643283 -0.02221108829025.7055791308151 -0.01879773198496.1131204973019 -0.01602590312716.5206618637887 -0.01375982032786.9282032302755 -0.0118925350028
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 8.7048288334345
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 -8.7075085749318
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 0.0626684267341
"x-label time"y-label ADMBASE::kzz"kzz v time0.0000000000000 0.1816903013946
"x-label x"y-label ADMBASE::kzz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label y"y-label ADMBASE::kzz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000000000-3.7647058823529 0.0000000000000-3.5294117647059 0.0000000000000-3.2941176470588 0.0000000000000-3.0588235294118 0.0000000000000-2.8235294117647 0.0000000000000-2.5882352941176 0.0000000000000-2.3529411764706 0.0000000000000-2.1176470588235 0.0000000000000-1.8823529411765 0.0000000000000-1.6470588235294 0.0000000000000-1.4117647058824 0.0000000000000-1.1764705882353 0.0000000000000-0.9411764705882 0.0000000000000-0.7058823529412 0.0000000000000-0.4705882352941 0.0000000000000-0.2352941176471 0.00000000000000.0000000000000 0.00000000000000.2352941176471 0.00000000000000.4705882352941 0.00000000000000.7058823529412 0.00000000000000.9411764705882 0.00000000000001.1764705882353 0.00000000000001.4117647058824 0.00000000000001.6470588235294 0.00000000000001.8823529411765 0.00000000000002.1176470588235 0.00000000000002.3529411764706 0.00000000000002.5882352941176 0.00000000000002.8235294117647 0.00000000000003.0588235294118 0.00000000000003.2941176470588 0.00000000000003.5294117647059 0.00000000000003.7647058823529 0.00000000000004.0000000000000 0.0000000000000
"x-label z"y-label ADMBASE::kzz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0068597320388-3.7647058823529 -0.0081728984938-3.5294117647059 -0.0097951514945-3.2941176470588 -0.0118082314642-3.0588235294118 -0.0143189112012-2.8235294117647 -0.0174568174318-2.5882352941176 -0.0213762874357-2.3529411764706 -0.0262619832503-2.1176470588235 -0.0322888883118-1.8823529411765 -0.0395665489057-1.6470588235294 -0.0480459457865-1.4117647058824 -0.0572354953015-1.1764705882353 -0.0658845564698-0.9411764705882 -0.0715382938159-0.7058823529412 -0.0703827504356-0.4705882352941 -0.0583267663885-0.2352941176471 -0.03363511209170.0000000000000 0.00000000000000.2352941176471 0.03375578511740.4705882352941 0.05872016449940.7058823529412 0.07101690761330.9411764705882 0.07228634503791.1764705882353 0.06662770506931.4117647058824 0.05789406702281.6470588235294 0.04859016770311.8823529411765 0.04000004851942.1176470588235 0.03262272778542.3529411764706 0.02651904267512.5882352941176 0.02157275494002.8235294117647 0.01760569436283.0588235294118 0.01443288021923.2941176470588 0.01189583344913.5294117647059 0.00986252556313.7647058823529 0.00822521601244.0000000000000 0.0069006527273
"x-label diagonal"y-label ADMCONSTRAINTS::momx"Time = 0.0000000000000-6.9282032302755 0.0000023998123-6.5206618637887 0.0000023998123-6.1131204973019 0.0000037462540-5.7055791308151 0.0000059816076-5.2980377643283 0.0000096751792-4.8904963978415 0.0000158288769-4.4829550313547 0.0000261941714-4.0754136648679 0.0000431341027-3.6678722983812 0.0000693544449-3.2603309318944 0.0000984664899-2.8527895654076 0.0000883061471-2.4452481989208 -0.0001617757085-2.0377068324340 -0.0012496271785-1.6301654659472 -0.0034739946128-1.2226240994604 -0.0015590232581-0.8150827329736 0.0074150957731-0.4075413664868 0.00526456638170.0000000000000 0.00000267117530.4075413664868 -0.00457906231810.8150827329736 -0.00604658103951.2226240994604 0.00127448925481.6301654659472 0.00284110752982.0377068324340 0.00102872266432.4452481989208 0.00012295844402.8527895654076 -0.00008669247163.2603309318944 -0.00009284722803.6678722983812 -0.00006500023574.0754136648679 -0.00004083557984.4829550313547 -0.00002498806624.8904963978415 -0.00001515879825.2980377643283 -0.00000932826105.7055791308151 -0.00000582752816.1131204973019 -0.00000370251706.5206618637887 -0.00000237112776.9282032302755 -0.0000023711277
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 0.6574918457186
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 -0.6574908393705
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 0.0009155405287
"x-label time"y-label ADMCONSTRAINTS::momx"momx v time0.0000000000000 0.0091156209993
"x-label x"y-label ADMCONSTRAINTS::momx (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000000696546-3.7647058823529 0.0000000696546-3.5294117647059 0.0000001117745-3.2941176470588 0.0000001872213-3.0588235294118 0.0000003295503-2.8235294117647 0.0000006105937-2.5882352941176 0.0000011958731-2.3529411764706 0.0000024178212-2.1176470588235 0.0000048255485-1.8823529411765 0.0000073870716-1.6470588235294 0.0000019655295-1.4117647058824 0.0000000663553-1.1764705882353 -0.0000032212419-0.9411764705882 -0.0000040661374-0.7058823529412 -0.0000022138157-0.4705882352941 -0.0000003359712-0.2352941176471 0.00000122442120.0000000000000 0.00000267117530.2352941176471 0.00000416542870.4705882352941 0.00000585153120.7058823529412 0.00000805809220.9411764705882 0.00000970224281.1764705882353 0.00000718314161.4117647058824 0.00000029594301.6470588235294 0.00000108928441.8823529411765 0.00000434154502.1176470588235 0.00000334255372.3529411764706 0.00000193267462.5882352941176 0.00000106684182.8235294117647 0.00000059647593.0588235294118 0.00000034325383.2941176470588 0.00000020377423.5294117647059 0.00000012495053.7647058823529 0.00000007895274.0000000000000 0.0000000789527
"x-label y"y-label ADMCONSTRAINTS::momx (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0002760634361-3.7647058823529 -0.0002760634361-3.5294117647059 -0.0003295156841-3.2941176470588 -0.0003915497893-3.0588235294118 -0.0004609722456-2.8235294117647 -0.0005338283362-2.5882352941176 -0.0006005203155-2.3529411764706 -0.0006460954771-2.1176470588235 -0.0006383227445-1.8823529411765 -0.0005213846725-1.6470588235294 -0.0002236398631-1.4117647058824 0.0003557084366-1.1764705882353 0.0012806822206-0.9411764705882 0.0024723132477-0.7058823529412 0.0035686055989-0.4705882352941 0.0038316648827-0.2352941176471 0.00257629698000.0000000000000 0.00000267117530.2352941176471 -0.00257089872270.4705882352941 -0.00382693445580.7058823529412 -0.00356486940430.9411764705882 -0.00246991511491.1764705882353 -0.00127970528831.4117647058824 -0.00035489364491.6470588235294 0.00022399746631.8823529411765 0.00052256674592.1176470588235 0.00063864892872.3529411764706 0.00064646316122.5882352941176 0.00060094792092.8235294117647 0.00053444732253.0588235294118 0.00046123197933.2941176470588 0.00039178392063.5294117647059 0.00032972762293.7647058823529 0.00027623002844.0000000000000 0.0002762300284
"x-label z"y-label ADMCONSTRAINTS::momx (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000030039059-3.7647058823529 -0.0000030039059-3.5294117647059 -0.0000078494694-3.2941176470588 -0.0000154096267-3.0588235294118 -0.0000269045367-2.8235294117647 -0.0000437453132-2.5882352941176 -0.0000678509149-2.3529411764706 -0.0000999729419-2.1176470588235 -0.0001387222302-1.8823529411765 -0.0001768329404-1.6470588235294 -0.0001930152148-1.4117647058824 -0.0001451466328-1.1764705882353 0.0000309257187-0.9411764705882 0.0003904381761-0.7058823529412 0.0008723638292-0.4705882352941 0.0011841647460-0.2352941176471 0.00090732857590.0000000000000 0.00000267117530.2352941176471 -0.00091305501420.4705882352941 -0.00120729845220.7058823529412 -0.00089815707290.9411764705882 -0.00040607354391.1764705882353 -0.00003507996711.4117647058824 0.00014823538301.6470588235294 0.00019828468531.8823529411765 0.00018176270822.1176470588235 0.00014252699372.3529411764706 0.00010249190382.5882352941176 0.00006942073402.8235294117647 0.00004473039363.0588235294118 0.00002737040893.2941176470588 0.00001561245693.5294117647059 0.00000790123063.7647058823529 0.00000297447994.0000000000000 0.0000029744799
"x-label diagonal"y-label ADMCONSTRAINTS::momy"Time = 0.0000000000000-6.9282032302755 -0.0000363676554-6.5206618637887 -0.0000363676554-6.1131204973019 -0.0000487615512-5.7055791308151 -0.0000666836849-5.2980377643283 -0.0000927652185-4.8904963978415 -0.0001305023909-4.4829550313547 -0.0001864771700-4.0754136648679 -0.0002699864286-3.6678722983812 -0.0003941996238-3.2603309318944 -0.0005805296932-2.8527895654076 -0.0008682979201-2.4452481989208 -0.0014219650793-2.0377068324340 -0.0030468832042-1.6301654659472 -0.0084187447674-1.2226240994604 -0.0157799096728-0.8150827329736 -0.0043511652666-0.4075413664868 0.00823883413990.0000000000000 0.00176725829210.4075413664868 -0.00285848213040.8150827329736 0.00360017297981.2226240994604 0.00703675196611.6301654659472 0.00297356152672.0377068324340 0.00085487348632.4452481989208 0.00044045426262.8527895654076 0.00035540981963.2603309318944 0.00029016265273.6678722983812 0.00022327474164.0754136648679 0.00016672380614.4829550313547 0.00012280813384.8904963978415 0.00009003627295.2980377643283 0.00006642906505.7055791308151 0.00004920650356.1131204973019 0.00003689369156.5206618637887 0.00002785489176.9282032302755 0.0000278548917
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 5.5477134581282
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 -1.9143760408292
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 0.0016770994505
"x-label time"y-label ADMCONSTRAINTS::momy"momy v time0.0000000000000 0.0356006269690
"x-label x"y-label ADMCONSTRAINTS::momy (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0005828437760-3.7647058823529 -0.0005828437760-3.5294117647059 -0.0011585309809-3.2941176470588 -0.0023442514052-3.0588235294118 -0.0049275407810-2.8235294117647 -0.0110006131948-2.5882352941176 -0.0268347570486-2.3529411764706 -0.0747391036537-2.1176470588235 -0.2593424224227-1.8823529411765 -1.6727489958414-1.6470588235294 -0.5142578023571-1.4117647058824 -0.0160052295752-1.1764705882353 5.5477134581282-0.9411764705882 0.4132357491503-0.7058823529412 0.1043803062143-0.4705882352941 0.0337795759849-0.2352941176471 0.01136613417290.0000000000000 0.00176725829210.2352941176471 -0.00529832905700.4705882352941 -0.01609685950960.7058823529412 -0.04314240319150.9411764705882 -0.14285884790471.1764705882353 -1.91437604082921.4117647058824 0.00445036878621.6470588235294 0.06157892790121.8823529411765 0.23984321725952.1176470588235 0.04185063924302.3529411764706 0.01230559136912.5882352941176 0.00391351130592.8235294117647 0.00114307685193.0588235294118 0.00017443728433.2941176470588 -0.00015715813363.5294117647059 -0.00025192392513.7647058823529 -0.00025817043624.0000000000000 -0.0002581704362
"x-label y"y-label ADMCONSTRAINTS::momy (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000274741093-3.7647058823529 0.0000274741093-3.5294117647059 0.0000328537184-3.2941176470588 0.0000386578100-3.0588235294118 0.0000438850094-2.8235294117647 0.0000469247091-2.5882352941176 0.0000448328501-2.3529411764706 0.0000316497815-2.1176470588235 -0.0000017976208-1.8823529411765 -0.0000681779646-1.6470588235294 -0.0001824809099-1.4117647058824 -0.0003464287699-1.1764705882353 -0.0005233791083-0.9411764705882 -0.0005898570964-0.7058823529412 -0.0003333586247-0.4705882352941 0.0003881375054-0.2352941176471 0.00131872046190.0000000000000 0.00176725829210.2352941176471 0.00131838383180.4705882352941 0.00038743628860.7058823529412 -0.00033394206050.9411764705882 -0.00059016645621.1764705882353 -0.00052395651141.4117647058824 -0.00034680685481.6470588235294 -0.00018292611921.8823529411765 -0.00006841848312.1176470588235 -0.00000204767882.3529411764706 0.00003150383912.5882352941176 0.00004476190822.8235294117647 0.00004694654883.0588235294118 0.00004384154513.2941176470588 0.00003863423973.5294117647059 0.00003284297873.7647058823529 0.00002746533734.0000000000000 0.0000274653373
"x-label z"y-label ADMCONSTRAINTS::momy (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0000412476365-3.7647058823529 0.0000412476365-3.5294117647059 0.0000462109032-3.2941176470588 0.0000506954458-3.0588235294118 0.0000531075978-2.8235294117647 0.0000521838675-2.5882352941176 0.0000449689566-2.3529411764706 0.0000284520619-2.1176470588235 0.0000002966932-1.8823529411765 -0.0000364540608-1.6470588235294 -0.0000685722942-1.4117647058824 -0.0000491695000-1.1764705882353 0.0001054591480-0.9411764705882 0.0005272726137-0.7058823529412 0.0012664397111-0.4705882352941 0.0020935003104-0.2352941176471 0.00241758924220.0000000000000 0.00176725829210.2352941176471 0.00050581874690.4705882352941 -0.00048079123620.7058823529412 -0.00077133064860.9411764705882 -0.00059592502911.1764705882353 -0.00031102631411.4117647058824 -0.00010315090571.6470588235294 0.00000360807451.8823529411765 0.00004090771232.1176470588235 0.00004258204442.3529411764706 0.00003126035372.5882352941176 0.00001769155062.8235294117647 0.00000627467513.0588235294118 -0.00000198388553.2941176470588 -0.00000730843003.5294117647059 -0.00001030725403.7647058823529 -0.00001176286264.0000000000000 -0.0000117628626
"x-label diagonal"y-label ADMCONSTRAINTS::momz"Time = 0.0000000000000-6.9282032302755 -0.0000111299251-6.5206618637887 -0.0000111299251-6.1131204973019 -0.0000142152101-5.7055791308151 -0.0000184568567-5.2980377643283 -0.0000239780212-4.8904963978415 -0.0000307778626-4.4829550313547 -0.0000384965384-4.0754136648679 -0.0000450981088-3.6678722983812 -0.0000433551719-3.2603309318944 -0.0000108689620-2.8527895654076 0.0001119882156-2.4452481989208 0.0004878171243-2.0377068324340 0.0014513710709-1.6301654659472 0.0029792149422-1.2226240994604 0.0020387318598-0.8150827329736 -0.0031553098266-0.4075413664868 -0.00291259915590.0000000000000 -0.00155855997270.4075413664868 -0.00175661792900.8150827329736 0.00238556649131.2226240994604 0.00392901085921.6301654659472 0.00140182146372.0377068324340 0.00047173956042.4452481989208 0.00037847913812.8527895654076 0.00033066960703.2603309318944 0.00025631463353.6678722983812 0.00018586097304.0754136648679 0.00013081107234.4829550313547 0.00009168495044.8904963978415 0.00006453389455.2980377643283 0.00004598226035.7055791308151 0.00003312131696.1131204973019 0.00002420610466.5206618637887 0.00001797786486.9282032302755 0.0000179778648
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 1.1730102856652
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 -1.2434383100390
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.0009876880395
"x-label time"y-label ADMCONSTRAINTS::momz"momz v time0.0000000000000 0.0139089164985
"x-label x"y-label ADMCONSTRAINTS::momz (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000045074116-3.7647058823529 -0.0000045074116-3.5294117647059 -0.0000052256513-3.2941176470588 -0.0000063478901-3.0588235294118 -0.0000084429376-2.8235294117647 -0.0000129380200-2.5882352941176 -0.0000237784976-2.3529411764706 -0.0000523558834-2.1176470588235 -0.0001399584044-1.8823529411765 -0.0006684451035-1.6470588235294 0.0000036890096-1.4117647058824 -0.0000030083352-1.1764705882353 0.0024907206965-0.9411764705882 0.0003924665718-0.7058823529412 0.0001285596691-0.4705882352941 -0.0001338344076-0.2352941176471 -0.00059092779720.0000000000000 -0.00155855997270.2352941176471 -0.00382433553760.4705882352941 -0.00968686278340.7058823529412 -0.02711437102000.9411764705882 -0.09456324935011.1764705882353 -1.24343831003901.4117647058824 0.00002318253871.6470588235294 0.05139608149841.8823529411765 0.48922444923542.1176470588235 0.08629137556822.3529411764706 0.03043697748652.5882352941176 0.01315720558682.8235294117647 0.00643122576513.0588235294118 0.00343313329353.2941176470588 0.00196090192103.5294117647059 0.00118199781623.7647058823529 0.00074460249684.0000000000000 0.0007446024968
"x-label y"y-label ADMCONSTRAINTS::momz (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000420490019-3.7647058823529 -0.0000420490019-3.5294117647059 -0.0000473121794-3.2941176470588 -0.0000522974435-3.0588235294118 -0.0000553935524-2.8235294117647 -0.0000553418619-2.5882352941176 -0.0000496930582-2.3529411764706 -0.0000352728043-2.1176470588235 -0.0000101406715-1.8823529411765 0.0000227762448-1.6470588235294 0.0000494037621-1.4117647058824 0.0000246638634-1.1764705882353 -0.0001348026782-0.9411764705882 -0.0005541224739-0.7058823529412 -0.0012698139273-0.4705882352941 -0.0020371634613-0.2352941176471 -0.00227092926070.0000000000000 -0.00155855997270.2352941176471 -0.00032380786190.4705882352941 0.00056845170680.7058823529412 0.00077151787050.9411764705882 0.00055210121391.1764705882353 0.00026036197141.4117647058824 0.00006101972591.6470588235294 -0.00003481707111.8823529411765 -0.00006219094342.1176470588235 -0.00005754576342.3529411764706 -0.00004149389652.5882352941176 -0.00002479057452.8235294117647 -0.00001112586323.0588235294118 -0.00000187246103.2941176470588 0.00000447389443.5294117647059 0.00000814663743.7647058823529 0.00001011807044.0000000000000 0.0000101180704
"x-label z"y-label ADMCONSTRAINTS::momz (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 -0.0000299028498-3.7647058823529 -0.0000299028498-3.5294117647059 -0.0000361505727-3.2941176470588 -0.0000431218112-3.0588235294118 -0.0000500514514-2.8235294117647 -0.0000554919553-2.5882352941176 -0.0000565779340-2.3529411764706 -0.0000480647056-2.1176470588235 -0.0000211296543-1.8823529411765 0.0000371084387-1.6470588235294 0.0001407938508-1.4117647058824 0.0002943273741-1.1764705882353 0.0004661573491-0.9411764705882 0.0005431493438-0.7058823529412 0.0003327428151-0.4705882352941 -0.0003036524837-0.2352941176471 -0.00114294373110.0000000000000 -0.00155855997270.2352941176471 -0.00116163507850.4705882352941 -0.00032030800650.7058823529412 0.00033184595610.9411764705882 0.00055287296031.1764705882353 0.00047669181641.4117647058824 0.00030140171551.6470588235294 0.00014345532981.8823529411765 0.00003694241592.1176470588235 -0.00002269030462.3529411764706 -0.00005014188972.5882352941176 -0.00005865208132.8235294117647 -0.00005726618033.0588235294118 -0.00005151341123.2941176470588 -0.00004427908523.5294117647059 -0.00003705417983.7647058823529 -0.00003058348034.0000000000000 -0.0000305834803
"x-label diagonal"y-label TWOPUNCTURES::puncture_u"Time = 0.0000000000000-6.9282032302755 0.0433012964632-6.5206618637887 0.0460426945101-6.1131204973019 0.0490585377579-5.7055791308151 0.0525679130927-5.2980377643283 0.0566147177953-4.8904963978415 0.0612576371569-4.4829550313547 0.0666397790374-4.0754136648679 0.0730456592175-3.6678722983812 0.0806407521148-3.2603309318944 0.0897560764534-2.8527895654076 0.1007880326981-2.4452481989208 0.1140909400415-2.0377068324340 0.1297010135760-1.6301654659472 0.1464663215040-1.2226240994604 0.1605241611683-0.8150827329736 0.1660827575629-0.4075413664868 0.16137081650140.0000000000000 0.15149426476450.4075413664868 0.14056107732740.8150827329736 0.12987253858561.2226240994604 0.11892410418311.6301654659472 0.10798092789222.0377068324340 0.09760679747152.4452481989208 0.08826848041642.8527895654076 0.08009786315773.2603309318944 0.07304799350413.6678722983812 0.06694480507574.0754136648679 0.06169516307444.4829550313547 0.05714723152824.8904963978415 0.05313073463345.2980377643283 0.04963808074325.7055791308151 0.04652909082366.1131204973019 0.04378718940586.5206618637887 0.04131734629656.9282032302755 0.0391181893526
"x-label time"y-label TWOPUNCTURES::puncture_u"puncture_u v time0.0000000000000 0.3304019168765
"x-label time"y-label TWOPUNCTURES::puncture_u"puncture_u v time0.0000000000000 0.0391181893526
"x-label time"y-label TWOPUNCTURES::puncture_u"puncture_u v time0.0000000000000 0.0726752918858
"x-label time"y-label TWOPUNCTURES::puncture_u"puncture_u v time0.0000000000000 0.0763893334163
"x-label x"y-label TWOPUNCTURES::puncture_u (y = 0.0000000000000, z = 0.0000000000000), (yi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0815055527930-3.7647058823529 0.0872761447243-3.5294117647059 0.0939816590290-3.2941176470588 0.1018656816391-3.0588235294118 0.1113170380327-2.8235294117647 0.1229519196745-2.5882352941176 0.1377196542581-2.3529411764706 0.1573564319323-2.1176470588235 0.1851141226835-1.8823529411765 0.2276999642274-1.6470588235294 0.2952371678294-1.4117647058824 0.3304019168765-1.1764705882353 0.2777054163621-0.9411764705882 0.2316863394132-0.7058823529412 0.1998449179176-0.4705882352941 0.1777592565472-0.2352941176471 0.16230560626310.0000000000000 0.15149426476450.2352941176471 0.14390327547900.4705882352941 0.13891725139100.7058823529412 0.13620626464310.9411764705882 0.13478822126001.1764705882353 0.13352430163171.4117647058824 0.12932358849851.6470588235294 0.12139331699891.8823529411765 0.11238436324372.1176470588235 0.10414457468852.3529411764706 0.09696552404102.5882352941176 0.09065828406472.8235294117647 0.08506417442643.0588235294118 0.08005868204533.2941176470588 0.07556494839003.5294117647059 0.07150727134263.7647058823529 0.06783059514334.0000000000000 0.0644878672920
"x-label y"y-label TWOPUNCTURES::puncture_u (x = 0.0000000000000, z = 0.0000000000000), (xi = 17, zi = 17)"Time = 0.0000000000000-4.0000000000000 0.0657566681070-3.7647058823529 0.0689850564220-3.5294117647059 0.0724993225181-3.2941176470588 0.0764050847855-3.0588235294118 0.0805680042042-2.8235294117647 0.0851054498011-2.5882352941176 0.0901681861838-2.3529411764706 0.0955424184467-2.1176470588235 0.1013472460292-1.8823529411765 0.1077435913100-1.6470588235294 0.1143794652848-1.4117647058824 0.1214483859458-1.1764705882353 0.1285751544869-0.9411764705882 0.1354173206630-0.7058823529412 0.1417439488036-0.4705882352941 0.1468718786655-0.2352941176471 0.15027115880390.0000000000000 0.15149426476450.2352941176471 0.15030070931330.4705882352941 0.14691369181710.7058823529412 0.14177653229460.9411764705882 0.13542299043211.1764705882353 0.12854571145471.4117647058824 0.12138582371231.6470588235294 0.11428922677501.8823529411765 0.10761847009612.1176470588235 0.10122367699732.3529411764706 0.09541072999602.5882352941176 0.09003332391802.8235294117647 0.08497181020153.0588235294118 0.08043679091633.2941176470588 0.07627813963573.5294117647059 0.07237814044813.7647058823529 0.06886924512634.0000000000000 0.0656466260019
"x-label z"y-label TWOPUNCTURES::puncture_u (x = 0.0000000000000, y = 0.0000000000000), (xi = 17, yi = 17)"Time = 0.0000000000000-4.0000000000000 0.0654106434723-3.7647058823529 0.0686580846583-3.5294117647059 0.0722068197816-3.2941176470588 0.0761449863444-3.0588235294118 0.0803816756442-2.8235294117647 0.0850263362870-2.5882352941176 0.0902330553934-2.3529411764706 0.0958029749121-2.1176470588235 0.1018642922933-1.8823529411765 0.1086081678037-1.6470588235294 0.1156626124658-1.4117647058824 0.1231950319765-1.1764705882353 0.1308233766890-0.9411764705882 0.1380024382406-0.7058823529412 0.1445039757468-0.4705882352941 0.1493527837551-0.2352941176471 0.15184300149700.0000000000000 0.15149426476450.2352941176471 0.14830944710510.4705882352941 0.14282829374640.7058823529412 0.13600839593180.9411764705882 0.12843693538601.1764705882353 0.12083216100561.4117647058824 0.11332695286261.6470588235294 0.10624604779301.8823529411765 0.09976273078342.1176470588235 0.09374097719332.3529411764706 0.08830258469432.5882352941176 0.08335012326752.8235294117647 0.07877247239543.0588235294118 0.07465608636383.2941176470588 0.07090132162143.5294117647059 0.06742300565813.7647058823529 0.06427146632224.0000000000000 0.0613781643201
# $Header$ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase"ActiveThorns = "PUGH PUGHReduce PUGHSlab LocalReduce"ActiveThorns = "IOASCII IOBasic IOUtil"ActiveThorns = "ADMBase StaticConformal"ActiveThorns = "TmunuBase ADMConstraints ADMCoupling ADMMacros SpaceMask"ActiveThorns = "TwoPunctures"Cactus::cctk_itlast = 0Time::dtfac = 0.25Grid::type = "byrange"Grid::domain = "full"Grid::xmin = -4Grid::xmax = 4Grid::ymin = -4Grid::ymax = 4Grid::zmin = -4Grid::zmax = 4Driver::global_nx = 35Driver::global_ny = 35Driver::global_nz = 35ADMBase::initial_data = "twopunctures"TwoPunctures::keep_u_around = yesTwoPunctures::npoints_A = 20TwoPunctures::npoints_B = 20TwoPunctures::npoints_phi = 12TwoPunctures::par_b = 1.5TwoPunctures::par_m_plus = 1.5TwoPunctures::par_P_plus[1] = 2.0TwoPunctures::par_S_plus[1] = 0.5TwoPunctures::par_S_plus[2] = -0.5TwoPunctures::par_m_minus = 1.0TwoPunctures::par_P_minus[1] = -2.0TwoPunctures::par_S_minus[0] = -1.0TwoPunctures::par_S_minus[2] = -1.0ADMBase::lapse_evolution_method = "static"ADMBase::initial_lapse = "one"IO::out_dir = $parfileIO::out_fileinfo = "axis labels"IOBasic::outScalar_every = 1IOBasic::outScalar_vars = "admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum TwoPunctures::puncture_u"IOASCII::out1D_every = 1IOASCII::out1D_vars = "admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum TwoPunctures::puncture_u"
# ==================================# Numerical Relativity Metadata file# ==================================## This file contains information about the simulation provided by the# TwoPunctures thorn. The format is described in the NR Data Format Document# http://arxiv.org/abs/0709.0093 [draft SVN r707].[metadata]initial-ADM-energy = 1.007876500039254219initial-ADM-angular-momentumx = 0initial-ADM-angular-momentumy = 0initial-ADM-angular-momentumz = 0.7787643274923383707initial-separation = 2.337285746000000053initial-data-type = Bowen-Yorkinitial-data-bibtex-keys = Bowen:1980yu Brandt:1997tf Ansorg:2004dsinitial-bh-position1x = 1.168642873000000026initial-bh-position1y = 0initial-bh-position1z = 0initial-bh-position2x = -1.168642873000000026initial-bh-position2y = 0initial-bh-position2z = 0initial-bh-momentum1x = 0initial-bh-momentum1y = 0.3331917497999999922initial-bh-momentum1z = 0initial-bh-momentum2x = 0initial-bh-momentum2y = -0.3331917497999999922initial-bh-momentum2z = 0initial-bh-spin1x = 0initial-bh-spin1y = 0initial-bh-spin1z = 0initial-bh-spin2x = 0initial-bh-spin2y = 0initial-bh-spin2z = 0initial-bh-puncture-adm-mass1 = 0.5168196241765837806initial-bh-puncture-adm-mass2 = 0.5168196241769023036
# 0D ASCII output created by CarpetIOASCII#0 0 0 0 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 1 0 25 25 25 0 0 0 0 4.089612235476418611
# 1D ASCII output created by CarpetIOASCII#0 0 0 0 0 0 0 0 0 -2.5 -2.5 -2.5 1.715303277606966770 0 0 0 0 1 1 1 0 -2.400000000000000355 -2.400000000000000355 -2.400000000000000355 1.715303277606966770 0 0 0 0 2 2 2 0 -2.300000000000000266 -2.300000000000000266 -2.300000000000000266 1.715303277606966770 0 0 0 0 3 3 3 0 -2.200000000000000178 -2.200000000000000178 -2.200000000000000178 1.715303277606966770 0 0 0 0 4 4 4 0 -2.100000000000000089 -2.100000000000000089 -2.100000000000000089 1.715303277606966770 0 0 0 0 5 5 5 0 -2 -2 -2 1.715303277606966770 0 0 0 0 6 6 6 0 -1.900000000000000133 -1.900000000000000133 -1.900000000000000133 1.7600720015358626290 0 0 0 0 7 7 7 0 -1.800000000000000044 -1.800000000000000044 -1.800000000000000044 1.8104656312416707030 0 0 0 0 8 8 8 0 -1.700000000000000178 -1.700000000000000178 -1.700000000000000178 1.8675981193538597760 0 0 0 0 9 9 9 0 -1.600000000000000089 -1.600000000000000089 -1.600000000000000089 1.9327390277164286920 0 0 0 0 10 10 10 0 -1.5 -1.5 -1.5 2.0075141020040780940 0 0 0 0 11 11 11 0 -1.400000000000000133 -1.400000000000000133 -1.400000000000000133 2.0939411783673445020 0 0 0 0 12 12 12 0 -1.300000000000000044 -1.300000000000000044 -1.300000000000000044 2.1944613637948404690 0 0 0 0 13 13 13 0 -1.200000000000000178 -1.200000000000000178 -1.200000000000000178 2.3121134813976502720 0 0 0 0 14 14 14 0 -1.100000000000000089 -1.100000000000000089 -1.100000000000000089 2.4502784182415346950 0 0 0 0 15 15 15 0 -1 -1 -1 2.6125663762534765410 0 0 0 0 16 16 16 0 -0.9000000000000000222 -0.9000000000000000222 -0.9000000000000000222 2.8019167205608237480 0 0 0 0 17 17 17 0 -0.8000000000000000444 -0.8000000000000000444 -0.8000000000000000444 3.0188029939096163720 0 0 0 0 18 18 18 0 -0.7000000000000000666 -0.7000000000000000666 -0.7000000000000000666 3.2580034744267951650 0 0 0 0 19 19 19 0 -0.6000000000000000888 -0.6000000000000000888 -0.6000000000000000888 3.5045497521240620560 0 0 0 0 20 20 20 0 -0.5 -0.5 -0.5 3.7331198658000350750 0 0 0 0 21 21 21 0 -0.4000000000000000222 -0.4000000000000000222 -0.4000000000000000222 3.9118295626608596830 0 0 0 0 22 22 22 0 -0.3000000000000000444 -0.3000000000000000444 -0.3000000000000000444 4.0234144886669742650 0 0 0 0 23 23 23 0 -0.2000000000000000111 -0.2000000000000000111 -0.2000000000000000111 4.0741340142808759590 0 0 0 0 24 24 24 0 -0.1000000000000000056 -0.1000000000000000056 -0.1000000000000000056 4.0881973105116049540 0 0 0 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 0 0 26 26 26 0 0.1000000000000000056 0.1000000000000000056 0.1000000000000000056 4.0881973105113598170 0 0 0 0 27 27 27 0 0.2000000000000000111 0.2000000000000000111 0.2000000000000000111 4.0741340142804043370 0 0 0 0 28 28 28 0 0.3000000000000000444 0.3000000000000000444 0.3000000000000000444 4.0234144886662726040 0 0 0 0 29 29 29 0 0.4000000000000000222 0.4000000000000000222 0.4000000000000000222 3.911829562659972837########################################0 0 0 1 0 20 20 20 0 -0.5 -0.5 -0.5 3.7331198658000350750 0 0 1 0 21 21 21 0 -0.4000000000000000222 -0.4000000000000000222 -0.4000000000000000222 3.9118295626608596830 0 0 1 0 22 22 22 0 -0.3000000000000000444 -0.3000000000000000444 -0.3000000000000000444 4.0234144886669742650 0 0 1 0 23 23 23 0 -0.2000000000000000111 -0.2000000000000000111 -0.2000000000000000111 4.0741340142808759590 0 0 1 0 24 24 24 0 -0.1000000000000000056 -0.1000000000000000056 -0.1000000000000000056 4.0881973105116049540 0 0 1 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 1 0 26 26 26 0 0.1000000000000000056 0.1000000000000000056 0.1000000000000000056 4.0881973105113598170 0 0 1 0 27 27 27 0 0.2000000000000000111 0.2000000000000000111 0.2000000000000000111 4.0741340142804043370 0 0 1 0 28 28 28 0 0.3000000000000000444 0.3000000000000000444 0.3000000000000000444 4.0234144886662726040 0 0 1 0 29 29 29 0 0.4000000000000000222 0.4000000000000000222 0.4000000000000000222 3.9118295626599728370 0 0 1 0 30 30 30 0 0.5 0.5 0.5 3.7331198657990452010 0 0 1 0 31 31 31 0 0.6000000000000000888 0.6000000000000000888 0.6000000000000000888 3.5045497521231179230 0 0 1 0 32 32 32 0 0.7000000000000000666 0.7000000000000000666 0.7000000000000000666 3.2580034744259118720 0 0 1 0 33 33 33 0 0.8000000000000000444 0.8000000000000000444 0.8000000000000000444 3.0188029939088250050 0 0 1 0 34 34 34 0 0.9000000000000000222 0.9000000000000000222 0.9000000000000000222 2.8019167205601371860 0 0 1 0 35 35 35 0 1 1 1 2.6125663762528832380 0 0 1 0 36 36 36 0 1.100000000000000089 1.100000000000000089 1.100000000000000089 2.4502784182410253240 0 0 1 0 37 37 37 0 1.200000000000000178 1.200000000000000178 1.200000000000000178 2.3121134813972119560 0 0 1 0 38 38 38 0 1.300000000000000044 1.300000000000000044 1.300000000000000044 2.1944613637944656580 0 0 1 0 39 39 39 0 1.400000000000000133 1.400000000000000133 1.400000000000000133 2.0939411783670198730 0 0 1 0 40 40 40 0 1.5 1.5 1.5 2.0075141020037965410 0 0 1 0 41 41 41 0 1.600000000000000089 1.600000000000000089 1.600000000000000089 1.9327390277161826670 0 0 1 0 42 42 42 0 1.700000000000000178 1.700000000000000178 1.700000000000000178 1.867598119353644170 0 0 1 0 43 43 43 0 1.800000000000000044 1.800000000000000044 1.800000000000000044 1.8104656312414795230 0 0 1 0 44 44 44 0 1.900000000000000133 1.900000000000000133 1.900000000000000133 1.7600720015356914330 0 0 1 0 45 45 45 0 2 2 2 1.7600720015356914330 0 0 1 0 46 46 46 0 2.100000000000000089 2.100000000000000089 2.100000000000000089 1.7600720015356914330 0 0 1 0 47 47 47 0 2.200000000000000178 2.200000000000000178 2.200000000000000178 1.7600720015356914330 0 0 1 0 48 48 48 0 2.300000000000000266 2.300000000000000266 2.300000000000000266 1.7600720015356914330 0 0 1 0 49 49 49 0 2.400000000000000355 2.400000000000000355 2.400000000000000355 1.760072001535691433
# 1D ASCII output created by CarpetIOASCII#0 0 0 0 0 0 25 25 0 -2.5 0 0 3.5507354770389785160 0 0 0 0 1 25 25 0 -2.400000000000000355 0 0 3.5507354770389785160 0 0 0 0 2 25 25 0 -2.300000000000000266 0 0 3.5507354770389785160 0 0 0 0 3 25 25 0 -2.200000000000000178 0 0 3.5507354770389785160 0 0 0 0 4 25 25 0 -2.100000000000000089 0 0 3.5507354770389785160 0 0 0 0 5 25 25 0 -2 0 0 3.5507354770389785160 0 0 0 0 6 25 25 0 -1.900000000000000133 0 0 3.9970908124927029270 0 0 0 0 7 25 25 0 -1.800000000000000044 0 0 4.6357827563736861980 0 0 0 0 8 25 25 0 -1.700000000000000178 0 0 5.6176162468422976560 0 0 0 0 9 25 25 0 -1.600000000000000089 0 0 7.2936673295345508810 0 0 0 0 10 25 25 0 -1.5 0 0 10.666025575345802420 0 0 0 0 11 25 25 0 -1.400000000000000133 0 0 19.752516593029547210 0 0 0 0 12 25 25 0 -1.300000000000000044 0 0 66.798780417351949270 0 0 0 0 13 25 25 0 -1.200000000000000178 0 0 4890.8600000100323090 0 0 0 0 14 25 25 0 -1.100000000000000089 0 0 389.85751851642595510 0 0 0 0 15 25 25 0 -1 0 0 38.496105545493477960 0 0 0 0 16 25 25 0 -0.9000000000000000222 0 0 15.829728171757912140 0 0 0 0 17 25 25 0 -0.8000000000000000444 0 0 9.8150852796450358540 0 0 0 0 18 25 25 0 -0.7000000000000000666 0 0 7.2984503242278364610 0 0 0 0 19 25 25 0 -0.6000000000000000888 0 0 5.9868257091636136740 0 0 0 0 20 25 25 0 -0.5 0 0 5.2158804165861356590 0 0 0 0 21 25 25 0 -0.4000000000000000222 0 0 4.7333085601450308740 0 0 0 0 22 25 25 0 -0.3000000000000000444 0 0 4.4234367208112503890 0 0 0 0 23 25 25 0 -0.2000000000000000111 0 0 4.2301870373468659640 0 0 0 0 24 25 25 0 -0.1000000000000000056 0 0 4.1237586741277647560 0 0 0 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 0 0 26 25 25 0 0.1000000000000000056 0 0 4.1237586741274814270 0 0 0 0 27 25 25 0 0.2000000000000000111 0 0 4.2301870373462557850 0 0 0 0 28 25 25 0 0.3000000000000000444 0 0 4.4234367208102076670 0 0 0 0 29 25 25 0 0.4000000000000000222 0 0 4.733308560143414390 0 0 0 0 30 25 25 0 0.5 0 0 5.2158804165838397180 0 0 0 0 31 25 25 0 0.6000000000000000888 0 0 5.9868257091604624160 0 0 0 0 32 25 25 0 0.7000000000000000666 0 0 7.2984503242236717920 0 0 0 0 33 25 25 0 0.8000000000000000444 0 0 9.8150852796394314480 0 0 0 0 34 25 25 0 0.9000000000000000222 0 0 15.829728171749628980 0 0 0 0 35 25 25 0 1 0 0 38.496105545474563310 0 0 0 0 36 25 25 0 1.100000000000000089 0 0 389.85751851628253920 0 0 0 0 37 25 25 0 1.200000000000000178 0 0 4890.8600000086607910 0 0 0 0 38 25 25 0 1.300000000000000044 0 0 66.798780417311988340 0 0 0 0 39 25 25 0 1.400000000000000133 0 0 19.752516593015585040 0 0 0 0 40 25 25 0 1.5 0 0 10.666025575337801710 0 0 0 0 41 25 25 0 1.600000000000000089 0 0 7.2936673295290050940 0 0 0 0 42 25 25 0 1.700000000000000178 0 0 5.6176162468381241060 0 0 0 0 43 25 25 0 1.800000000000000044 0 0 4.635782756370344870 0 0 0 0 44 25 25 0 1.900000000000000133 0 0 3.9970908124899184880 0 0 0 0 45 25 25 0 2 0 0 3.9970908124899184880 0 0 0 0 46 25 25 0 2.100000000000000089 0 0 3.9970908124899184880 0 0 0 0 47 25 25 0 2.200000000000000178 0 0 3.9970908124899184880 0 0 0 0 48 25 25 0 2.300000000000000266 0 0 3.9970908124899184880 0 0 0 0 49 25 25 0 2.400000000000000355 0 0 3.9970908124899184880 0 0 1 0 0 25 25 0 -2.5 0 0 3.5507354770389785160 0 0 1 0 1 25 25 0 -2.400000000000000355 0 0 3.5507354770389785160 0 0 1 0 2 25 25 0 -2.300000000000000266 0 0 3.5507354770389785160 0 0 1 0 3 25 25 0 -2.200000000000000178 0 0 3.5507354770389785160 0 0 1 0 4 25 25 0 -2.100000000000000089 0 0 3.5507354770389785160 0 0 1 0 5 25 25 0 -2 0 0 3.5507354770389785160 0 0 1 0 6 25 25 0 -1.900000000000000133 0 0 3.9970908124927029270 0 0 1 0 7 25 25 0 -1.800000000000000044 0 0 4.6357827563736861980 0 0 1 0 8 25 25 0 -1.700000000000000178 0 0 5.6176162468422976560 0 0 1 0 9 25 25 0 -1.600000000000000089 0 0 7.2936673295345508810 0 0 1 0 10 25 25 0 -1.5 0 0 10.666025575345802420 0 0 1 0 11 25 25 0 -1.400000000000000133 0 0 19.752516593029547210 0 0 1 0 12 25 25 0 -1.300000000000000044 0 0 66.798780417351949270 0 0 1 0 13 25 25 0 -1.200000000000000178 0 0 4890.8600000100323090 0 0 1 0 14 25 25 0 -1.100000000000000089 0 0 389.85751851642595510 0 0 1 0 15 25 25 0 -1 0 0 38.496105545493477960 0 0 1 0 16 25 25 0 -0.9000000000000000222 0 0 15.829728171757912140 0 0 1 0 17 25 25 0 -0.8000000000000000444 0 0 9.8150852796450358540 0 0 1 0 18 25 25 0 -0.7000000000000000666 0 0 7.2984503242278364610 0 0 1 0 19 25 25 0 -0.6000000000000000888 0 0 5.9868257091636136740 0 0 1 0 20 25 25 0 -0.5 0 0 5.2158804165861356590 0 0 1 0 21 25 25 0 -0.4000000000000000222 0 0 4.7333085601450308740 0 0 1 0 22 25 25 0 -0.3000000000000000444 0 0 4.4234367208112503890 0 0 1 0 23 25 25 0 -0.2000000000000000111 0 0 4.2301870373468659640 0 0 1 0 24 25 25 0 -0.1000000000000000056 0 0 4.1237586741277647560 0 0 1 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 1 0 26 25 25 0 0.1000000000000000056 0 0 4.1237586741274814270 0 0 1 0 27 25 25 0 0.2000000000000000111 0 0 4.2301870373462557850 0 0 1 0 28 25 25 0 0.3000000000000000444 0 0 4.4234367208102076670 0 0 1 0 29 25 25 0 0.4000000000000000222 0 0 4.733308560143414390 0 0 1 0 30 25 25 0 0.5 0 0 5.2158804165838397180 0 0 1 0 31 25 25 0 0.6000000000000000888 0 0 5.9868257091604624160 0 0 1 0 32 25 25 0 0.7000000000000000666 0 0 7.2984503242236717920 0 0 1 0 33 25 25 0 0.8000000000000000444 0 0 9.8150852796394314480 0 0 1 0 34 25 25 0 0.9000000000000000222 0 0 15.829728171749628980 0 0 1 0 35 25 25 0 1 0 0 38.496105545474563310 0 0 1 0 36 25 25 0 1.100000000000000089 0 0 389.85751851628253920 0 0 1 0 37 25 25 0 1.200000000000000178 0 0 4890.8600000086607910 0 0 1 0 38 25 25 0 1.300000000000000044 0 0 66.798780417311988340 0 0 1 0 39 25 25 0 1.400000000000000133 0 0 19.752516593015585040 0 0 1 0 40 25 25 0 1.5 0 0 10.666025575337801710 0 0 1 0 41 25 25 0 1.600000000000000089 0 0 7.2936673295290050940 0 0 1 0 42 25 25 0 1.700000000000000178 0 0 5.6176162468381241060 0 0 1 0 43 25 25 0 1.800000000000000044 0 0 4.635782756370344870 0 0 1 0 44 25 25 0 1.900000000000000133 0 0 3.9970908124899184880 0 0 1 0 45 25 25 0 2 0 0 3.9970908124899184880 0 0 1 0 46 25 25 0 2.100000000000000089 0 0 3.9970908124899184880 0 0 1 0 47 25 25 0 2.200000000000000178 0 0 3.9970908124899184880 0 0 1 0 48 25 25 0 2.300000000000000266 0 0 3.9970908124899184880 0 0 1 0 49 25 25 0 2.400000000000000355 0 0 3.997090812489918488
# 1D ASCII output created by CarpetIOASCII#0 0 0 0 0 25 0 25 0 0 -2.5 0 2.1919843746484772850 0 0 0 0 25 1 25 0 0 -2.400000000000000355 0 2.1919843746484772850 0 0 0 0 25 2 25 0 0 -2.300000000000000266 0 2.1919843746484772850 0 0 0 0 25 3 25 0 0 -2.200000000000000178 0 2.1919843746484772850 0 0 0 0 25 4 25 0 0 -2.100000000000000089 0 2.1919843746484772850 0 0 0 0 25 5 25 0 0 -2 0 2.1919843746484772850 0 0 0 0 25 6 25 0 0 -1.900000000000000133 0 2.2517887868617312290 0 0 0 0 25 7 25 0 0 -1.800000000000000044 0 2.3166252933684416960 0 0 0 0 25 8 25 0 0 -1.700000000000000178 0 2.3869654930015982150 0 0 0 0 25 9 25 0 0 -1.600000000000000089 0 2.4632950495565526520 0 0 0 0 25 10 25 0 0 -1.5 0 2.5466795908087727080 0 0 0 0 25 11 25 0 0 -1.400000000000000133 0 2.6365482187376332310 0 0 0 0 25 12 25 0 0 -1.300000000000000044 0 2.7337605759281786710 0 0 0 0 25 13 25 0 0 -1.200000000000000178 0 2.8385461494584833810 0 0 0 0 25 14 25 0 0 -1.100000000000000089 0 2.9513996746372832550 0 0 0 0 25 15 25 0 0 -1 0 3.0713262649273720410 0 0 0 0 25 16 25 0 0 -0.9000000000000000222 0 3.1978058329733940470 0 0 0 0 25 17 25 0 0 -0.8000000000000000444 0 3.3292535276497718930 0 0 0 0 25 18 25 0 0 -0.7000000000000000666 0 3.4637992624432278890 0 0 0 0 25 19 25 0 0 -0.6000000000000000888 0 3.59764816052754810 0 0 0 0 25 20 25 0 0 -0.5 0 3.7260883374471900350 0 0 0 0 25 21 25 0 0 -0.4000000000000000222 0 3.8443286286529634310 0 0 0 0 25 22 25 0 0 -0.3000000000000000444 0 3.945258138882904220 0 0 0 0 25 23 25 0 0 -0.2000000000000000111 0 4.0235795943904717480 0 0 0 0 25 24 25 0 0 -0.1000000000000000056 0 4.072808469180090540 0 0 0 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 0 0 25 26 25 0 0 0.1000000000000000056 0 4.072808469180090540 0 0 0 0 25 27 25 0 0 0.2000000000000000111 0 4.0235795943904717480 0 0 0 0 25 28 25 0 0 0.3000000000000000444 0 3.945258138882904220 0 0 0 0 25 29 25 0 0 0.4000000000000000222 0 3.84432862866575320 0 0 0 0 25 30 25 0 0 0.5 0 3.7260883374471900350 0 0 0 0 25 31 25 0 0 0.6000000000000000888 0 3.5976481605275432150 0 0 0 0 25 32 25 0 0 0.7000000000000000666 0 3.4637992624757734110 0 0 0 0 25 33 25 0 0 0.8000000000000000444 0 3.3292535276497718930 0 0 0 0 25 34 25 0 0 0.9000000000000000222 0 3.1978058329733896060 0 0 0 0 25 35 25 0 0 1 0 3.0713262649273720410 0 0 0 0 25 36 25 0 0 1.100000000000000089 0 2.9513996746372832550 0 0 0 0 25 37 25 0 0 1.200000000000000178 0 2.8385461494584833810 0 0 0 0 25 38 25 0 0 1.300000000000000044 0 2.7337605759281804470 0 0 0 0 25 39 25 0 0 1.400000000000000133 0 2.6365482187547639730 0 0 0 0 25 40 25 0 0 1.5 0 2.5466795908087727080 0 0 0 0 25 41 25 0 0 1.600000000000000089 0 2.4632950495565526520 0 0 0 0 25 42 25 0 0 1.700000000000000178 0 2.3869654930015982150 0 0 0 0 25 43 25 0 0 1.800000000000000044 0 2.3166252933684416960 0 0 0 0 25 44 25 0 0 1.900000000000000133 0 2.2517887868617312290 0 0 0 0 25 45 25 0 0 2 0 2.2517887868617312290 0 0 0 0 25 46 25 0 0 2.100000000000000089 0 2.2517887868617312290 0 0 0 0 25 47 25 0 0 2.200000000000000178 0 2.2517887868617312290 0 0 0 0 25 48 25 0 0 2.300000000000000266 0 2.2517887868617312290 0 0 0 0 25 49 25 0 0 2.400000000000000355 0 2.2517887868617312290 0 0 1 0 25 0 25 0 0 -2.5 0 2.1919843746484772850 0 0 1 0 25 1 25 0 0 -2.400000000000000355 0 2.1919843746484772850 0 0 1 0 25 2 25 0 0 -2.300000000000000266 0 2.1919843746484772850 0 0 1 0 25 3 25 0 0 -2.200000000000000178 0 2.1919843746484772850 0 0 1 0 25 4 25 0 0 -2.100000000000000089 0 2.1919843746484772850 0 0 1 0 25 5 25 0 0 -2 0 2.1919843746484772850 0 0 1 0 25 6 25 0 0 -1.900000000000000133 0 2.2517887868617312290 0 0 1 0 25 7 25 0 0 -1.800000000000000044 0 2.3166252933684416960 0 0 1 0 25 8 25 0 0 -1.700000000000000178 0 2.3869654930015982150 0 0 1 0 25 9 25 0 0 -1.600000000000000089 0 2.4632950495565526520 0 0 1 0 25 10 25 0 0 -1.5 0 2.5466795908087727080 0 0 1 0 25 11 25 0 0 -1.400000000000000133 0 2.6365482187376332310 0 0 1 0 25 12 25 0 0 -1.300000000000000044 0 2.7337605759281786710 0 0 1 0 25 13 25 0 0 -1.200000000000000178 0 2.8385461494584833810 0 0 1 0 25 14 25 0 0 -1.100000000000000089 0 2.9513996746372832550 0 0 1 0 25 15 25 0 0 -1 0 3.0713262649273720410 0 0 1 0 25 16 25 0 0 -0.9000000000000000222 0 3.1978058329733940470 0 0 1 0 25 17 25 0 0 -0.8000000000000000444 0 3.3292535276497718930 0 0 1 0 25 18 25 0 0 -0.7000000000000000666 0 3.4637992624432278890 0 0 1 0 25 19 25 0 0 -0.6000000000000000888 0 3.59764816052754810 0 0 1 0 25 20 25 0 0 -0.5 0 3.7260883374471900350 0 0 1 0 25 21 25 0 0 -0.4000000000000000222 0 3.8443286286529634310 0 0 1 0 25 22 25 0 0 -0.3000000000000000444 0 3.945258138882904220 0 0 1 0 25 23 25 0 0 -0.2000000000000000111 0 4.0235795943904717480 0 0 1 0 25 24 25 0 0 -0.1000000000000000056 0 4.072808469180090540 0 0 1 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 1 0 25 26 25 0 0 0.1000000000000000056 0 4.072808469180090540 0 0 1 0 25 27 25 0 0 0.2000000000000000111 0 4.0235795943904717480 0 0 1 0 25 28 25 0 0 0.3000000000000000444 0 3.945258138882904220 0 0 1 0 25 29 25 0 0 0.4000000000000000222 0 3.84432862866575320 0 0 1 0 25 30 25 0 0 0.5 0 3.7260883374471900350 0 0 1 0 25 31 25 0 0 0.6000000000000000888 0 3.5976481605275432150 0 0 1 0 25 32 25 0 0 0.7000000000000000666 0 3.4637992624757734110 0 0 1 0 25 33 25 0 0 0.8000000000000000444 0 3.3292535276497718930 0 0 1 0 25 34 25 0 0 0.9000000000000000222 0 3.1978058329733896060 0 0 1 0 25 35 25 0 0 1 0 3.0713262649273720410 0 0 1 0 25 36 25 0 0 1.100000000000000089 0 2.9513996746372832550 0 0 1 0 25 37 25 0 0 1.200000000000000178 0 2.8385461494584833810 0 0 1 0 25 38 25 0 0 1.300000000000000044 0 2.7337605759281804470 0 0 1 0 25 39 25 0 0 1.400000000000000133 0 2.6365482187547639730 0 0 1 0 25 40 25 0 0 1.5 0 2.5466795908087727080 0 0 1 0 25 41 25 0 0 1.600000000000000089 0 2.4632950495565526520 0 0 1 0 25 42 25 0 0 1.700000000000000178 0 2.3869654930015982150 0 0 1 0 25 43 25 0 0 1.800000000000000044 0 2.3166252933684416960 0 0 1 0 25 44 25 0 0 1.900000000000000133 0 2.2517887868617312290 0 0 1 0 25 45 25 0 0 2 0 2.2517887868617312290 0 0 1 0 25 46 25 0 0 2.100000000000000089 0 2.2517887868617312290 0 0 1 0 25 47 25 0 0 2.200000000000000178 0 2.2517887868617312290 0 0 1 0 25 48 25 0 0 2.300000000000000266 0 2.2517887868617312290 0 0 1 0 25 49 25 0 0 2.400000000000000355 0 2.251788786861731229
# 1D ASCII output created by CarpetIOASCII#0 0 0 0 0 25 25 0 0 0 0 -2.5 2.1841377847026861580 0 0 0 0 25 25 1 0 0 0 -2.400000000000000355 2.1841377847026861580 0 0 0 0 25 25 2 0 0 0 -2.300000000000000266 2.1841377847026861580 0 0 0 0 25 25 3 0 0 0 -2.200000000000000178 2.1841377847026861580 0 0 0 0 25 25 4 0 0 0 -2.100000000000000089 2.1841377847026861580 0 0 0 0 25 25 5 0 0 0 -2 2.1841377847026861580 0 0 0 0 25 25 6 0 0 0 -1.900000000000000133 2.2434985862787639730 0 0 0 0 25 25 7 0 0 0 -1.800000000000000044 2.3078917642898546530 0 0 0 0 25 25 8 0 0 0 -1.700000000000000178 2.3778004930402611980 0 0 0 0 25 25 9 0 0 0 -1.600000000000000089 2.4537272109427061830 0 0 0 0 25 25 10 0 0 0 -1.5 2.5365314857051322050 0 0 0 0 25 25 11 0 0 0 -1.400000000000000133 2.6260508970720946030 0 0 0 0 25 25 12 0 0 0 -1.300000000000000044 2.7230062521872646640 0 0 0 0 25 25 13 0 0 0 -1.200000000000000178 2.8276784749255461370 0 0 0 0 25 25 14 0 0 0 -1.100000000000000089 2.9404767583468398580 0 0 0 0 25 25 15 0 0 0 -1 3.0605714663642267230 0 0 0 0 25 25 16 0 0 0 -0.9000000000000000222 3.1874579785440513290 0 0 0 0 25 25 17 0 0 0 -0.8000000000000000444 3.3196446883164281160 0 0 0 0 25 25 18 0 0 0 -0.7000000000000000666 3.4552288782178304240 0 0 0 0 25 25 19 0 0 0 -0.6000000000000000888 3.5902302484708781270 0 0 0 0 25 25 20 0 0 0 -0.5 3.7204097448682400540 0 0 0 0 25 25 21 0 0 0 -0.4000000000000000222 3.8400698449274361930 0 0 0 0 25 25 22 0 0 0 -0.3000000000000000444 3.9427592459222098320 0 0 0 0 25 25 23 0 0 0 -0.2000000000000000111 4.0221588714240361640 0 0 0 0 25 25 24 0 0 0 -0.1000000000000000056 4.0724174288693602010 0 0 0 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 0 0 25 25 26 0 0 0 0.1000000000000000056 4.0724174288693602010 0 0 0 0 25 25 27 0 0 0 0.2000000000000000111 4.0221588714240361640 0 0 0 0 25 25 28 0 0 0 0.3000000000000000444 3.9427592459222098320 0 0 0 0 25 25 29 0 0 0 0.4000000000000000222 3.8400698449623669180 0 0 1 0 25 25 20 0 0 0 -0.5 3.7204097448682400540 0 0 1 0 25 25 21 0 0 0 -0.4000000000000000222 3.8400698449274361930 0 0 1 0 25 25 22 0 0 0 -0.3000000000000000444 3.9427592459222098320 0 0 1 0 25 25 23 0 0 0 -0.2000000000000000111 4.0221588714240361640 0 0 1 0 25 25 24 0 0 0 -0.1000000000000000056 4.0724174288693602010 0 0 1 0 25 25 25 0 0 0 0 4.0896122354764186110 0 0 1 0 25 25 26 0 0 0 0.1000000000000000056 4.0724174288693602010 0 0 1 0 25 25 27 0 0 0 0.2000000000000000111 4.0221588714240361640 0 0 1 0 25 25 28 0 0 0 0.3000000000000000444 3.9427592459222098320 0 0 1 0 25 25 29 0 0 0 0.4000000000000000222 3.8400698449623669180 0 0 1 0 25 25 30 0 0 0 0.5 3.7204097448682400540 0 0 1 0 25 25 31 0 0 0 0.6000000000000000888 3.5902302484708736860 0 0 1 0 25 25 32 0 0 0 0.7000000000000000666 3.4552288782474862570 0 0 1 0 25 25 33 0 0 0 0.8000000000000000444 3.3196446883164281160 0 0 1 0 25 25 34 0 0 0 0.9000000000000000222 3.1874579785440468880 0 0 1 0 25 25 35 0 0 0 1 3.0605714663642267230 0 0 1 0 25 25 36 0 0 0 1.100000000000000089 2.9404767583468398580 0 0 1 0 25 25 37 0 0 0 1.200000000000000178 2.8276784749255461370 0 0 1 0 25 25 38 0 0 0 1.300000000000000044 2.7230062521872646640 0 0 1 0 25 25 39 0 0 0 1.400000000000000133 2.626050897081160240 0 0 1 0 25 25 40 0 0 0 1.5 2.5365314857051322050 0 0 1 0 25 25 41 0 0 0 1.600000000000000089 2.4537272109427061830 0 0 1 0 25 25 42 0 0 0 1.700000000000000178 2.3778004930402611980 0 0 1 0 25 25 43 0 0 0 1.800000000000000044 2.3078917642898546530 0 0 1 0 25 25 44 0 0 0 1.900000000000000133 2.2434985862787639730 0 0 1 0 25 25 45 0 0 0 2 2.2434985862787639730 0 0 1 0 25 25 46 0 0 0 2.100000000000000089 2.2434985862787639730 0 0 1 0 25 25 47 0 0 0 2.200000000000000178 2.2434985862787639730 0 0 1 0 25 25 48 0 0 0 2.300000000000000266 2.2434985862787639730 0 0 1 0 25 25 49 0 0 0 2.400000000000000355 2.243498586278763973
ActiveThorns = "CoordBase SymBase Boundary NanChecker CartGrid3d TimeMoL CarpetIOBasic CarpetIOScalar IOUtil CarpetCarpetLib CarpetIOASCII ADMBase CarpetReduceStaticConformal SpaceMask GenericFD CoordGaugeADMCoupling LoopControlTMuNuBase SphericalSurface ADMMacrosTwoPunctures"############################################################## Evolution equations############################################################## ADMBase::evolution_method = "ML_BSSN"# ADMBase::lapse_evolution_method = "ML_BSSN"# ADMBase::shift_evolution_method = "ML_BSSN"# ADMBase::dtlapse_evolution_method = "ML_BSSN"# ADMBase::dtshift_evolution_method = "ML_BSSN"Boundary::radpower = 2ADMBase::metric_type = "physical"############################################################## Grid#############################################################CoordBase::domainsize = minmaxCoordBase::boundary_size_x_lower = 5CoordBase::boundary_size_y_lower = 5CoordBase::boundary_size_z_lower = 5CoordBase::boundary_shiftout_x_lower = 1CoordBase::boundary_shiftout_y_lower = 1CoordBase::boundary_shiftout_z_lower = 1CoordBase::boundary_size_x_upper = 5CoordBase::boundary_size_y_upper = 5CoordBase::boundary_size_z_upper = 5CoordBase::boundary_shiftout_x_upper = 0CoordBase::boundary_shiftout_y_upper = 0CoordBase::boundary_shiftout_z_upper = 0CartGrid3D::type = "coordbase"CartGrid3D::domain = "full"CartGrid3D::avoid_origin = "no"CoordBase::xmin = -2CoordBase::ymin = -2CoordBase::zmin = -2CoordBase::xmax = 2CoordBase::ymax = 2CoordBase::zmax = 2CoordBase::dx = 0.1CoordBase::dy = 0.1CoordBase::dz = 0.1############################################################## Carpet#############################################################Carpet::domain_from_coordbase = "yes"Carpet::ghost_size = 5Carpet::init_fill_timelevels = "yes"Carpet::poison_new_timelevels = yesCarpet::poison_value = 113############################################################## Time integration#############################################################Cactus::cctk_itlast = 0Cactus::terminate = "iteration"############################################################## Initial data#############################################################ADMBase::initial_data = "twopunctures"ADMBase::initial_lapse = "twopunctures-averaged"ADMBase::initial_shift = "zero"ADMBase::initial_dtlapse = "zero"ADMBase::initial_dtshift = "zero"TwoPunctures::par_b = 1.168642873TwoPunctures::par_m_plus = 0.453TwoPunctures::par_m_minus = 0.453TwoPunctures::par_P_plus [1] = +0.3331917498TwoPunctures::par_P_minus[1] = -0.3331917498TwoPunctures::grid_setup_method = "Taylor expansion"TwoPunctures::verbose = yes# Low accuracy initial data for fast executionTwoPunctures::npoints_A = 16TwoPunctures::npoints_B = 16TwoPunctures::npoints_phi = 8############################################################## Output#############################################################IO::out_dir = $parfileIO::out_fileinfo = "none"CarpetIOBasic::outInfo_every = 1CarpetIOBasic::outInfo_vars = "ADMBase::gxx"IOASCII::out1D_every = 4IOASCII::out_precision = 19IOASCII::out1D_x = yesIOASCII::out1D_y = yesIOASCII::out1D_z = yesIOASCII::out1D_d = yesIOASCII::out1D_vars = "ADMBase::gxx"CarpetIOASCII::out0d_vars = "ADMBase::gxx"CarpetIOASCII::out0d_every = 1