Hi,
I have added an element in OpenSees element library successfully without any error. Linking is carried out without any problem but OpenSees does not recognize my element and "unknown element type error message" appears. I have followed what Frank has instructed the OpenSees contributors. Under what conditions might this error be the case?
Why does not tcl recognize my new object? Is there any special way to have the pointer of my new class refferd to tcl class?
Thanks in advance,
1. it cannot find the .dll or shared lib
2. the procedure to create the object is not there or has incorrect name.
3. not all the methods required for the element are there.
i suggest you start with my example that works & then modify it bit by bit till you get what you want.