-
In the new v0.1.0 there is a new OOD with a strongly refactored design.
Something looks *odd*.
The OOD generates from [base_object](http://fortran-foss-programmers.github.io/WenOOF/type/base_ob…
-
After the commit ded4f4fc3032f34b60519f695a295c4ad18e032f I obtain the following error with intel compiler:
`Compiling src/lib/type_weno_interpolator_js.f90 serially
src/lib/type_weno_interpolator_js…
-
when i try to use library and i use cardview the app crash and give this errors
Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v7.internal.widget.TintManager" on path…
-
After https://github.com/giacombum/WenOOF/blob/develop/src/lib/wenoof.f90#L71 an error handling must be inserted to prevent runtime errors in case of wrong alpha_base inputs: the only permitted are 'J…
-
### Description of the enhancement or error report
Following the recent implementation of rDG base classes in rDG module, we propose to implement an rDG solution to the compressible Euler equation…
-
Add 15th (r=8) and 17th (r=9) order Jiang and Shu smoothness indicators coefficients into the file `type_weno_smoothness_indicators_js.f90` from the paper _Very-high-order weno schemes_, G. A. Gerolym…
-
Add 15th (r=8) and 17th (r=9) order Jiang and Shu polynomials coefficients into the file `type_weno_polynomials_js.f90` from the paper Very-high-order weno schemes, G. A. Gerolymos, D. Sénéchal, I. Va…
-
in https://github.com/giacombum/WenOOF/blob/master/src/lib/type_weno_interpolator_js.f90#L205 you are trying to do `allocated` on a pointer... you **must** use **associated** instead of `allocated`. A…
-
The currently compile steps do not reflect the current state of the project:
`FoBiS.py build -lmodes` does not result in:
```
The fobos file defines the following modes:
- "shared-gnu"
- "shared…
-
when you invoke a _method_, namely a TBP, you are implicitly passing an argument (if nopass is explicitely used), thus here https://github.com/giacombum/WenOOF/blob/master/src/lib/type_weno_interpolat…