Skip to content

Latest commit

 

History

History
 
 

fortran

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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 utilize the Fortran implementation in (heat_simple.py)[heat_simple.py] . You may need to insert f2py attributes into the Fortran file.