Hello, all
The constraints is used by Plain in my plain.
Then,when i analysis the gravity static analysis,
I got the message following like:
WARNING PlainHandler::handle() - constraint at dof 0 already specified for constrained node in MP_Constraint at node 3
WARNING PlainHandler::handle() - constraint at dof 1 already specified for constrained node in MP_Constraint at node 3
could you tell me what's the reason ?
WARNING PlainHandle
Moderators: silvia, selimgunay, Moderators
Re: WARNING PlainHandle
It looks like you constrained node 3 in dofs 1 and 2 multiple times. Make sure that you do not use equalDOF command multiple times for node 3.