Stefano Zaghi

Results 88 issues of 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....

enhancement

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....

enhancement
in progress

Improve `sin_reconstruction` test for test accuracy (and test the other interpolators).

enhancement
in progress

A lot of the sources are not covered, **improve coverage** by new tests.

enhancement

Exploit the wiki for hosting the main documentation, create some starting contents.

enhancement

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);...

open discussion

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...

open discussion

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...

enhancement