I am trying to implement mesh morphing techniques for FSI problems, where I need to scale the element-wise integral by the area of the element or the Jacobian of the mapping at the quadrature point.
The quantity to be integrated is the stiffness matrix for the linear elasticity problem.
I have been trying to access the element radius or area like in the legacy FEniCS code but to no avail. I would appreciate any help with implementing this in FEniCSx.