Spectral Integral Suite in C++
|
Variables | |
mesh = meshio.read('../data/Ex11vec_noscale0385.vtk') | |
points = mesh.points | |
pressure = mesh.point_data['pressure'] | |
velocity = mesh.point_data['Velocity'] | |
default | |
fig | |
title | |
scene | |
plotlyPlots.default |
Definition at line 17 of file plotlyPlots.py.
plotlyPlots.fig |
Definition at line 19 of file plotlyPlots.py.
plotlyPlots.mesh = meshio.read('../data/Ex11vec_noscale0385.vtk') |
Definition at line 6 of file plotlyPlots.py.
plotlyPlots.points = mesh.points |
Definition at line 8 of file plotlyPlots.py.
plotlyPlots.pressure = mesh.point_data['pressure'] |
Definition at line 10 of file plotlyPlots.py.
plotlyPlots.scene |
Definition at line 34 of file plotlyPlots.py.
plotlyPlots.title |
Definition at line 33 of file plotlyPlots.py.
plotlyPlots.velocity = mesh.point_data['Velocity'] |
Definition at line 12 of file plotlyPlots.py.