Updating documentation for unstructured mesh XML elements.

This commit is contained in:
Patrick Shriwise 2020-12-08 14:49:37 -06:00
parent c749b00bf7
commit 7fd78f84b4

View file

@ -276,7 +276,7 @@ should be set to:
<filter type="azimuthal" bins="2" />
:mesh:
The unique ID of a mesh to be tallied over.
The unique ID of a mesh to be tallied over.z
:distribcell:
The single cell which should be tallied uniquely for all instances.
@ -338,7 +338,11 @@ attributes/sub-elements:
:z_grid:
The mesh divisions along the z-axis. (For rectilinear mesh only.)
:mesh_file:
:library:
The mesh library used to represent an unstructured mesh. This can be either
"moab" or "libmesh". (For unstructured mesh only.)
:filename:
The name of the mesh file to be loaded at runtime. (For unstructured mesh
only.)