I am currently trying to solve a heating problem, but I need a very refined mesh to compute the heat deposition compared to the coarse mesh in the heat transfer model. I would therefore like to compute a highly detailed local heat deposition profile, using a restriction, and project this onto a coarse mesh for the bioheat calculation.
So far the restriction and projection works, but the integral of the Power is not conserved between the meshes. This is expected due to the piecewise polynomial structure of the fine mesh not being in the space spanned by the coarse mesh. I know that there are ways to do a conservative projection (interpolation) using a supermesh and suspect something like this may be implemented in the automatic meshing capabilities, but I do not know how to access them or use them for my application.
Would anyone be able to point me in the right direction or confirm this feature does not exist?
Thanks,
Sheldon