Stefano Zaghi
Stefano Zaghi
Just a list of schemes that we would like to be implemented into the library: - [x] _Efficient Implementation of Weighted ENO Schemes_, Guang-Shan Jiang, Chi-Wang Shu, JCP, 1996, vol....
Currently, all tableau of coefficients are *hard-coded* in the sources. This has at least 2 cons: 1. really error-prone with very bad visualization due to the 132 characters limit; 2....
Improve `sin_reconstruction` test for test accuracy (and test the other interpolators).
A lot of the sources are not covered, **improve coverage** by new tests.
Exploit the wiki for hosting the main documentation, create some starting contents.
Hi all, I am planning to insert some external libraries: - a module for kinds parametrization and portability and _numbers auxiliary/helper procedures_ (essentially for casting numbers to strings and viceversa);...
WENO schemes are in general non linear procedure (due to the smoothness indicators computation) that could take a not so negligible cpu-time. However, WENO procedures typically operate on a very...
After the pre-alpha development we need to design a suitable tests facilities. The library is aimed to be a general approximation (interpolation) tool thus the range of applications is quite...