download_tetra_dc_mesh#
- download_tetra_dc_mesh(load: bool = True) MultiBlock | tuple[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:
- output
pyvista.MultiBlockortuple[str, …] DataSet containing the high resolution forward modeled mesh and a coarse inverse modeled mesh, or the paths of their files depending on
load.
- output
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.