[Commits] [Carpet] branch, master, updated. carpet-6-init-279-g06a8991
Carpet git repositories
carpetgit at stellarcollapse.org
Sat Jun 8 10:54:53 CDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>".
The branch, master has been updated
via 06a89914bc22f1e2ae10bd5b867b4f913a878ae8 (commit)
via 9567d21faa3b33940c272875ec9a242c5db81f60 (commit)
via 5f14fc0a63987a0c28bdaedc91732ad556bef160 (commit)
via 60104ff59ad8d8c75b8fa789acb6628b5addb220 (commit)
via d72f38ca4a92993314000f905358f7163517d695 (commit)
via 3554187cb190c2c7035e3bfe1d3b99bda1ab8301 (commit)
via 55513a20c041ef782bbd5f74b0c011673cc9b32e (commit)
via 2cebe8a689c57817408a2ebf61e5ed0105b9c436 (commit)
via 9d7bb2dc1d90a03dee83dc999fe2798999b4b27d (commit)
via 4acaa0d0d3e59d6e618815515871f1f1115a6789 (commit)
via 3f3b57db6d8238c2b94502e278d71ffbc186d3d8 (commit)
via 2f34a3bc2b28761ffc9772446b54b4dbf29a065b (commit)
via b0835c11c078d7b578fdf7fd65ef954b91e2afda (commit)
via 11c68fa9fd9652963249df7e094a38dca33c2217 (commit)
via 13856c1d4fec72939f4e829863e085741505d4b8 (commit)
via faf812847c85a1f0744a322810abfb418a0a811c (commit)
via e88bf8ce164c15cce86da04b486383443c21073b (commit)
via cce526ef043dda6115818e54120e8d1410d2d7c5 (commit)
via 9791222a06c996805b3509be67f30aa731fcae10 (commit)
via 606c70ba30488ae8b5bf9384bbe85dc94e0cc522 (commit)
via 7183bf5dff80a6f7ed563f633598fd1fa84d77fe (commit)
via 2f745fb7afac7abc616f64e2592594e7a87bbef2 (commit)
via 95fcc84d481e21c97833054a78ff38d544c7117f (commit)
via 339b60e63c9a837d7165339818e61b93716b64e7 (commit)
via fa57059414919bea3cd6d7d62b69dc733f8b8f6d (commit)
via 62d962f1a5140c37b494ab08174d1d5f42a52e8a (commit)
via c26ba5c83e55a782c6f3e277f5845f20fd47aa10 (commit)
via 84e390d73ab7148814b19d4758ff90564c3f1c5d (commit)
from 9748e3a83336a9ccae73a66481530f8049e8c78d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 06a89914bc22f1e2ae10bd5b867b4f913a878ae8
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Jun 8 11:53:34 2013 -0400
CarpetLib: Re-implement part of bboxset2 for pre-C++11 compilers
Provide alternative, less elegant implementations of some of bboxset2 that is accepted by pre-C++11 compilers.
commit 9567d21faa3b33940c272875ec9a242c5db81f60
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Jun 8 11:52:41 2013 -0400
CarpetLib: Whitespace change
commit 5f14fc0a63987a0c28bdaedc91732ad556bef160
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Jun 8 11:52:19 2013 -0400
CarpetLib: Don't use run-together right angle brackets in templates
commit 60104ff59ad8d8c75b8fa789acb6628b5addb220
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Jun 8 11:51:36 2013 -0400
CarpetLib: Instantiate some templates that are necessary on some systems
commit d72f38ca4a92993314000f905358f7163517d695
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sat Jun 8 11:50:49 2013 -0400
CarpetLib: Provide manual look-alikes for certain C++11 features
Provide "forall" based on Boost's FOREACH.
Provide shared_ptr based on Boost's shared_ptr.
commit 3554187cb190c2c7035e3bfe1d3b99bda1ab8301
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 17:53:55 2013 -0400
Requirements: Do not mark current timelevel as invalid after time level cycling
The current time level retains its current value during time level cycling.
commit 55513a20c041ef782bbd5f74b0c011673cc9b32e
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 17:12:12 2013 -0400
CarpetLib: Disable bboxset2 by default
Change from CARPET_NO_BBOXSET2 and CARPET_BBOXSET2 to CARPET_ENABLE_BBOXSET2 (build it) and CARPET_USE_BBOXSET2 (use it).
commit 2cebe8a689c57817408a2ebf61e5ed0105b9c436
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:51:25 2013 -0400
Carpet: Output list of compute nodes only in verbose mode
commit 9d7bb2dc1d90a03dee83dc999fe2798999b4b27d
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:51:08 2013 -0400
Carpet: Remove unused, broken code
commit 4acaa0d0d3e59d6e618815515871f1f1115a6789
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:50:34 2013 -0400
Carpet: Disable automatic synchronisation after restriction
Restricted grid functions have boundary conditions applied anyway (if used correctly), which involves synchronisation (if done correctly). An explicit synchronisation is thus only overhead.
commit 3f3b57db6d8238c2b94502e278d71ffbc186d3d8
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:41:45 2013 -0400
Carpet: Provide global instead of process-local timer output
Reduce timer values across all processes before output, reporting both maximum and average.
TimerNode::getGlobalTime: new function
commit 2f34a3bc2b28761ffc9772446b54b4dbf29a065b
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:38:01 2013 -0400
Carpet: Use fabs() instead of abs()
Some compilers don't like abs() for floating point numbers.
commit b0835c11c078d7b578fdf7fd65ef954b91e2afda
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:36:48 2013 -0400
CarpetIOF5: Implement lower-dimensional output (i.e. 1d lines, 2d slices)
commit 11c68fa9fd9652963249df7e094a38dca33c2217
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:35:59 2013 -0400
Requirements: Check return value of CCTK_TraverseString
commit 13856c1d4fec72939f4e829863e085741505d4b8
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:35:35 2013 -0400
Requirements: Enforce 80 character line length limit
commit faf812847c85a1f0744a322810abfb418a0a811c
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:35:16 2013 -0400
Requirements: Re-order #include statements
commit e88bf8ce164c15cce86da04b486383443c21073b
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:33:19 2013 -0400
TestBBoxSet2: New thorn
commit cce526ef043dda6115818e54120e8d1410d2d7c5
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:32:43 2013 -0400
LoopControl: Implement automatic performance improvements
Redesigned internal data structures. This touches many parts of the code.
Keep statistics about past loop iterations. Output statistics when terminating.
Use these statistics to dynamically choose looping parameters.
Allow disabling this feature, e.g. for benchmarks.
commit 9791222a06c996805b3509be67f30aa731fcae10
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:25:12 2013 -0400
CarpetLib: New class bboxset2
Rename bboxset to bboxset1.
Implement new class bboxset2, which uses a different internal datastructure than bboxset1.
Make bboxset a typedef for either bboxset1 (default) or bboxset2, as selected by the compile-time macro CARPET_BBOXSET2.
Disable all bboxset2 code if CARPET_NO_BBOXSET2 is given, since bboxset2 uses newer C++ constructs not available on some older compilers.
commit 606c70ba30488ae8b5bf9384bbe85dc94e0cc522
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:22:04 2013 -0400
CarpetLib: New function bbox::anti_contracted_for
anti_contracted_for is the exact opposite of contracted for. It is similar to expanded_for, but may return different results in corner cases.
commit 7183bf5dff80a6f7ed563f633598fd1fa84d77fe
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:21:00 2013 -0400
CarpetLib: Replace more uses of operator% by calls to imod
commit 2f745fb7afac7abc616f64e2592594e7a87bbef2
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:20:21 2013 -0400
CarpetLib: New function bbox::is_poison to check for poison
commit 95fcc84d481e21c97833054a78ff38d544c7117f
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:19:38 2013 -0400
CarpetLib: Remove superfluous check that all indices are non-negative
commit 339b60e63c9a837d7165339818e61b93716b64e7
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:18:47 2013 -0400
CarpetLib: Use imod instead of % operator in bbox class
This avoids rounding problems near zero.
commit fa57059414919bea3cd6d7d62b69dc733f8b8f6d
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:15:36 2013 -0400
CarpetLib: Use C++ standard methods to compare containers
Remove CarpetLib's "equals" method.
Implement equal_to, less, greater, greater_equal, less_equal, not_equal for vect and bbox classes.
commit 62d962f1a5140c37b494ab08174d1d5f42a52e8a
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:13:15 2013 -0400
CarpetLib: Correct vect::count
commit c26ba5c83e55a782c6f3e277f5845f20fd47aa10
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 16:12:56 2013 -0400
CarpetLib: Provide rint, round, trunc, and lrint for vectors
commit 84e390d73ab7148814b19d4758ff90564c3f1c5d
Author: Erik Schnetter <schnetter at gmail.com>
Date: Sun May 26 15:55:33 2013 -0400
CarpetIO*: New parameter CarpetIO*::out_group_separator
out_group_separator chooses the string by which thorn name and group name are separated in file names. The default is "::" for backward compatibility. This parameter only affects output where CarpetIO*::one_file_per_group is set; otherwise, the thorn name does not appear in the file name.
-----------------------------------------------------------------------
Summary of changes:
Carpet/Carpet/src/CactusTimer.cc | 56 +-
Carpet/Carpet/src/CactusTimer.hh | 7 +-
Carpet/Carpet/src/Evolve.cc | 7 +-
Carpet/Carpet/src/Initialise.cc | 4 +-
Carpet/Carpet/src/Restrict.cc | 5 +
Carpet/Carpet/src/SetupGH.cc | 11 +-
Carpet/Carpet/src/Shutdown.cc | 7 +-
Carpet/Carpet/src/TimerNode.cc | 116 +-
Carpet/Carpet/src/TimerNode.hh | 1 +
Carpet/Carpet/src/Timing.cc | 2 +-
Carpet/CarpetIOASCII/param.ccl | 5 +
Carpet/CarpetIOASCII/src/ioascii.cc | 13 +-
Carpet/CarpetIOASCII/test/newsep.par | 63 +
.../grid.coordinates..asc} | 0
.../grid.coordinates.d.asc} | 0
.../grid.coordinates.x.asc} | 0
.../grid.coordinates.xy.asc} | 0
.../grid.coordinates.xyz.asc} | 0
.../grid.coordinates.xz.asc} | 0
.../grid.coordinates.y.asc} | 0
.../grid.coordinates.yz.asc} | 0
.../grid.coordinates.z.asc} | 0
.../interptoarray.arrays1d..asc} | 0
.../interptoarray.arrays1d.x.asc} | 0
.../interptoarray.arrays1d.y.asc} | 0
.../interptoarray.arrays2d..asc} | 0
.../interptoarray.arrays2d.x.asc} | 0
.../interptoarray.arrays2d.xy.asc} | 0
.../interptoarray.arrays2d.y.asc} | 0
.../interptoarray.arrays2d.z.asc} | 0
.../interptoarray.arrays3d..asc} | 0
.../interptoarray.arrays3d.d.asc} | 0
.../interptoarray.arrays3d.x.asc} | 0
.../interptoarray.arrays3d.xy.asc} | 0
.../interptoarray.arrays3d.xyz.asc} | 0
.../interptoarray.arrays3d.xz.asc} | 0
.../interptoarray.arrays3d.y.asc} | 0
.../interptoarray.arrays3d.yz.asc} | 0
.../interptoarray.arrays3d.z.asc} | 0
.../interptoarray.scalars..asc} | 0
Carpet/CarpetIOHDF5/param.ccl | 5 +
Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc | 13 +-
Carpet/CarpetIOHDF5/src/OutputSlice.cc | 13 +-
Carpet/CarpetIOHDF5/test/newsep.par | 65 +
.../CarpetIOHDF5/test/newsep/grid.coordinates..h5 | Bin 0 -> 135384 bytes
.../CarpetIOHDF5/test/newsep/grid.coordinates.d.h5 | Bin 0 -> 69488 bytes
.../test/newsep/grid.coordinates.file_0.h5 | Bin 0 -> 188264 bytes
.../test/newsep/grid.coordinates.file_1.h5 | Bin 0 -> 168552 bytes
.../CarpetIOHDF5/test/newsep/grid.coordinates.x.h5 | Bin 0 -> 137432 bytes
.../test/newsep/grid.coordinates.xy.h5 | Bin 0 -> 164336 bytes
.../test/newsep/grid.coordinates.xyz.file_0.h5 | Bin 0 -> 186856 bytes
.../test/newsep/grid.coordinates.xyz.file_1.h5 | Bin 0 -> 167144 bytes
.../test/newsep/grid.coordinates.xz.h5 | Bin 0 -> 164144 bytes
.../CarpetIOHDF5/test/newsep/grid.coordinates.y.h5 | Bin 0 -> 137464 bytes
.../test/newsep/grid.coordinates.yz.h5 | Bin 0 -> 164096 bytes
.../CarpetIOHDF5/test/newsep/grid.coordinates.z.h5 | Bin 0 -> 137432 bytes
.../test/newsep/interptoarray.arrays1d..h5 | Bin 0 -> 27168 bytes
.../test/newsep/interptoarray.arrays1d.x.h5 | Bin 0 -> 27728 bytes
.../test/newsep/interptoarray.arrays1d.y.h5 | Bin 0 -> 27168 bytes
.../test/newsep/interptoarray.arrays2d..h5 | Bin 0 -> 27168 bytes
.../test/newsep/interptoarray.arrays2d.x.h5 | Bin 0 -> 27648 bytes
.../test/newsep/interptoarray.arrays2d.xy.h5 | Bin 0 -> 31208 bytes
.../test/newsep/interptoarray.arrays2d.y.h5 | Bin 0 -> 27568 bytes
.../test/newsep/interptoarray.arrays2d.z.h5 | Bin 0 -> 27168 bytes
.../test/newsep/interptoarray.arrays3d..h5 | Bin 0 -> 27168 bytes
.../test/newsep/interptoarray.arrays3d.d.h5 | Bin 0 -> 26520 bytes
.../test/newsep/interptoarray.arrays3d.x.h5 | Bin 0 -> 27488 bytes
.../test/newsep/interptoarray.arrays3d.xy.h5 | Bin 0 -> 28728 bytes
.../newsep/interptoarray.arrays3d.xyz.file_0.h5 | Bin 0 -> 32792 bytes
.../newsep/interptoarray.arrays3d.xyz.file_1.h5 | Bin 0 -> 5528 bytes
.../test/newsep/interptoarray.arrays3d.xz.h5 | Bin 0 -> 28328 bytes
.../test/newsep/interptoarray.arrays3d.y.h5 | Bin 0 -> 27408 bytes
.../test/newsep/interptoarray.arrays3d.yz.h5 | Bin 0 -> 28088 bytes
.../test/newsep/interptoarray.arrays3d.z.h5 | Bin 0 -> 27328 bytes
.../test/newsep/interptoarray.scalars..h5 | Bin 0 -> 27168 bytes
Carpet/CarpetIOHDF5/test/newsep/newsep.par | 65 +
Carpet/CarpetIOHDF5/test/test.ccl | 1 -
Carpet/CarpetIOScalar/param.ccl | 5 +
Carpet/CarpetIOScalar/src/ioscalar.cc | 14 +-
Carpet/CarpetIOScalar/test/newsep.par | 32 +
.../grid.coordinates.scalars.asc} | 0
Carpet/CarpetLib/src/bbox.cc | 80 +-
Carpet/CarpetLib/src/bbox.hh | 77 +-
Carpet/CarpetLib/src/bboxset.cc | 793 ---------
Carpet/CarpetLib/src/bboxset.hh | 383 +-----
Carpet/CarpetLib/src/bboxset1.cc | 55 +
Carpet/CarpetLib/src/bboxset1.hh | 1189 ++++++++++++++
Carpet/CarpetLib/src/bboxset2.cc | 38 +
Carpet/CarpetLib/src/bboxset2.hh | 1714 ++++++++++++++++++++
Carpet/CarpetLib/src/defs.cc | 140 +-
Carpet/CarpetLib/src/defs.hh | 71 +-
Carpet/CarpetLib/src/dh.cc | 3 +-
Carpet/CarpetLib/src/make.code.defn | 2 +
Carpet/CarpetLib/src/region.hh | 1 +
Carpet/CarpetLib/src/vect.hh | 84 +-
Carpet/LoopControl/interface.ccl | 3 +
Carpet/LoopControl/param.ccl | 14 +-
Carpet/LoopControl/src/loopcontrol.F90 | 14 +-
Carpet/LoopControl/src/loopcontrol.cc | 873 ++++++++---
Carpet/LoopControl/src/loopcontrol.h | 204 ++-
Carpet/LoopControl/src/loopcontrol_fortran.h | 8 +-
Carpet/Requirements/src/Requirements.cc | 20 +-
Carpet/Requirements/src/all_clauses.cc | 10 +-
Carpet/Requirements/src/all_clauses.hh | 4 +-
Carpet/Requirements/src/all_state.cc | 19 +-
Carpet/Requirements/src/all_state.hh | 11 +-
Carpet/Requirements/src/clause.cc | 6 +-
Carpet/Requirements/src/clause.hh | 1 +
Carpet/Requirements/src/clauses.cc | 10 +-
Carpet/Requirements/src/clauses.hh | 4 +-
Carpet/Requirements/src/gridpoint.cc | 8 +-
Carpet/Requirements/src/gridpoint.hh | 6 +-
Carpet/Requirements/src/location.cc | 6 +-
Carpet/Requirements/src/location.hh | 1 +
Carpet/Requirements/src/util.cc | 2 +-
CarpetDev/CarpetIOF5/param.ccl | 41 +-
CarpetDev/CarpetIOF5/src/iof5.cc | 8 +-
CarpetDev/CarpetIOF5/src/iof5.hh | 16 +-
CarpetDev/CarpetIOF5/src/output.cc | 176 ++-
CarpetDev/CarpetIOF5/src/util.cc | 45 +-
CarpetExtra/TestBBoxSet2/README | 10 +
CarpetExtra/TestBBoxSet2/configuration.ccl | 3 +
CarpetExtra/TestBBoxSet2/doc/documentation.tex | 144 ++
CarpetExtra/TestBBoxSet2/interface.ccl | 7 +
CarpetExtra/TestBBoxSet2/param.ccl | 10 +
CarpetExtra/TestBBoxSet2/schedule.ccl | 7 +
CarpetExtra/TestBBoxSet2/src/make.code.defn | 7 +
CarpetExtra/TestBBoxSet2/src/test.cc | 786 +++++++++
CarpetExtra/TestBBoxSet2/test/bboxset2.par | 6 +
129 files changed, 5869 insertions(+), 1761 deletions(-)
create mode 100644 Carpet/CarpetIOASCII/test/newsep.par
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates..asc => newsep/grid.coordinates..asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.d.asc => newsep/grid.coordinates.d.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.x.asc => newsep/grid.coordinates.x.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.xy.asc => newsep/grid.coordinates.xy.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.xyz.asc => newsep/grid.coordinates.xyz.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.xz.asc => newsep/grid.coordinates.xz.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.y.asc => newsep/grid.coordinates.y.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.yz.asc => newsep/grid.coordinates.yz.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/grid::coordinates.z.asc => newsep/grid.coordinates.z.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays1d..asc => newsep/interptoarray.arrays1d..asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays1d.x.asc => newsep/interptoarray.arrays1d.x.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays1d.y.asc => newsep/interptoarray.arrays1d.y.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays2d..asc => newsep/interptoarray.arrays2d..asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays2d.x.asc => newsep/interptoarray.arrays2d.x.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays2d.xy.asc => newsep/interptoarray.arrays2d.xy.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays2d.y.asc => newsep/interptoarray.arrays2d.y.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays2d.z.asc => newsep/interptoarray.arrays2d.z.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d..asc => newsep/interptoarray.arrays3d..asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.d.asc => newsep/interptoarray.arrays3d.d.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.x.asc => newsep/interptoarray.arrays3d.x.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.xy.asc => newsep/interptoarray.arrays3d.xy.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.xyz.asc => newsep/interptoarray.arrays3d.xyz.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.xz.asc => newsep/interptoarray.arrays3d.xz.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.y.asc => newsep/interptoarray.arrays3d.y.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.yz.asc => newsep/interptoarray.arrays3d.yz.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::arrays3d.z.asc => newsep/interptoarray.arrays3d.z.asc} (100%)
copy Carpet/CarpetIOASCII/test/{compact/interptoarray::scalars..asc => newsep/interptoarray.scalars..asc} (100%)
create mode 100644 Carpet/CarpetIOHDF5/test/newsep.par
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates..h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.d.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.file_0.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.file_1.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.x.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.xy.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.xyz.file_0.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.xyz.file_1.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.xz.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.y.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.yz.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/grid.coordinates.z.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays1d..h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays1d.x.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays1d.y.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays2d..h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays2d.x.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays2d.xy.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays2d.y.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays2d.z.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d..h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.d.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.x.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.xy.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.xyz.file_0.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.xyz.file_1.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.xz.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.y.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.yz.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.arrays3d.z.h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/interptoarray.scalars..h5
create mode 100644 Carpet/CarpetIOHDF5/test/newsep/newsep.par
create mode 100644 Carpet/CarpetIOScalar/test/newsep.par
copy Carpet/CarpetIOScalar/test/{coords4/grid::coordinates.scalars.asc => newsep/grid.coordinates.scalars.asc} (100%)
create mode 100644 Carpet/CarpetLib/src/bboxset1.cc
create mode 100644 Carpet/CarpetLib/src/bboxset1.hh
create mode 100644 Carpet/CarpetLib/src/bboxset2.cc
create mode 100644 Carpet/CarpetLib/src/bboxset2.hh
create mode 100644 CarpetExtra/TestBBoxSet2/README
create mode 100644 CarpetExtra/TestBBoxSet2/configuration.ccl
create mode 100644 CarpetExtra/TestBBoxSet2/doc/documentation.tex
create mode 100644 CarpetExtra/TestBBoxSet2/interface.ccl
create mode 100644 CarpetExtra/TestBBoxSet2/param.ccl
create mode 100644 CarpetExtra/TestBBoxSet2/schedule.ccl
create mode 100644 CarpetExtra/TestBBoxSet2/src/make.code.defn
create mode 100644 CarpetExtra/TestBBoxSet2/src/test.cc
create mode 100644 CarpetExtra/TestBBoxSet2/test/bboxset2.par
hooks/post-receive
--
Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>
More information about the Commits
mailing list