pyeit_inverse.update_mesh
- pyeit_inverse.update_mesh(newmesh: PyEITMesh = None, h0=0.05)[source]
Set or regenerate the PyEIT reconstruction mesh.
- Parameters:
newmesh (pyeit.mesh.PyEITMesh | None, optional) – Explicit mesh to use. If omitted, a circular PyEIT mesh is created.
h0 (float, optional) – Characteristic mesh size used when generating a new mesh.