Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 459 Bytes

Interfacing with Fortran

The file evolve.f90 contain a pure Fortran implementation of the single time step in heat equation. Use f2py for creating Python interface, and use the Fortran function instead the Python function in (heat.py)[heat.py]. You may need to insert f2py attributes into the Fortran file.