mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Improving test coverage for mesh to vtk capability
This commit is contained in:
parent
c487090b3f
commit
ae57ad0e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ cylinder_mesh.z_grid = np.linspace(0, 1, 15)
|
|||
|
||||
spherical_mesh = openmc.SphericalMesh()
|
||||
spherical_mesh.r_grid = np.linspace(1, 10, 30)
|
||||
spherical_mesh.phi_grid = np.linspace(0, np.pi, 25)
|
||||
spherical_mesh.phi_grid = np.linspace(0, 0.8*np.pi, 25)
|
||||
spherical_mesh.theta_grid = np.linspace(0, np.pi / 2, 15)
|
||||
|
||||
MESHES = [cylinder_mesh, regular_mesh, rectilinear_mesh, spherical_mesh]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue