magnet.generate#
Mesh generation module.
Contains functions for generating simple 2D and 3D meshes from scratch. 3D meshes are generated using gmsh.
Functions
|
Create a mesh with circular holes. |
|
Create a mesh with circular inclusions. |
|
Generate dataset of 2D meshes. |
|
Generate dataset of 2D meshes. |
|
Generate dataset of 3D meshes. |
|
Generate a mesh of random triangles. |
|
Create a mesh made by 2 intersecting circles. |
|
Generate a heterogeneous mesh of the unit cube. |
|
Generate a mesh of the unit cube. |
|
Generate a mesh of a portion of the unit cube. |
|
Generate dataset of 3D heterogeneous meshes. |
|
Create a mesh of a heterogeneous square. |
|
Create a square mesh with a circular hole. |
|
Generate a mixed mesh of tetrahedra and hexahedra. |
|
Generate a structured mesh of rectangles. |
|
Generate a structured mesh of triangles. |
|
Create a tetrahedral mesh from a STL file. |
|
Visualize a mesh using Gmsh GUI. |
|
Generate a Voronoi mesh. |