reservoirflow.grids.RegularCartesian.get_pyvista_grid#

RegularCartesian.get_pyvista_grid(boundary: bool = True)#

Returns pyvista ExplicitStructuredGrid object.

Parameters:

boundary (bool, optional) – include boundary cells.

Returns:

pyvista gird object.

Return type:

ExplicitStructuredGrid

References