aboutsummaryrefslogtreecommitdiff
path: root/transfer.h
Commit message (Collapse)AuthorAge
* Switch to external ndarray library.Anton Khirnov2020-06-25
|
* transfer: implement and use 1D interpolationAnton Khirnov2019-06-29
| | | | Stop abusing "2D of y size 1" for this.
* transfer: allow optional extrapolationAnton Khirnov2019-05-23
|
* transfer: implement fw4Anton Khirnov2019-05-17
|
* transfer: allow grids that do not start at coordinate zeroAnton Khirnov2019-05-17
|
* transfer: unify the code for full-weighted transferAnton Khirnov2019-05-17
| | | | Also, rename the operator names to make more sense.
* transfer: add API documentationAnton Khirnov2019-05-17
|
* mg2d: add higher-order interpolation operatorsAnton Khirnov2019-04-09
|
* mg2d: use appropriate full-weighted restriction for 3rd order FDsAnton Khirnov2019-03-25
|
* Add a new separate module for grid transfers/interpolation.Anton Khirnov2019-03-23