Closed ARBolton96 closed 1 year ago
Hey, This looks a little bit odd! Can you please provide your mesh's cubit journal file (or .py file)? If not, make sure you're merging all volumes (merge vol all) and imprinting them (imprint vol all) before starting the meshing process. Hope this helps!
Hot dog!!! That is exactly what I was missing! Thank you so much @AbolfazlKhanMo, that was so very helpful. I completely missed those commands in the salt dome example.
Hello,
I'm running a very simplified test model meshed in Cubit with SpecFEM2D and I'm running into some issues with the partitioning. Using the
cubit2specfem2d.py
journal file given in the SpecFEM2D utils directory (very helpful by the way!), I was able to create the necessary mesh files and set up a SpecFEM simulation.However, when I run this model over multiple processors, this occurs:
All the energy in the simulation stays within the source layer! There is no transmission into the deeper model, which I have verified with the station configuration in the above image, as well as the output postscript files.
If I run this same exact mesh over a single processor (thus avoiding mpirun commands), I get this:
Transmission into the subsurface!
I then went to the provided
EXAMPLES
directory and looked at thesalt_dome_CUBIT_mesh_from_Ronan_Madec/Stacey_normal_fluid_solid
(full salt dome model with overlying water layer), and edited thePar_file
to run over multiple processors. The results were:Once again perfect transmissions, and this time over multiple processors! Very perplexing to me.
I am assuming the problem I'm encountering is with the partitioning of the simple mesh I've built. Have others encountered this issue, or have any general guidance? I can provide any of the SpecFEM input files or my Cubit mesh and
cubit2specfem.py
files, if necessary. Thanks!