aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_O8
Commit message (Collapse)AuthorAge
* Regenerate thorns.Barry Wardell2012-04-27
|
* Regenerate code with current version of KrancErik Schnetter2012-04-03
| | | | This is necessary so that Pi is correctly vectorized.
* Regenerate codeErik Schnetter2012-02-05
|
* Regenerate code (CCTK_LOOP)Ian Hinder2012-01-23
| | | Kranc commit 121ff02440893cfabee9899a90048b393dadaa7c
* Regenerate code after changes to Kranc's vectorisationErik Schnetter2012-01-06
|
* Regenerate codeErik Schnetter2012-01-04
|
* Regenerate codeErik Schnetter2012-01-02
|
* Regenerate codeErik Schnetter2011-12-15
|
* Regenerate codeIan Hinder2011-11-17
| | | Kranc version beb854b56cd60ec97072d709a064eeafe1633ed1
* Regenerate codeErik Schnetter2011-10-02
|
* Regenerate codeIan Hinder2011-09-19
|
* Regenerate code with Vectorisation enabled.Barry Wardell2011-08-25
| | | Note that this also applies the changes from commit 3ba8a55ae2578cb6dc06f0ec8b81f86b3a2654ac to ML_BSSN_MP, ML_BSSN_MP_Helper, ML_BSSN_MP_O8, ML_BSSN_MP_O8_Helper, ML_BSSN_O2, ML_BSSN_O2_Helper, ML_BSSN_O8, ML_BSSN_O8_Helper, ML_BSSN_UPW and ML_BSSN_UPW_Helper, which were accidentally missed in that commit.
* Regenerate codeErik Schnetter2011-06-23
|
* Regenerate codeErik Schnetter2011-06-23
|
* Regenerate codeIan Hinder2011-06-13
| | | | Test ML_BSSN_sgw3d_rhs fails with differences in B, Brhs and betarhs because the initial data for these has been modified. Tests ML_BSSN_sgw3d and ML_BSSN_O8_sgw3d_rhs fail in all variables due to coupling.
* Undo "Revert recent commits"Ian Hinder2011-06-13
| | | | | | It was only the tests which were wrong. This reverts commit 05347a08d0c9bd2a87846ab4ad8990fe26274a4a.
* Revert "Rename tensor indices"Ian Hinder2011-06-13
| | | | This reverts commit a8b69dc06e565427bc96d16c443bb4b3392c4365.
* Rename tensor indicesErik Schnetter2011-06-12
| | | | | Tensor indices with numbers are not supported any more in Kranc; rename them to use letters instead.
* Revert recent commitsIan Hinder2011-06-12
| | | | | | | | These are causing NaNs when run with poison. I don't know if this is due to the tests or the code, so I am reverting the commits from 863a3e5b25e7150148f9d2b60b4b362628c675f7 to 2725eb1eb32525486df76a3686f8e550155c8e0c while the problem is being diagnosed.
* Regenerate codeIan Hinder2011-06-11
| | | Testsuites pass
* Regenerate codeIan Hinder2011-06-11
| | | | | | The tensor code changed because of internal tidying up in Kranc which should not affect any results. Tests all pass. Kranc commit: 0b9e1442c55b27f811aafe1a4226d56a11a3134e
* Regenerate code after tensor index fix to KrancIan Hinder2011-06-11
| | | | | | | | This only affects simulations if the initial time derivative of the lapse or shift is nonzero, and Gamma-driver shift is being used. BH test passes (initial dt(gauge) is zero), all the others fail. RHS test shows that only the initial gauge variables are different, as expected. Kranc commit d5a8f8cbd8ad0c5653b8dec56a9943363ebbf640
* Regenerate code after OutputForm change in KrancIan Hinder2011-06-11
| | | | Kranc commit 216385dbca32325749f88b9dd3cda85705d800a0
* Regenerate code after Kranc ToReal changeIan Hinder2011-06-11
| | | | Kranc commit 25d10c9c3c8133a9caefbe1e6ecbd4b5e234105d
* Regenerate codeIan Hinder2011-06-09
| | | Testsuite passes
* Regenerate codeIan Hinder2011-06-09
| | | Testsuite passes
* Regenerate codeIan Hinder2011-06-09
| | | Testsuites fail because this change modifies the numerical output
* Regenerate codeIan Hinder2011-06-09
| | | This was regenerated with commit 66668c409754acc1f76ed50118d8831fc3992c59 of Kranc and passes all existing test suites.
* Update auto-generated code as generated by the current version of KrancErik Schnetter2011-04-03
|
* Update auto-generated code as generated by the current version of KrancErik Schnetter2011-04-03
|
* Re-generate codeErik Schnetter2011-01-03
|
* Regenerate codeErik Schnetter2010-12-08
|
* Regenerate code after setting the default tensor weight in Kranc to 0Erik Schnetter2010-11-23
|
* Regenerate codeErik Schnetter2010-10-11
|
* Reintroduce an optimization.Peter Diener2010-05-05
| | | | | | Reintroduce an optimization in the evolution calculation, that was previously only introduced in the hand split optimised calculation. Signed-off-by: Peter Diener <diener@cct.lsu.edu>
* Regenerate codeErik Schnetter2010-05-03
|
* Regenerate codeErik Schnetter2010-05-02
|
* Merge branch 'master' of /Users/eschnett/Cbeta/arrangements/McLachlanErik Schnetter2010-04-07
|\ | | | | | | | | | | | | | | | | Conflicts: ML_BSSN/src/ML_BSSN_RHS1.c ML_BSSN_MP/src/ML_BSSN_MP_RHS1.c ML_BSSN_O2/src/ML_BSSN_O2_RHS1.c ML_BSSN_O8/src/ML_BSSN_O8_RHS1.c m/McLachlan_BSSN.m
| * Move RHS evaluations around to optimize for 32Kb instruction cache machines.Peter Diener2010-03-30
| | | | | | | | | | | | | | | | | | | | | | | | Move RHS evaluations for trK and the lapse to RHS1 to better even out the instruction count between RHS1 and RHS2 leading to better performance on 32Kb instruction cache machines. Also replace covariant derivatives with respect to the physical metric with covariant derivatives with respect to the conformal metric. This avoids having to compute the physical Christoffel symbols. The performance on 64Kb instruction cache machines is unchanged. Also get rid of some unused shorthands and generate code for 3 timelevels. Signed-off-by: Peter Diener <diener@cct.lsu.edu>
* | Add SpatialShiftGammaCoeffRadius to reduce ShiftGammaCoeff outside of a ↵Erik Schnetter2010-04-07
|/ | | | certain radius
* Don't build or schedule old RHS routine any moreErik Schnetter2010-03-21
|
* Use Ian's version of Kranc, which is found atErik Schnetter2010-03-18
| | | | <git@github.com:ianhinder/Kranc.git>.
* Generate and add 8th order version as wellErik Schnetter2010-03-12