pyvista.examples.downloads.download_tetra_dc_mesh#
- download_tetra_dc_mesh(load=True)[source]#
Download two meshes defining an electrical inverse problem.
This contains a high resolution forward modeled mesh and a coarse inverse modeled mesh.
- Parameters:
- 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()
See also
- Tetra Dc Mesh Dataset
See this dataset in the Dataset Gallery for more info.