https://github.com/severindenisenko/pdesolver
Solvers for Partial Differential Equations
https://github.com/severindenisenko/pdesolver
Last synced: about 2 months ago
JSON representation
Solvers for Partial Differential Equations
- Host: GitHub
- URL: https://github.com/severindenisenko/pdesolver
- Owner: SeverinDenisenko
- License: mit
- Created: 2024-03-31T21:38:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-26T19:45:05.000Z (12 months ago)
- Last Synced: 2025-02-01T21:15:57.708Z (4 months ago)
- Language: C++
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDE Solvers


## Solvers
We have:
* Courant-Isaacson-Rees solver## Plan
* Setup
* * Buld system - Done
* * Basic infra - Done
* * I/O - Done
* * Plotting - Done
* Main part
* * Utility functions - Done
* * Algorithm impl - Done
* * Testing and CI
* Paper
* Method extention