Hello,
When using the eight node brick element, I found that the recorders were not working properly. I have determined that the problem is in the function
Response* EightNodeBrick::setResponse(const char **argv, int argc)
which has a missing argument. It should read:
Response* EightNodeBrick::setResponse(const char **argv, int argc, OPS_Stream &output)
Making this change fixes the recorders for this element.
-Robbie
Bug found in 8 node brick element
Moderators: silvia, selimgunay, Moderators