ydluo / qdyn

A Quasi-DYNamic earthquake simulator
56 stars 28 forks source link

Read mesh coordinates from the input file by default #69

Open martijnende opened 2 years ago

martijnende commented 2 years ago

Currently QDYN internally generates a mesh, except for 3D MPI simulations. Since the Python wrapper already pre-computes a mesh with default settings, we might as well shift the burden from FORTRAN to Python/Matlab, and always read the mesh from the input file.

To-do