Program | Source File | Description |
---|---|---|
foodie_test_lcce | foodie_test_lcce.f90 | Test FOODIE with the integration of linear constant coefficients equation. |
foodie_test_oscillation | foodie_test_oscillation.f90 | Test FOODIE with the integration of Oscillation equations. |
foodie_tester | foodie_tester.f90 | Tester factory of FOODIE integrators. |
integrate_burgers | burgers.f90 | Test FOODIE with the integration of Burgers equation. |
integrate_euler_1D | euler-1D.f90 | Test FOODIE with the integration of Euler 1D PDEs system. |
integrate_euler_1D_caf | euler-1D-caf_no_foodie.f90 | Test without FOODIE with the integration of Euler 1D PDEs system by CAF paradigm. |
integrate_euler_1D_caf | euler-1D-caf.f90 | Test FOODIE with the integration of Euler 1D PDEs system. |
integrate_euler_1D_openmp | euler-1D-openmp.f90 | Test FOODIE with the integration of Euler 1D PDEs system. |
integrate_euler_1D_openmp_no_foodie | euler-1D-openmp_no_foodie.f90 | Test without FOODIE with the integration of Euler 1D PDEs system by OpenMP paradigm. |
integrate_lorenz | lorenz.f90 | Test FOODIE with the integration of Lorenz equations. |