zoomy_core.mesh.browse_meshes module#
Backward-compatible wrappers around MeshCatalog.
New code should use from zoomy_core.mesh.mesh_catalog import MeshCatalog
directly. These free-functions are kept so existing notebooks and scripts
continue to work without changes.
- async zoomy_core.mesh.browse_meshes.show_meshes_async(do_print=True)#
- zoomy_core.mesh.browse_meshes.show_meshes(do_print=True)#
- async zoomy_core.mesh.browse_meshes.download_mesh_async(mesh_name, folder='./', filetype='msh', size='medium')#
- zoomy_core.mesh.browse_meshes.download_mesh(mesh_name, folder='./', filetype='msh', size='medium')#
- zoomy_core.mesh.browse_meshes.get_boundary_names(mesh_path, do_print=True)#