PrincetonUniversity / SPECFEMPP

SPECFEM++ is a complete re-write of SPECFEM suite of packages (SPECFEM2D, SPECFEM3D, SPECFEM3D_GLOBE) using C++
https://specfem2d-kokkos.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 9 forks source link

Integrate meshfem #93

Closed Rohit-Kakodkar closed 11 months ago

Rohit-Kakodkar commented 11 months ago

Description

This pull request integrates meshfem2D into this code-base. Currently, we only support fortran mesher for meshing. Previous to this update the mesher was located in fortran specfem2d code-base - requiring the user to install and navigate 2 different code bases for meshing and solver.

This update should streamline the SPECFEM++ usage and would lead to easier adoption.

Issue Number

If there is an issue created for these changes, link it here

Checklist

Please make sure to check developer documentation on specfem docs.