xavierdechamps / Shallow_water_FV

Solve the 2D shallow water equations with a finite volume method based on a Q-scheme
10 stars 1 forks source link

Create a solution interpolator between two meshes #1

Closed xavierdechamps closed 2 years ago

xavierdechamps commented 2 years ago

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).

xavierdechamps commented 2 years ago

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