Skip to content

Commit

Permalink
Little changes in iso surface example (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelNale authored Jul 27, 2023
1 parent 9710687 commit 783b2ad
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions examples/12-fluids/03-fluids_isosurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@
whole_mesh = dpf.operators.mesh.mesh_provider(streams_container=streams).eval()
print(whole_mesh)

pl = DpfPlotter()
pl.add_mesh(whole_mesh)
cpos_whole_mesh = [
(4.256160478475664, 4.73662111240005, 4.00410065817644),
(-0.0011924505233764648, 1.8596649169921875e-05, 1.125),
(-0.2738679385987956, -0.30771426079547065, 0.9112125360807675),
]
pl.show_figure(cpos=cpos_whole_mesh, show_axes=True)
whole_mesh.plot()

###############################################################################
# Extract the physics variable
Expand Down

0 comments on commit 783b2ad

Please sign in to comment.