download_tetra_dc_mesh#
- download_tetra_dc_mesh(load: bool = True) MultiBlock | str[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.MultiBlockDataSet containing the high resolution forward modeled mesh and a coarse inverse modeled mesh.
Examples#
Download Python source code | Download Jupyter notebook
>>> 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.