-
You can forgive my ignorance because my worries might be trivial. I am able to generate a triangular mesh and visualize it from gmsh. But when I generate an all quad mesh from gmesh,I could not visual…
-
Thanks @inducer for the new updates to `gmsh` ingest - bunch of improvement there. There still seems to be a couple of issues with 2D that we should work out before nailing down 3D.
In short, we …
MTCam updated
6 months ago
-
- [x] Compile nek
- [x] Create mesh
- [x] Partition mesh (Compile genmap)
- [x] Convert gmsh mesh to .re (nek mesh)
- [x] Obtain mesh from gmsh
- [x] Find script to generate BL Mesh…
-
Greetings everyone! I'm working with TPMS meshes for FEM modulation and I've been trying to generate tetrahedral meshes from triangular meshes using Trimesh method gmsh.to_volume(). I was successful i…
-
Meshwell meshing fails for me when running in [Ray](https://docs.ray.io/)
```
component.to_gmsh(
File "/usr/local/home/nikosavola/dev/gdsfactory/gdsfactory/component.py", line 2548, in to_gms…
-
Thanks for the work on meshio! Quite the task you've taken on ;-)
I'm trying to convert an Abaqus input to a gmsh file format but I am unable to get the element sets (`Elset`) and node sets (`Nset…
-
~/specfem2d/EXAMPLES/Gmsh_example_Stacey_MPI/MESH,in this file,if I mesh SqrCirc.geo in Gmsh_4.1.5,it turn out that -
Traceback (most recent call last):
File "./LibGmsh2Specfem_convert_Gmsh_to_S…
-
Dear Firedrakers,
I would like to solve some 3D Maxwell problems on a structured hexmesh. I achieved to create a mesh using gmsh, but it seems that firedrake currently only supports tetrahedra (exce…
-
Hello,
Using the following command ./feconv -gm input_GMSH.msh output_ANSYS.msh results in the program running for very long but does not output anything. This is in ubuntu 20.04.
Thanks,
Pet…
ghost updated
3 years ago
-
At the moment the [Gmsh reader](https://github.com/ibaned/omega_h/blob/master/src/Omega_h_gmsh.cpp) read the whole file using rank 0 then redistribute the mesh across the ranks. This solution may not …