Is there a way to call the procedures included in the .LIB files from a fortran program? Should one use any other command apart from CALL XYZ(x,y,z)??
I'm using CFV 6.6C.
Thanx,
Yiorgos
Using an opensees LIBrary
Moderators: silvia, selimgunay, Moderators
Yiorgos actually wanted to cal the fedeas material routines that are written in Fortran .. the problem with calling these routines is that they were written for Feap, which uses a lot of common blocks for storing material & element parameters, state & history data .. these we had to mimic in OpenSees .. which is why when he called them directly he experienced all sorts of problems as his program knew nothing about them.