From ef004c457941b430fc84ee6c2ad23baba7d12b98 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 14 Nov 2013 19:18:47 -0500 Subject: [PATCH] Update description of in user's guide. --- docs/source/usersguide/input.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index 3b389c438..1ae061f4c 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -636,9 +636,10 @@ Each ```` element can have the following attributes or sub-elements: --------------------- The ```` can be used to represent repeating structures (e.g. fuel pins -in an assembly) or other geometry which naturally fits into a two-dimensional -structured mesh. Each cell within the lattice is filled with a specified -universe. A ```` accepts the following attributes or sub-elements: +in an assembly) or other geometry which naturally fits into a two- or +three-dimensional structured mesh. Each cell within the lattice is filled with a +specified universe. A ```` accepts the following attributes or +sub-elements: :id: A unique integer that can be used to identify the surface. @@ -650,18 +651,19 @@ universe. A ```` accepts the following attributes or sub-elements: *Default*: rectangular :dimension: - Two integers representing the number of lattice cells in the x- and y- - directions, respectively. + Two or three integers representing the number of lattice cells in the x- and + y- (and z-) directions, respectively. *Default*: None :lower_left: - The coordinates of the lower-left corner of the lattice. + The coordinates of the lower-left corner of the lattice. If the lattice is + two-dimensional, only the x- and y-coordinates are specified. *Default*: None :width: - The width of the lattice cell in the x- and y- directions. + The width of the lattice cell in the x- and y- (and z-) directions. *Default*: None