| File | Description |
|---|---|
| compact_real.f90 | PENF's testing program. |
| penf.F90 | Portability Environment for Fortran poor people. |
| penf_b_size.F90 | |
| penf_global_parameters_variables.F90 | |
| penf_stringify.F90 | |
| pyplot_module.f90 | |
| sin_reconstruction.f90 | WenOOF test: reconstruction of sin function. |
| test.f90 | |
| test_all.F90 | PENF's testing program. |
| wenoof.f90 | WenOOF, WENO interpolation Object Oriented Fortran library |
| wenoof_alpha_coefficients.F90 | Abstract alpha coefficients object. |
| wenoof_alpha_coefficients_js.f90 | Jiang-Shu alpha coefficients object. |
| wenoof_alpha_coefficients_m.f90 | Henrick alpha coefficients object. |
| wenoof_alpha_coefficients_z.f90 | Borges alpha coefficients object. |
| wenoof_base_object.f90 | Abstract base object, the ancestor of all. |
| wenoof_interpolator.F90 | Abstract interpolator object. |
| wenoof_interpolator_js.f90 | Jiang-Shu (upwind) interpolator object. |
| wenoof_objects_factory.f90 | Wenoof objects factory. |
| wenoof_optimal_weights.F90 | Abstract optimal weights object. |
| wenoof_optimal_weights_js.f90 | Jiang-Shu and Gerolymos-Senechal-Vallet optimal weights. |
| wenoof_polynomials.F90 | Abstract polynomials object. |
| wenoof_polynomials_js.f90 | Jiang-Shu (Lagrange) polynomials object. |
| wenoof_smoothness_indicators.F90 | Abstract smoothness indicator object. |
| wenoof_smoothness_indicators_js.f90 | Jiang-Shu and Gerolymos-Senechal-Vallet smoothness indicators object. |