Skip to content

Commit db6c2e4

Browse files
authored
Merge pull request #306 from jacobwilliams/new-packages
added 2 interpolation and 4 ode packages
2 parents 9ac510d + 72658c8 commit db6c2e4

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

_data/package_index.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,13 +735,55 @@
735735
tags: spline interpolation extrapolation integration integral
736736
license: BSD-3-Clause
737737

738+
- name: PCHIP
739+
github: jacobwilliams/PCHIP
740+
description: Piecewise Cubic Hermite Interpolation Package
741+
categories: numerical
742+
tags: hermite spline interpolation integration integral
743+
license: BSD-3-Clause
744+
745+
- name: regridpack
746+
github: jacobwilliams/regridpack
747+
description: Suite of Fortran routines for interpolating values between one-, two-, three-, and four-dimensional arrays defined on uniform or nonuniform orthogonal grids
748+
categories: numerical
749+
tags: linear cubic interpolation
750+
license: BSD-3-Clause
751+
738752
- name: FOODIE
739753
github: Fortran-FOSS-Programmers/FOODIE
740754
description: Fortran Object-Oriented Differential-equations Integration Environment
741755
categories: numerical
742756
tags: ode pde euler runge kutta
743757
license: GPL-3.0
744758

759+
- name: ddeabm
760+
github: jacobwilliams/ddeabm
761+
description: Modern Fortran implementation of the DDEABM Adams-Bashforth algorithm
762+
categories: numerical
763+
tags: ode adams-bashforth
764+
license: BSD-3-Clause
765+
766+
- name: dop853
767+
github: jacobwilliams/dop853
768+
description: Modern Fortran Edition of Hairer's DOP853 ODE Solver
769+
categories: numerical
770+
tags: ode runge kutta
771+
license: BSD-3-Clause
772+
773+
- name: FLINT
774+
github: princemahajan/FLINT
775+
description: Fortran Library for numerical INTegration of differential equations
776+
categories: numerical
777+
tags: ode runge kutta
778+
license: Apache-2.0
779+
780+
- name: ODEPACK
781+
url: https://computing.llnl.gov/projects/odepack/software
782+
description: A Systematized Collection of ODE Solvers (FORTRAN 77)
783+
categories: numerical
784+
tags: ode runge kutta adams-bashforth
785+
license: Public domain
786+
745787
- name: fgsl
746788
github: reinh-bader/fgsl
747789
description: Fortran interface to the GNU Scientific Library

0 commit comments

Comments
 (0)