Bin Wang
Bin Wang
Hi Nico, I'm heavily using pygmsh for a while. Here are two APIs I suggsts: * I used `gmsh.model.getEntities(dim)` a lot to find the boundary conditions after complex boolean operations....
Hi, I'm using pygmsh and native gmsh api to generate recombined hex-dominant mesh. I may have mixed-type element (say, Hex + Prism). So this will trigger an error in extract_to_meshio():...
Thanks for sharing a nice code. I'm interested on convert 3d binary image (e.g. voxel labeled in 0 and 1) to surface. See figure below (I noticed some papers shows...
Is possible to perform mixed-dimensional meshing by embedment? Such as: https://gitlab.onelab.info/gmsh/gmsh/blob/gmsh_4_7_1/tutorial/t15.geo If so, we can mesh a geology model with fault and fractures, such as 
The code currently only support UTF-8 encoding. Should be fixed on the code side.
For a single tet, #f = #v = 4, how can I set up vertex color for a single tetrahedron? The color setup rule is not valid for a single...
### Description Adaptive background mesh mode lead to very coarse background mesh for a simple two material volume. Figures shown below: **Download and test data here!** [datas.zip](https://github.com/SCIInstitute/Cleaver2/files/4021171/datas.zip) ### Steps to...