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:
loadbool, default: True

Load the dataset after downloading it when True. Set this to False and only the filename will be returned.

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()
../../../_images/pyvista-examples-downloads-download_tetra_dc_mesh-1_00_00.png

See also

Tetra Dc Mesh Dataset

See this dataset in the Dataset Gallery for more info.