An open API service indexing awesome lists of open source software.

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

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`.