jax_fem.generate_mesh.box_mesh_gmsh#
- jax_fem.generate_mesh.box_mesh_gmsh(Nx, Ny, Nz, Lx, Ly, Lz, data_dir, ele_type='HEX8')[source]#
References: https://gitlab.onelab.info/gmsh/gmsh/-/blob/master/examples/api/hex.py https://gitlab.onelab.info/gmsh/gmsh/-/blob/gmsh_4_7_1/tutorial/python/t1.py https://gitlab.onelab.info/gmsh/gmsh/-/blob/gmsh_4_7_1/tutorial/python/t3.py
Accepts ele_type = ‘HEX8’, ‘TET4’ or ‘TET10’, mesh will be generated with the help of gmsh