aboutsummaryrefslogtreecommitdiff
path: root/m/McLachlan_ADMConstraints.m
Commit message (Collapse)AuthorAge
* Do not generate *_O* and _MP thornsErik Schnetter2012-05-02
|
* Don't replace Pi by its numeric equivalent -- Kranc does this alreadyErik Schnetter2012-01-02
|
* Fix inconsistent index positionsIan Hinder2011-11-20
| | | No change to generated code
* McLachlan_ADMConstraints.m: Fix index errorsIan Hinder2011-11-18
|
* Use kranc script instead of calling Mathematica directlyIan Hinder2011-09-24
| | | This allows use of better error handling provided by Kranc
* Correct schedule, in particular for checkpoint/recoveryErik Schnetter2011-08-02
| | | | | | | | | | | | | | | | | | | | Do not mark ADMBase variables for non-checkpointing if they have multiple timelevels. (Variables with multiple timelevels must always be checkpointed, because the past timelevels cannot be regenerated after recovery.) Finally remove all perl post-processing of the auto-generated code; instead, use proper Kranc mechanisms. Schedule the ADM constraints and ADM quantities after MoL_PostStep, since this is where the ADMBase variables are set. Schedule enforcing the BSSN constraints in the new schedule group MoL_PostStepModify, since they should not be enforced after recovery. (This would lead to inconsistencies at floating-point round-off level.) Regenerate all thorns.
* Use new Jacobian mechanism for all thornsErik Schnetter2011-06-23
|
* Rename tensor indicesIan Hinder2011-06-13
| | | | | | Tensor indices with numbers are not supported any more in Kranc; rename them to use letters instead. (originally by Erik Schnetter)
* 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.
* Don't define the (unused) upwinding differencing operators in the ADM ↵Erik Schnetter2011-01-03
| | | | constraints
* Correct boundary conditions for ADMConstraints and ADMQuantitiesErik Schnetter2010-12-07
|
* Update path to KrancErik Schnetter2010-08-04
|
* Correct boundary conditionsErik Schnetter2010-03-14
|
* Schedule boundary conditions in ML_PseudoEvolutionErik Schnetter2010-03-14
|
* Add second order accurate versions of all thornsErik Schnetter2010-02-19
|
* Use new schedule group MoL_PseudoEvolution for the ADM constraints and the ↵Erik Schnetter2010-02-19
| | | | | | ADM quantities. Re-generate all code.
* Remove useMatter parameters which are now unused.Erik Schnetter2010-02-13
|
* Treate Tmunu variables as tensors, instead of accessing them via local ↵Erik Schnetter2010-02-13
| | | | helper scalars.
* Add thorn that evaluates the ADM constraintsErik Schnetter2010-02-13