Create a code that interpolates the solution from one mesh to a new mesh with the same geometry.
Some code modification is required in the reading/writing of the solution (SRC/gmsh_operations.f90).
The mesh interpolator has been created in commit 532bc43ec2b7a8903425d2ab4aa6953530035720
Its use is
EXE\mesh_interpolator mesh_old.msh mesh_new.msh sol_input.dat sol_output.dat
Create a code that interpolates the solution from one mesh to a new mesh with the same geometry. Some code modification is required in the reading/writing of the solution (SRC/gmsh_operations.f90).