aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Correct param.ccl syntaxsvneschnett2014-05-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@299 e296648e-0e4f-0410-bd07-d597d9acff87
* increase tolerances to bluewaters's error levelrhaas2014-05-06
| | | | | | As discussed in ticket 1599 http://trac.einsteintoolkit.org/ticket/1599 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@297 e296648e-0e4f-0410-bd07-d597d9acff87
* remove testsuite that is similar to other, existing testsuite except that it ↵knarf2013-12-03
| | | | | | also evolves the ID that is tested - using ADM. This is not really testing the ID thorn (the other suite is already), but testing ADM itself, so not needed here git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@294 e296648e-0e4f-0410-bd07-d597d9acff87
* Remove KS-tilted testhinder2013-11-15
| | | | | | | | | | This test fails on some machines due to amplification of roundoff errors caused by Exact's internal finite-differencing. Equivalent functionality to that tested here is available in the EinsteinExact/KerrSchild thorn (see KS-tilted-EE test), which does not have this problem. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@292 e296648e-0e4f-0410-bd07-d597d9acff87
* exlicitly schedule before ADMBase_SetADMVars in MoL_PostStepHEADmasterrhaas2013-02-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@289 e296648e-0e4f-0410-bd07-d597d9acff87
* activate TmunuBase in test parfilesrhaas2013-01-17
| | | | | | | required since ADMConstraints inherits from TmunuBase since rev 154. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@288 e296648e-0e4f-0410-bd07-d597d9acff87
* Fix compiler warnings.knarf2012-12-19
| | | | | | | | | | Most of them could be fixed by renaming .F77 files to .F Some had to be fixed by explicitly declaring some variables using CCTK_DECLARE() (which also only works for .F, not for .F77) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@287 e296648e-0e4f-0410-bd07-d597d9acff87
* fix typos in test parameter filerhaas2012-12-10
| | | | | | | these went undetected due to a bug in the flesh git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@285 e296648e-0e4f-0410-bd07-d597d9acff87
* add dtlapse_evolution and dtshift_evolution method optionsrhaas2012-11-27
| | | | | | | | | | | | This attached patch actually does two things: 1. adds dtlapse_evolution method and dtshift_evolution method options 'exact' to the respective ADMBase keywords 2. schedules metric initialization in MoL_PostStep (in addition to CCTK_PRESTEP) which is in line with what the current gauge initialization routine does git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@284 e296648e-0e4f-0410-bd07-d597d9acff87
* get rid of some unused variablessknarf2012-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@283 e296648e-0e4f-0410-bd07-d597d9acff87
* Declare variable type before declaring it threadprivateeschnett2012-10-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@281 e296648e-0e4f-0410-bd07-d597d9acff87
* Remove save attributes from several metric routineseschnett2012-10-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@280 e296648e-0e4f-0410-bd07-d597d9acff87
* Remove save attribute from Bertotti metriceschnett2012-10-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@279 e296648e-0e4f-0410-bd07-d597d9acff87
* use OmpenMP threadprivate variable attribute for SAVE variables in pointwiserhaas2012-10-13
| | | | | | | routines git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@278 e296648e-0e4f-0410-bd07-d597d9acff87
* Modify syntax for disabling OpenMP statementseschnett2012-07-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@277 e296648e-0e4f-0410-bd07-d597d9acff87
* increase relative tolerance for KS-tilted test to 1e-12rhaas2012-05-28
| | | | | | | this corresponds to the default abstol of 1e-12 for values of order unity git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@275 e296648e-0e4f-0410-bd07-d597d9acff87
* disable openmp in Exact for ET_2012_05 release. There are problems due to ↵knarf2012-05-25
| | | | | | saved variables in several metrics, but it is too late to fix and test all of them now. No openmp should not be a serious issue in Exact as it is fast and usually only used for initial data git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@274 e296648e-0e4f-0410-bd07-d597d9acff87
* change test parameters to try and make results more robust against floatingrhaas2012-05-09
| | | | | | | | point roundoff git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@273 e296648e-0e4f-0410-bd07-d597d9acff87
* use ML_BSSN instead of BSSN_MoL for testsuitesrhaas2012-05-05
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@272 e296648e-0e4f-0410-bd07-d597d9acff87
* OpenMP: make loop indices thread-privateeschnett2011-08-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@269 e296648e-0e4f-0410-bd07-d597d9acff87
* Exact: move grid points in Schwarzschild_EF away from originrhaas2011-04-10
| | | | | | | for this we need an even number of points (ie. an odd number of cells) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@267 e296648e-0e4f-0410-bd07-d597d9acff87
* This thorn EinsteinInitial/Exact uses finite differencing to calculateeschnett2010-11-24
| | | | | | | | | the extrinsic curvature. It uses currently only a 2nd order stencil. This patch implements 4th order finite differencing, which reduces the error significantly. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@266 e296648e-0e4f-0410-bd07-d597d9acff87
* forgot to commit those files in last commitknarf2010-06-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@261 e296648e-0e4f-0410-bd07-d597d9acff87
* correct testsuite results. Old results have been using '-no-prec-div' intel ↵knarf2010-06-16
| | | | | | compiler flag which has limited accuracy git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@260 e296648e-0e4f-0410-bd07-d597d9acff87
* commit new data for testsuite because old data was generated without / with ↵knarf2010-06-07
| | | | | | other protection of singularity git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@259 e296648e-0e4f-0410-bd07-d597d9acff87
* Use CCTK_DELTA_SPACE instead of cctk_delta_space to acces the grideschnett2010-05-28
| | | | | | | | spacing. This was used in places that are not used for setting up initial conditions. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@258 e296648e-0e4f-0410-bd07-d597d9acff87
* Initialise the variable exact_psiyy, which was not initialised before.eschnett2010-05-28
| | | | | | | | | | Instead, exact_psixx was initialised twice. This should have affected only simulations with a static conformal factor, and where its second derivative has storage. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@257 e296648e-0e4f-0410-bd07-d597d9acff87
* Replace \text{...} with {\text{...}} in documentation to work with htlatex.hinder2010-05-22
| | | | | | | Patch by Barry Wardell. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@256 e296648e-0e4f-0410-bd07-d597d9acff87
* Exact: remove ADM from bowl-init testrhaas2010-04-28
| | | | | | | was not needed since this test does not evolve git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@255 e296648e-0e4f-0410-bd07-d597d9acff87
* use cactus api for includesknarf2010-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@254 e296648e-0e4f-0410-bd07-d597d9acff87
* Correct OpenMP parallelisation of initialisation of boost and rotationschnetter2010-04-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@253 e296648e-0e4f-0410-bd07-d597d9acff87
* Support ADMBase's dtlapse and dtshift variables.schnetter2010-03-31
| | | | | | | | | Parallelise the main loops with OpenMP. Clean up the parameter file syntax. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@252 e296648e-0e4f-0410-bd07-d597d9acff87
* Protect sqrt argument with max, ensuring it cannot be negative.schnetter2009-08-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@251 e296648e-0e4f-0410-bd07-d597d9acff87
* Removing unused directory.pollney2008-10-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@250 e296648e-0e4f-0410-bd07-d597d9acff87
* make these includes available only to Fortran, becauseknarf2007-07-03
| | | | | | | | a C version does not exist and the fortran version obviously do not compile under C git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@249 e296648e-0e4f-0410-bd07-d597d9acff87
* Implement higher-order smoothingschnetter2007-04-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@248 e296648e-0e4f-0410-bd07-d597d9acff87
* Take the shift_add_* parameters into account when setting up initialschnetter2007-04-26
| | | | | | | data at t /= 0 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@247 e296648e-0e4f-0410-bd07-d597d9acff87
* Add the capability to rotate initial data, similar to the existingschnetter2007-04-21
| | | | | | | | | | | | | | boost transformation. Add spherical Kerr-Schild initial data, i.e., Kerr-Schild data in which the horizon is a coordinate sphere. Add the capability to smooth Kerr-Schild data with a parabolic term. Re-indent param.ccl consistently. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@246 e296648e-0e4f-0410-bd07-d597d9acff87
* Activate missing thorn LocalReduce to get the testsuite working again.tradke2006-11-24
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@245 e296648e-0e4f-0410-bd07-d597d9acff87
* += some bugs noted by Erik in an old E-mailjthorn2006-08-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@244 e296648e-0e4f-0410-bd07-d597d9acff87
* -= "add support for static conformal factor", since this works finejthorn2006-08-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@243 e296648e-0e4f-0410-bd07-d597d9acff87
* Activate thorn Time.tradke2006-06-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@242 e296648e-0e4f-0410-bd07-d597d9acff87
* drop unnecessary thorn Time from this test casejthorn2006-06-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@241 e296648e-0e4f-0410-bd07-d597d9acff87
* fix Kerr/Kerr-Schild parameter name for massjthorn2006-06-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@240 e296648e-0e4f-0410-bd07-d597d9acff87
* fix exact::exact_model for Kerr/Kerr-Schildjthorn2006-06-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@239 e296648e-0e4f-0410-bd07-d597d9acff87
* Update, warn about outdated and incorrect information.schnetter2005-09-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@237 e296648e-0e4f-0410-bd07-d597d9acff87
* Replace pause and stop statements with CCTK_WARN (0, ...)schnetter2005-09-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@236 e296648e-0e4f-0410-bd07-d597d9acff87
* Require thorn CoordGauge, which is needed to register the slicingschnetter2005-07-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@234 e296648e-0e4f-0410-bd07-d597d9acff87
* Undo last accidental commitschnetter2005-07-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@233 e296648e-0e4f-0410-bd07-d597d9acff87
* Change arguments of routine that registers the slicing. This routineschnetter2005-07-28
| | | | | | | | is called at startup time. It does not take CCTK_ARGUMENTS, and it has to return an int. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@232 e296648e-0e4f-0410-bd07-d597d9acff87