Merge pull request #1931 from ojschumann/mesh

Add Cylindrical and Spherical Mesh for MeshFilter and MeshSurfaceFilter
This commit is contained in:
Paul Romano 2022-01-12 21:12:10 -06:00 committed by GitHub
commit 0cf7d92837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1773 additions and 775 deletions

View file

@ -312,8 +312,8 @@ element with the tag name ``<mesh>``. This element has the following
attributes/sub-elements:
:type:
The type of mesh. This can be either "regular", "rectilinear", or
"unstructured".
The type of mesh. This can be either "regular", "rectilinear",
"cylindrical", "spherical", or "unstructured".
:dimension:
The number of mesh cells in each direction. (For regular mesh only.)
@ -340,7 +340,16 @@ attributes/sub-elements:
The mesh divisions along the y-axis. (For rectilinear mesh only.)
:z_grid:
The mesh divisions along the z-axis. (For rectilinear mesh only.)
The mesh divisions along the z-axis. (For rectilinear and cylindrical meshes only.)
:r_grid:
The mesh divisions along the r-axis. (For cylindrical and spherical meshes only.)
:phi_grid:
The mesh divisions along the phi-axis. (For cylindrical and spherical meshes only.)
:theta_grid:
The mesh divisions along the theta-axis. (For spherical mesh only.)
:library:
The mesh library used to represent an unstructured mesh. This can be either