Using an opensees LIBrary

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
abacus
Posts: 1
Joined: Sat Dec 25, 2004 6:52 am
Contact:

Using an opensees LIBrary

Post by abacus »

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
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

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.
Post Reply