I am researching XFEM. I read the paper "A finite element method for crack growth without remeshing". I have a question about this paper:
In equation (9), they use the general equation of finite elements:
uh = sum(u(i)*phi(i)), i from 1 to 10, phi is a bilinear shape function.
When I want to calculate the displacement of one point in element one (for example), how can I calculate the displacement of one point at the center of element? Should I use only 4 nodes around this point or should I use 10 nodes of crack modeling? (4 nodes means nodes around this point, authors assumed 10 nodes to model a crack).
Which open source code do I use for modeling displacement around a crack?