Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyasen1809/rustodesolver
ODE Solver in Rust
https://github.com/soumyasen1809/rustodesolver
computational-science ode-solver rust
Last synced: 5 days ago
JSON representation
ODE Solver in Rust
- Host: GitHub
- URL: https://github.com/soumyasen1809/rustodesolver
- Owner: soumyasen1809
- License: mit
- Created: 2024-07-30T22:15:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T18:39:40.000Z (3 months ago)
- Last Synced: 2024-08-07T22:58:59.033Z (3 months ago)
- Topics: computational-science, ode-solver, rust
- Language: Rust
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ODE Solver in Rust
## Overview
This project is an ODE (Ordinary Differential Equation) solver implemented in Rust. It provides a simple and efficient way to solve differential equations numerically using various methods such as Euler's method, Runge-Kutta methods, and more.
## Features
- **Multiple Solvers**: Includes implementations of Euler's method, Runge-Kutta methods (RK4), Heun Method and more.
- **Flexible Interface**: Easily define your differential equations and initial conditions.
- **Extensible**: Designed to be easily extended with new solving methods.## Usage
For a basic example of how to use the ODE solver, check the main.rs file.## Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or improvements.## License
This project is licensed under the MIT License. See the LICENSE file for details.