BeamColumnJoint2d element

If you have a script you think might be useful to others post it
here. Hopefully we will be able to get the most useful of these incorporated in the manuals.

Moderators: silvia, selimgunay, Moderators

Post Reply
filgen
Posts: 3
Joined: Tue Dec 10, 2013 3:05 am
Location: univerisity of coimbra

BeamColumnJoint2d element

Post by filgen » Wed Feb 04, 2015 10:10 am

Hello,

I would like to consider a beam column joint element. As first step, on the basis of Mitra and Lowes element (BeamColumnJoint2d), I tried to implement a new one just changing the name of the element and adding the OPS procedure. Unfortunately I got the following error:

"Matrix::Solve - not implemented in dll".

Any idea what is missing or wrong?

Thank you very much in advance

Filippo

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: BeamColumnJoint2d element

Post by fmk » Thu Feb 12, 2015 9:14 am

yes .. you ned to find another way to solve a matrix. If i was to provide a Solve routine that is in the matrix class I would need to also include some fortran libraries which make building the dll's harder for everybody

Post Reply