meshing.tui.mesh.tet#

class main_menu.mesh.tet(path, service)#

Enters the tetrahedral mesh menu.

delete_virtual_cells(*args, **kwargs)#

Deletes virtual cells created due to the use of the keep-virtual-entities? option.

init(*args, **kwargs)#

Generates the initial Delaunay mesh by meshing the boundary nodes.

init_refine(*args, **kwargs)#

Generates the tetrahedral mesh.

mesh_object(*args, **kwargs)#

Tet mesh object of type mesh.

preserve_cell_zone(*args, **kwargs)#

Allows you to specify the cell zones to be preserved during the meshing process.

refine(*args, **kwargs)#

Refines the initialized mesh.

trace_path_between_cells(*args, **kwargs)#

Detects holes in the geometry by tracing the path between the two specified cells.

un_preserve_cell_zone(*args, **kwargs)#

Un-preserve cell zone.