ogstools.meshlib.gmsh_meshing module# ogstools.meshlib.gmsh_meshing.rect(lengths=1.0, n_edge_cells=1, structured_grid=True, order=1, out_name=Path('unit_square.msh'))[source]# Parameters: lengths (float | list[float]) – n_edge_cells (int | list[int]) – structured_grid (bool) – order (int) – out_name (Path) – ogstools.meshlib.gmsh_meshing.cuboid(lengths=1.0, n_edge_cells=1, structured_grid=True, order=1, out_name=Path('unit_cube.msh'))[source]# Parameters: lengths (float | list[float]) – n_edge_cells (int | list[int]) – structured_grid (bool) – order (int) – out_name (Path) –