summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fix typo.Anton Khirnov2019-02-16
|
* Drop the use of the pseudospectral solver.Anton Khirnov2019-02-16
| | | | It does not produce good enough results.
* Stop filling the boundary values for coarsest level.Anton Khirnov2019-02-15
|
* Extrapolate the solution to fill coarsest-level outer ghostpoints.Anton Khirnov2019-02-15
|
* Adapt to mg2d boundary specification changes.Anton Khirnov2019-02-15
| | | | | | Rename FIXDIFF to REFLECT. Use the new FALLOFF BC on the physical boundary.
* Make the cfl factor used for relaxation runtime-configurable.Anton Khirnov2019-01-04
|
* 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