https://github.com/soumyasen1809/rustodesolver
ODE Solver in Rust
https://github.com/soumyasen1809/rustodesolver
computational-science ode-solver rust
Last synced: 4 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T16:42:28.000Z (6 months ago)
- Last Synced: 2025-01-01T17:34:37.296Z (6 months ago)
- Topics: computational-science, ode-solver, rust
- Language: Rust
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.