Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 332 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 332 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.