jtoumey / FDM-heat_conduction

FDM for 1-D BVP.
0 stars 0 forks source link

Functionalize the Jacobian calculation #2

Closed jtoumey closed 9 years ago

jtoumey commented 9 years ago

Create a subroutine or function to calculate the Jacobian for each iteration. Reasoning: it will be easier to implement the secant method.

Pass array pointers to the function.

jtoumey commented 9 years ago

Fortran90 passes array locations by default.

This looks ok. Preparing to merge.

jacobian_function-comparison