-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements mesh reading as specfem::IO::read_mesh(...) #149
Conversation
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Tests pass in serial locally, so crossing my fingers for this one. |
Oof, I forgot to actually commit the most recent changes... Recent commit 72a8f2b resolved a swap in the input arguments of |
If this passes, I'll merge and move on to the sources. |
Description
Implements the reading of mesh in form of a read_mesh(filename, mpi) function.
The updates are quite vast since everything had to be moved from the mesh() constructor to all other constructors
Issue Number
Addresses #146 of superissue #108
Closes #146
Checklist
Please make sure to check developer documentation on specfem docs.