geodynamics / pylith

PyLith is a finite element code for the solution of dynamic and quasi-static tectonic deformation problems.
Other
153 stars 96 forks source link

Added a gmsh python script to the magma 2D example #754

Closed Grant-Block closed 3 months ago

Grant-Block commented 3 months ago

A gmsh python script, which makes a mesh that replicates the existing CUBIT script was added to the magma-2d example. The mesh is not an exact replica, the gmsh mesh has a size gradient, with cells getting larger as they move away from the reservoir boundary. The CUBIT mesh has constant cell sizes in the reservoir, then larger constant cell sizes in the crust. Label numbers were also added to the step01 .cfg file, as they weren't needed for the CUBIT mesh but are necessary for the gmsh one.

baagaard-usgs commented 3 months ago

@Grant-Block Please update the pull request to allow edits from maintainers. I have a few simple fixes to push.

Grant-Block commented 3 months ago

Hi @baagaard-usgs, the box to allow edits by maintainers is checked on my end, I un-checked then re-checked it. Is it letting you edit now?

baagaard-usgs commented 3 months ago

Okay. I think I need write access to the repo in order to do a force push (I needed to rebase on the current PyLith main).

Grant-Block commented 3 months ago

I just sent you an invite to be a collaborator on this repo, I think that should let you do a force push.

baagaard-usgs commented 3 months ago

Closes #730