summaryrefslogtreecommitdiff
path: root/src/maximal_slicing_axi_mg.c
Commit message (Collapse)AuthorAge
* Use half the coarsest grid size as the outer bound for the spectral solver.Anton Khirnov2019-01-03
| | | | This is only used for the history initialization.
* Make more solver parameters runtime-configurable.Anton Khirnov2018-12-28
|
* Set the number of solver threads from OMP_NUM_THREADS.Anton Khirnov2018-12-28
|
* Drop unused header.Anton Khirnov2018-12-28
|
* Make logging configurable through the parfile.Anton Khirnov2018-12-28
|
* Implement higher-order finite differences.Anton Khirnov2018-11-29
|
* Add timing benchmarks.Anton Khirnov2018-11-29
|
* Rewrite using a new method.Anton Khirnov2018-09-25
| | | | | Based on 'Adaptive mesh refinement for coupled elliptic-hyperbolic problems' by Pretorius and Choptuik, 2006.
* Specify maximum reflevel for interpolation.Anton Khirnov2018-08-07
|
* Initial commit.Anton Khirnov2018-08-07