Fortran Secntd Subroutine Where can I find it?
Fortran Secntd Subroutine Where can I find it?
(OP)
I am looking for an eigen solver using an incore secant method. This was used in several UC Berkeley's Structures codes by Wilson and BAthe. I presently have an out of core solver using the comapct storage scheme. Although this would be preferable for later development, I am trying to compile an existing shell code with a fluid mass (full and consistent). It uses Secant, but that specific routine is missing. Any help would be appreciated.





RE: Fortran Secntd Subroutine Where can I find it?
i'm not sure whether this is useful. i have used the software ADINA before. it has this secant.for subroutine. i don't have it at hand, but if it is called few times in the main.for program, it should be the subroutine to get the computer time. it is a short one. check whether there is a parameter for time.
if that's the one you want, i might be able to find it for you.