pyvista.examples.downloads.download_tetra_dc_mesh#
- download_tetra_dc_mesh()[source]#
Download two meshes defining an electrical inverse problem.
This contains a high resolution forward modeled mesh and a coarse inverse modeled mesh.
- Returns:
pyvista.MultiBlock
DataSet containing the high resolution forward modeled mesh and a coarse inverse modeled mesh.
Examples
>>> from pyvista import examples >>> fine, coarse = examples.download_tetra_dc_mesh() >>> coarse.plot()