Skip to content

A set of differentiation tools to apply on regular 1D or 2D equaly spaced data grids

License

Notifications You must be signed in to change notification settings

malsinac/difftools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Difftools is a set of differentiation tools to be applied on 1D or 2D on regular grids that represent some sort of data. It applies a finite differences approach, where the order depends on the desired precision and the resolution of the grid.

Roadmap

For the moment, the actual code is a prototype of the final idea, which will have:

  • Written in a faster language than Python (Fortran for example)
  • Add parallelization (both on thread-based or GPU-based)
  • Add capabilities in 3D
  • Add the ability to work on non-regular data
  • Add other functionalities such as the computation of Jacobians, Hessians and Taylor expansions.

Bilbiography

This excellent paper

About

A set of differentiation tools to apply on regular 1D or 2D equaly spaced data grids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages