aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* initialize all unused memory to zero before outputHEADmasterrhaas2013-10-03
| | | | | | | | this avoid spurious test failures since one of the test output files contains uninitialized memory in a spherical surface git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1577 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Correct failing test case: Activate Boundary and SymBaseeschnett2013-01-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1571 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Add new versions of tests that uses torn EinsteinExact/KerrSchild insteaddiener2012-05-17
| | | | | | | of the not so exact thorn Exact. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1566 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove BSSN_MoL tests, switch to ML_BSSN from ML_BSSN_O2rhaas2012-04-28
| | | | | | | | | | | The BSSN_MoL tests either used LegoExcision (which we will remove) or have equivalent ML tests. The ML tests now use fdOrder and still pass with the old data (only modification to hdf5 file was renaming of datasets and regeneration of the Parameters group) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1563 f88db872-0e4f-0410-b76b-b9085cfa78c5
* support named spherical surfacesrhaas2012-01-24
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1562 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update test suites for Carpet/Hg.rhaas2011-10-18
| | | | | | | | | | * use ReflectionSymmetry instead of the deprecated bitant symmetry * set number of timelevels to minimum required by the prolongation order. Otherwise recovery fails inside CarpetLib. * use CoordBase for domain description git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1559 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Use PUGH instead of Carpet for test case to ensure symmetries are workingeschnett2011-06-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1558 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Disable 3 tests on multiple processors. Two of them (checkpointML anddiener2011-04-13
| | | | | | | | | | | recoverML) because they have 1D CarpetIOASCII output which are different on different number of processors. The last (misner1.2-025) because it performs 2D output of SphericalSurface::sf_radius which is a 2d grid array with DISTRIB=constant and so we get duplicate output from each processor. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1556 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Switch from Lagrange 4th order interpolation for the geometry to Hermitediener2011-04-11
| | | | | | | | | | 3rd order interpolation in order to avoid an issue with different interpolation stencils being used for certain points due to roundoff differences in the coordinates when running on a single or multiple processors. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1555 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Temporarily disable this test until we find out why it doesn't convergediener2010-05-26
| | | | | | | and produce any output files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1547 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Regenerate output files. The test starting failing after the bug fix indiener2010-05-26
| | | | | | | revision 1403. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1546 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Regenerate the test suite. Differences was caused by a bug fix indiener2010-05-26
| | | | | | | | revision 1403. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1545 f88db872-0e4f-0410-b76b-b9085cfa78c5
* AHFinderDirect: add recover and checkpoint test suite using McLachlanrhaas2010-04-28
| | | | | | | | | | copies of AHFinderDirect's recover and checkpoint testsuites modified to use McLachlan instead of MoL_BSSN. Centroid location does not aggree with results in old files, but AH area etc do. Even re-running the old test suites with BSSN_MoL shows differences to the saved data. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1543 f88db872-0e4f-0410-b76b-b9085cfa78c5
* recreated checkpoint files with grid structuretradke2008-12-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1536 f88db872-0e4f-0410-b76b-b9085cfa78c5
* also activate thorn SphericalSurface which is required by NoExcisiontradke2008-12-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1535 f88db872-0e4f-0410-b76b-b9085cfa78c5
* also activate thorn SphericalSurface which is required by NoExcisiontradke2008-10-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1534 f88db872-0e4f-0410-b76b-b9085cfa78c5
* also activate thorn LoopControl which is required by CarpetReducetradke2008-10-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1533 f88db872-0e4f-0410-b76b-b9085cfa78c5
* also activate thorn LoopControl which is required by CarpetReducetradke2008-10-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1532 f88db872-0e4f-0410-b76b-b9085cfa78c5
* also activate thorn LoopControl which is required by CarpetReducetradke2008-10-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1531 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix AHFinderDirect testsuite misner1.2-025tradke2008-09-08
| | | | | | | | | - set AHFinderDirect::max_N_zones_per_right_angle to be consistent with the AHFinderDirect::N_zones_per_right_angle[] parameter values - add missing comment lines in second horizon's diagnostics output file git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1529 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add missing comment lines in BH diagnostrics output files;tradke2008-09-08
| | | | | | | this "fixes" most of the testsuites git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1528 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1526 f88db872-0e4f-0410-b76b-b9085cfa78c5
* set tolerances:jthorn2007-01-16
| | | | | | | | | | | | | Because AHFinderDirect is solving a nonlinear equation iteratively, small numerical differences can cause it to make one iteration more or less, thus changing the solution a little bit. Moreover, the "equation" is actually a *system* of typically a few thousand equations, which may be a bit ill-conditioned. The equation tolerance inside AHFinderDirect is set to 1e-12 for all the test cases, so here we set the testsuite tolerance to significantly coarser than this, 1e-8. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1500 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Activate CartGrid3D _before_ setting any parameter of that thorn.tradke2006-12-22
| | | | | | | Removed duplicate activation of thorn IOUtil and setting of IOUtil::parfile_write. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1490 f88db872-0e4f-0410-b76b-b9085cfa78c5
* new test case: Brill-Lindquist 2BH, Carpet, set an excision maskjthorn2006-08-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1461 f88db872-0e4f-0410-b76b-b9085cfa78c5
* new test case: setting an excision mask under Carpetjthorn2006-06-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1457 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * fix a tiny bug in testsuite (double specification of parameter forjthorn2006-05-25
| | | | | | | | | horizon #2, completely missing for #1) -- thanks to Bernard Kelly for spotting this! * refresh output files after this bugfix git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1448 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Move the specification of testsuite options into a test.ccl file.tradke2006-03-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1437 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Set IOUtil::parfile_write only once.tradke2005-10-24
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1430 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Carpet test case for AHFinderDirectjthorn2005-05-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1410 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak par file, refresh testsuite output (including adding missing files)jthorn2004-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1365 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix bug in par file, refresh testsuite outputjthorn2004-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1364 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite output (& add missing files)jthorn2004-06-04
| | | | | | | for new semantics of SphericalSurface variables git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1363 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix specification of SphericalSurface ghost zone size,jthorn2004-05-28
| | | | | | | refresh testsuite output git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1357 f88db872-0e4f-0410-b76b-b9085cfa78c5
* drop files which aren't in this testsuite any morejthorn2004-05-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1356 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite after fixing small glitches in the SphericalSurface parsjthorn2004-05-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1355 f88db872-0e4f-0410-b76b-b9085cfa78c5
* another testsuitejthorn2004-05-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1352 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix typojthorn2004-05-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1351 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * output a few more SphericalSurface variables,jthorn2004-05-18
| | | | | | | * refresh testsuite output git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1350 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * change output parameters for SphericalSurface variablesjthorn2004-05-18
| | | | | | | * refresh testsuite files to match this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1349 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite output files after fixing small bug in par filejthorn2004-05-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1348 f88db872-0e4f-0410-b76b-b9085cfa78c5
* set IO::out_fileinfo = "none"jthorn2004-05-18
| | | | | | | so we don't get timestamps in IOASCII output files git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1347 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh output files after fixing bug in par filejthorn2004-05-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1342 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix wrong parameters --jthorn2004-05-13
| | | | | | | | | | | | | | mask_radius_multiplier mask_buffer_thickness mask_radius_offset are all scalars, i.e. they don't have [horizon_number] subscripts (Cactus didn't seem to notice the wrong parameters on a xeon, but with a (I think) slightly newer flesh on my laptop it gave level 1 warnings.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1341 f88db872-0e4f-0410-b76b-b9085cfa78c5
* set buffer thickness explicitly so testsuite doesn't depend on defaultjthorn2004-05-12
| | | | | | | | | settings (which may change in the future) refresh testsuite files with above change git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1336 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add OpenDX control files to testsuitesjthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1335 f88db872-0e4f-0410-b76b-b9085cfa78c5
* OpenDX control file for testsuitejthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1334 f88db872-0e4f-0410-b76b-b9085cfa78c5
* delete some tests which don't work and are obseleted by newer onesjthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1333 f88db872-0e4f-0410-b76b-b9085cfa78c5
* new testsuite testjthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1332 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite results (new BH_diagnostics file format)jthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1331 f88db872-0e4f-0410-b76b-b9085cfa78c5