Hi.
I’m using DOLFINx v0.8.0 and trying to caluculate gradient and divergence with respect to reference coordination (There is already a same post but it is not solved.).
Now, the position of a particle in the current coordination x is given by:
x(X,t)=X+u(X,t)
where X, u is the position of a particle in reference coordination and displacement vector respectively.
We already know that, if we want to use nabla operator with respect to x, ufl.div and ufl.grad are available.
However, it seems that there are no demos using nabla operator with respect to X. Is it available in DOLFINx?