write_3D
- pyR2D2.write.vtk.write_3D(qq, x, y, z, file, name)[source]
Outputs the 3D scalar data in VTK format especially for Paraview
- Parameters:
qq (numpy.ndarray, float) – Output 3D array size of (ix,jx,kx)
x (numpy.ndarray, float) – x coordinate size of (ix)
y (numpy.ndarray, float) – y coordinate size of (jx)
z (numpy.ndarray, float) – z coordinate size of (kx)
file (str) – File name for output
name (str) – Name of the variable