https://github.com/cfd-institute/pynm
Numerical method for PDEs in Python
https://github.com/cfd-institute/pynm
Last synced: 4 months ago
JSON representation
Numerical method for PDEs in Python
- Host: GitHub
- URL: https://github.com/cfd-institute/pynm
- Owner: CFD-Institute
- Created: 2022-08-20T01:47:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T23:20:08.000Z (almost 4 years ago)
- Last Synced: 2025-09-04T12:56:33.070Z (9 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyNM
Numerical method for PDEs in Python
## Remarks:
* This [1D example](https://github.com/CFD-Institute/PyNM/blob/master/src/fdm_heat_eq_implitcit_1D_use_fort_lib.py) demonstrates how we can call a Fortran lib in Python, using `ctypes`.