mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge remote-tracking branch 'origin/vtk_umesh' into vtk_umesh
This commit is contained in:
commit
24462b51da
1 changed files with 8 additions and 10 deletions
|
|
@ -1469,19 +1469,17 @@ class UnstructuredMesh(MeshBase):
|
|||
be generated for this mesh
|
||||
volumes : Iterable of float
|
||||
Volumes of the unstructured mesh elements
|
||||
centroids : np.narray (3, n_elements)
|
||||
Centroids of the mesh elements
|
||||
centroids : numpy.ndarray
|
||||
Centroids of the mesh elements with array shape (3, n_elements)
|
||||
|
||||
vertices : np.ndarray (3,)
|
||||
Coordinates of the mesh vertices
|
||||
vertices : numpy.ndarray
|
||||
Coordinates of the mesh vertices with array shape (3, n_elements)
|
||||
|
||||
.. versionadded:: 0.13
|
||||
|
||||
connectivity : np.ndarray (n_elements, 8)
|
||||
Connectivity of the elements
|
||||
|
||||
.. versionadded:: 0.13
|
||||
.. versionadded:: 0.13.1
|
||||
connectivity : numpy.ndarray
|
||||
Connectivity of the elements with array shape (8, n_elements)
|
||||
|
||||
.. versionadded:: 0.13.1
|
||||
element_types : Iterable of integers
|
||||
Mesh element types
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue