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
BeamColumnJoint2d element
Moderators: silvia, selimgunay, Moderators
Re: BeamColumnJoint2d element
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