From 7fd78f84b4b21c8af7f3bd6fdc935430f4218043 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 8 Dec 2020 14:49:37 -0600 Subject: [PATCH] Updating documentation for unstructured mesh XML elements. --- docs/source/io_formats/tallies.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/io_formats/tallies.rst b/docs/source/io_formats/tallies.rst index 6875e45049..974a3d093b 100644 --- a/docs/source/io_formats/tallies.rst +++ b/docs/source/io_formats/tallies.rst @@ -276,7 +276,7 @@ should be set to: :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.)