aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* WeylScal4: regenerate test data after Carpet changerhaas2012-11-27
| | | | | | | | | Carpet's 6b5c318bb1057851d0ee1b5bba6e633c5cf31ca6 which re-copies init_fill_timelevels after initial restriction affects the ID we see and hence the final answer git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@129 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* Move interpolation to own test case, adding two more variables.tbode2012-05-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@117 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* Extend teukolskyID to output 2d interpolated slice of psi4i to test ↵tbode2012-05-02
| | | | | | reflection of pseudoscalar. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@114 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* WeylScal4: switch testsuite files to fdOrder=2 from ML_BSSN_O2rhaas2012-05-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@113 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* decrease resolution in testsuite to move points awaay form originrhaas2011-10-12
| | | | | | | this helps (very much) in making the test less compiler dependent. Now passes on gcc 4.1, 4.6 and Intel 11.1 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@86 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* regenerate testsuites.rhaas2011-10-10
| | | | | | | | | | Required after change in order of function calls in Carpet/Initialise.c/CallRestrict. Previous test suite was created in fine-to-coarse order, now it is coarse to fine. Old data passes if order is reversed (and upper bound set to reflevels-2). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@85 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* modify and regenerate test suites, they now pass (trivially)rhaas2011-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changed spatial prolongation order to 3 (from 1), mostly because the git version of Carpet seems to have a bug in the order 1 code. This was what prevented the testsuite from running with more than one processor * increased resolution a bit to disentangle prolongation effects from outer boundary effects, also needed due to higher order spatial prolongation * the ID testsuite produces almost identical data to the previous curie release version when the same parfile is used. The differences are only in the outer boundary and go away if ADMBase is reverted to revision 60 (which changed the outer boundary condition for "static" evolutions) * the evolving tests do not agree as well. Agreement gets better if McLachlan is reverted to the Curie release version, but even so there are grid points at the edge of the prolongated region that do not match. This is very likey due to changes in when Psi4 is computed (Curie computes in PostRestrict, Maxwell does not). Since the differences creep in from these points, and these differences increase with time I decided to regenerate the test rather than finding out which precise change in McLachlan/Carpet/MoL/ADMBase/Kranc causes these to show up. * this requires (as of 2011-09-29 a patch to Carpet/Initialise.cc/CallRegrid) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@82 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* WeylScal4: replace CarpetRegrid by CarpetRegrid2rhaas2011-06-07
| | | | | | | | | | * This still passes the two testsuites with the release version of Carpet. * It fails (in points close to/at the edge of refinement levels) with the development version of Carpet (all non-Carpet thorns were development versions in both cases). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@74 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* make sure the ADMBase variables do have enough timelevelsknarf2011-04-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@72 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* update testsuite results because due to a recent change in ADMBase the ↵knarf2011-04-20
| | | | | | Boundary conditions are now also applied at initial time for static evolution git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@71 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* fix teukolsky testsuiterhaas2010-11-08
| | | | | | | | needed two ghost zones for upwind derivatives in McLachlan, add initial extrapolatin for Gammas git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@66 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* Remove Carpet::poison_value parameterhinder2010-11-04
| | | | | | | This parameter is not understood by the Mercurial version of Carpet git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@65 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* Remove unnecessary thorn LocalReduce from test suite parameter fileshinder2010-10-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@64 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* Update test suite to remove obsolete parameterhinder2010-09-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@62 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* WeylScal4: fix teukolksyID test suiterhaas2010-06-23
| | | | | | | | test suite was non-functional before since I had forgotton to add MoL to the ActiveThorns list git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@57 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* Set the absolute tolerance to 5e-10.diener2010-06-16
| | | | | | | | | | | Since the teukolsky test seem to be very sensitive to roundoff error the previous tolerance seemed to be too tough. Adding noise at the level of 1e-14 could lead to absolute differences of order 1e-10 and relative differences at the level of 1e-8. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@54 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
* WeylScal4:tbode2010-05-07
Remove variable modifications in Kranc script. Fix tensor parity tags. Add old-style BC compatibility. Add intelligence to runmath.sh in finding Kranc. Change bash script permissions. Add testsuites. Expand README description. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@52 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843