Skip to content

JwanMan/mned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solvned: A numerical ODE framework for Go

Solvned is a framework for solving ordinary differential equations in Go. It provides a variety of methods to solve these equations, from the simple Euler method to the sophisticated Runge-Kutta-Fehlberg method, as well as the means to define new methods and operate with them in a general way, with interpolation and an event mechanism for iteration until a given point.

Check out the visualization examples at the examples directory and the pkg.go.dev documentation.

About

Solvned: a numerical ODE solving framework written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages