Closed jtoumey closed 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.
Fortran90 passes array locations by default.
Fortran90
This looks ok. Preparing to merge.
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.