Hi all,
I’m trying to apply a boundary condition to a node set and the range of DOFs 1-6 as specified by my input .inp file like this:
*Boundary
Internal_Selection-1_Fixed-1, 1, 6, 0
I call locate_dofs_topological on the node set and that produces a list of marked DOFs. However, I get a bit stuck here because I don’t know how to apply the boundary condition to just the DOFs 1-6 as specified in the input file. What does that have to do with the marked DOFs I got from locate_dofs_topological? How do these pieces fit together?
If someone would be able to explain how to apply the BC to just that particular range of DOFs, that would really help me. I think I’m still trying to understand conceptually what is going on.
Thank you so much in advance.
Best regards,
Mia