aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src
Commit message (Collapse)AuthorAge
* Regenerate code (Kranc commit 3237af2566109f099ee78a7effb511a65dc18ae0)Ian Hinder2013-09-12
|
* Regenerate code (Kranc commit 5238aa95745f46501d3f1ac657a02af0b0a44477)Ian Hinder2013-09-12
| | | Changes order of source files in makefile
* Regenerate ML_ADM, ML_ADMConstraints and ML_ADMQuantities with fixed ↵Ian Hinder2013-09-12
| | | | Jacobian code
* Regenerate code (Kranc commit 10daf4a83a783a812c7b5a3aba0df115f0eac98f)Ian Hinder2013-09-10
|
* Regenerate McLachlan (Kranc commit caf12ddfb11ccd9a7bf822cc8ec0d7691cded0aa)Ian Hinder2013-09-05
|
* Regenerate code after Kranc changeErik Schnetter2013-01-19
|
* Regenerate code after Kranc updateErik Schnetter2013-01-17
|
* Regenerate thorns which were missed in 45bcf7046474c39dc6fb7c3e7729cdd1143a70fe.Barry Wardell2012-12-18
|
* Regenerate code (Kranc commit b0019939fb9ef98a05431967a4cc2139f0f2a1e4)Ian Hinder2012-11-20
| | | | Mark automatically-generated variables as unused to avoid warnings
* Regenerate codeErik Schnetter2012-10-25
|
* Regenerate codeIan Hinder2012-08-12
| | | Kranc commit 4707e0c3f03cc52d82f88735e602c52cf74f0cbe
* Introduce cctk_ash, retire cctk_lsshErik Schnetter2012-07-03
| | | | | | | | | Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions.
* Regenerate thorns.Barry Wardell2012-04-27
|
* Regenerate code (CCTK_LOOP)Ian Hinder2012-01-23
| | | Kranc commit 121ff02440893cfabee9899a90048b393dadaa7c
* Regenerate codeErik Schnetter2012-01-02
|
* Regenerate ML_ADMIan Hinder2011-11-20
|
* Regenerate codeIan Hinder2011-11-17
| | | Kranc version beb854b56cd60ec97072d709a064eeafe1633ed1
* Regenerate code for ADM thornErik Schnetter2011-09-23
|
* Regenerate codeIan Hinder2011-06-13
|
* 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.
* 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 codeErik Schnetter2010-10-11
|
* Use Ian's version of Kranc, which is found atErik Schnetter2010-03-18
| | | | <git@github.com:ianhinder/Kranc.git>.
* Update auto-generated codeErik Schnetter2010-02-13
|
* Allow 4 RHS time levels.Erik Schnetter2009-11-14
| | | | Re-generate code.
* Add radiative boundary conditionsErik Schnetter2009-09-15
| | | | Add dependency on GenericGD to configuration.ccl
* Add new RHS boundary condition NewRad, implemented in the thorn ↵Erik Schnetter2009-09-04
| | | | LSUThorns/NewRad.
* Register ADM variables as constrained variables, so that MoL copies themErik Schnetter2009-07-03
| | | | before the first time step if they have multiple time levels.
* Re-generate code after correcting a code generation error in KrancErik Schnetter2009-04-28
|
* Regenerate codeErik Schnetter2009-04-28
|
* Resolve merge commitsErik Schnetter2009-04-27
|
* Update auto generated files.Peter Diener2009-04-27
| | | | Signed-off-by: Peter Diener <diener@linux-hn3d.site>
* Merge commit 'origin/master'Peter Diener2008-05-15
|\ | | | | | | | | Conflicts: m/Makefile
| * Update generated ADM thornErik Schnetter2008-05-05
| |
| * Create several specialised thorns: ML_ADM and ML_BSSN as standard cases,Erik Schnetter2008-04-02
| | | | | | | | | | | | | | | | | | ML_BSSN_MP for multi-patch simulations, and ML_BSSN_M for AMR simulations with matter. Add helper thorns for all BSSN thorns. Helper thorns are required at run time, e.g. to register gauge conditions. Split ADM and BSSN equations into their own source files.
* | Merge commit 'origin/master'Peter Diener2008-02-13
|\|
| * Re-generate all codeErik Schnetter2008-02-13
| |
* | No real changePeter Diener2008-02-13
|/ | | | | Just "produced by" comments Signed-off-by: Peter Diener <diener@diener-3.lsu.edu>
* Don't calculate ADMBase variables on the boundariesErik Schnetter2008-01-31
| | | | | Don't calculate ADMBase variables on the boundaries, since they require derivatives. Instead, select and apply boundary conditions after converting from BSSN to ADM.
* Schedule ML_BSSN_convertToADMBase everywhere.Peter Diener2008-01-29
| | | | | | | | Since ML_BSSN_convertToADMBase doesn't contain any derivatives we can evaluate it everywhere. Get's rid of a sync of the ADMBase variables and makes it unnecessary to apply the boundary conditions (which wasn't done, anyway). Signed-off-by: Peter Diener <diener@diener-3.lsu.edu>
* Update McLachlan. ML_BSSN_Helper is now required at run timeErik Schnetter2008-01-14
| | | | | | | | | | | | | | | | | | Calculate the complete RHS in one loop, including matter if desired. This requires different McLachlan builds for runs with and without matter. Make the number of active timelevels a run-time parameter. Register the slicing in ML_BSSN_Helper. This requires CoordGauge to be activated at run time. Add custom boundary conditions, to be used instead of Cactus boundary conditions. Make McLachlan fully compliant with the ADMBase initial data mechanism. Calculate RHS and constrains in special groups provided by ML_BSSN_Helper. ML_BSSN_Helper is now required at run time.
* Update generated codeErik Schnetter2008-01-02
| | | Update the generated code after the recent changes to Kranc.
* Regenerate code after removing leftover debugging code from KrancErik Schnetter2007-12-27
|
* Merge branch 'master' of ↵Erik Schnetter2007-12-27
|\ | | | | | | | | | | | | ssh://relativity.phys.lsu.edu/home/perturbed/gitroot/McLachlan Conflicts: m/Makefile
| * Fix to Makefile.Peter Diener2007-12-04
| | | | | | | | | | | | Fixed the clean command in the Makefile Signed-off-by: Peter Diener <diener@10-4-34-85.lsu.edu>