#Finite Difference Solution of a 1-D Boundary Value Problem for Heat Conduction
- I wrote this code originally in
Matlab
, this version is a translation toFORTRAN90
- Tested with
gcc 4.6.3
- Type
make clean
- Run with
./heatconduct.o
- Compile with:
gfortran HEATCONDUCT.f90 solve_tdma.f90 calc_jacobian.f90 calc_lineareqn.f90 write_results.f90 -o heatconduct.o
- Run with
./heatconduct.o