Hi, everyone.
I use
bc1 = DirichletBC(u.sub(1), u1, loadpt, "pointwise")
to apply the pointwise displacements on the node "loadpt". I need to know the corresponding force exerted on this node.
Now, I can only use a small boundary surface to apply the displacement and to calculate the total tractions to get the exerted forces.
My problem is: how can I get the external force applied on the single node? Thank you!