Skip to content

Files

Latest commit

9e73e45 · Jan 26, 2020

History

History
This branch is 1 commit behind csc-training/hpc-python:master.

fortran

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.