From 583f73764a5664db3e628fe02de11eaadb315c76 Mon Sep 17 00:00:00 2001 From: Nick Horelik Date: Wed, 20 Aug 2014 10:31:16 -0400 Subject: [PATCH] Updated users guide for meshline plotting --- docs/source/usersguide/input.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index c9aa8cc866..290713c35a 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -1229,6 +1229,25 @@ attributes or sub-elements. These are not used in "voxel" plots: *Default*: None + :meshlines: + The special ``meshlines`` sub-element allows for plotting the boundaries of + a tally mesh on top of a plot. Only one ``meshlines`` element is allowed per + ``plot`` element, and it must contain as attributes or sub-elements a mesh + id and a linewidth: + + :mesh: + A single integer id number for the mesh specified on ``tallies.xml`` that + should be plotted. + + :linewidth: + A single integer number of pixels to specify the linewidth of the mesh + boundaries. + + *Default*: None + + .. warning:: Meshline plotting is currently only implemented for plots with + an "xy" basis. + ------------------------------ CMFD Specification -- cmfd.xml ------------------------------