I want to solve an inverse problem. Ihave 2 meshes : one coarse for the displacement field and one fine for the mechanical parameters.
I compute a displacement field on the fine one and I want to compute an integral on the coarse mesh.
I have to know the elements of the fine mesh included in one element of the coarse one and compute an integral to access to a value.
Do you know if it is possible using Fenics ??
Thanks