summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Incoming wave initial data.incoming_waveAnton Khirnov2018-02-19
|
* Add the remaining parts for teukolsky waves initial dataAnton Khirnov2018-02-09
|
* tests/nlsolve: add a vector quadratic testAnton Khirnov2018-02-09
|
* nlsolve: do not add the delta after we declare convergenceAnton Khirnov2018-02-09
| | | | Also, log the lowest-order coeff for all the variables
* nlsolve: log var evaluation and coeff calc timingAnton Khirnov2018-02-09
|
* Add the generic non-linear solver layer.Anton Khirnov2017-12-29
|
* Initial commit.Anton Khirnov2017-11-19
The following code is present: * the basis API * the BiCGSTAB solver * the pseudospectral linear system solver * helper APIs: - threadpool - logging - cpuid