summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use the lapse_source parameter to determined when we should run.HEADmasterAnton Khirnov2019-07-22
|
* Move the QMS source function to BSSN.Anton Khirnov2019-07-11
|
* Allow negative switchoff_time.Anton Khirnov2018-08-07
| | | | So that the solver never even runs.
* Use the outer bound as the maximum eval radius.Anton Khirnov2018-05-07
|
* Make recovery from checkpoints work seamlessly.Anton Khirnov2018-04-07
|
* Support configurable solving at finer levels.Anton Khirnov2018-04-07
|
* Add runtime-configurable support for CCZ4.Anton Khirnov2018-04-07
|
* Make the location of the outermost point configurable.Anton Khirnov2018-04-07
|
* qms: fix solving at each timestepAnton Khirnov2017-08-12
|
* Ensure the solution is continuous in time.Anton Khirnov2017-06-30
|
* Make the switchoff time configurable.Anton Khirnov2017-01-17
|
* Drop now unused variables.Anton Khirnov2017-01-17
|
* solve: drop unnecessary variablesAnton Khirnov2016-11-23
|
* solve: add the shift termsAnton Khirnov2016-11-23
|
* qms: make sure the context is always initializedAnton Khirnov2016-11-22
|
* qms: remove structs from the shared headerAnton Khirnov2016-11-22
| | | | They do not need to be available beyond qms.c
* A major rewrite.Anton Khirnov2016-05-12
| | | | | The code is now mostly functional, this splits it into several independent subsystems to be more readable/maintainable.
* Initial commit.Anton Khirnov2016-02-28