-
Notifications
You must be signed in to change notification settings - Fork 26
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
optional gmsh
integration for rectangles and boxes.
#112
Conversation
sorry if i stepped on your toes! i didnt mean to push my fix-it commit. |
lol, No worries, I wasn't working particularly fast. I was having problems getting the demos to run correctly. I think it's fixed. Hopefully it passes CI (though it seems stuck on the parallel case) |
Hmm, from my memory related investigations, I think that the mesh will be meshed (hopefully identically) on every single processor. I think some kind of "rank == 0" operation should happen on this line and the others like it... I think also we'd have to get the variable called |
Purpose
Adds optional
gmsh
-based recreation of default box and rectangle grids.mesh_type
:gmsh
; when specifiedgmsh
grids are usedgmsh
on stretched box to get an isotropic unstructured grid?w=1
to comparison URLs on GH ignores whitespace-only changes in the diffType of change
What types of change is it?
Select the appropriate type(s) that describe this PR
Testing
tests/9_Regression
?Checklist
Put an
x
in the boxes that apply.