Skip to content

Commit df763dd

Browse files
committed
update output listing
1 parent b568e78 commit df763dd

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

source/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Allow: /user/manual/section.html
4949
Allow: /user/manual/section/ShearFiber.html
5050
Allow: /user/manual/section/ShellFiber.html
5151
Allow: /user/manual/section/ElasticShell.html
52+
Allow: /user/manual/output/index.html
5253
Allow: /user/manual/output/print.html
5354
Allow: /user/manual/output/printB.html
5455
Allow: /user/manual/output/getTime.html

source/user/manual/output/index.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,37 @@
33
Output
44
------
55

6+
Model
7+
=====
8+
9+
The following methods return mesh information for a :py:class`Model`, such as element connectivity and material definitions.
10+
611
.. toctree::
712
:maxdepth: 1
813

914
print
15+
eleNodes
16+
17+
Solution
18+
========
19+
20+
The following methods are used to retrieve information about a solution after an :ref:`analysis <lblAnalysisCommands>` has been performed.
21+
*Global* methods pertain to assembled quantities like the residual and stiffness matrix, while *Nodal* methods
22+
can be used to get quantities at specific :ref:`nodes <node>`.
23+
24+
.. toctree::
25+
:maxdepth: 1
26+
:caption: Global methods
27+
1028
printA
1129
printB
1230
getTime
1331
eleResponse
14-
eleNodes
1532
recorder
1633

1734

1835
.. toctree::
19-
:caption: Node output
36+
:caption: Nodal methods
2037
:maxdepth: 1
2138

2239
nodeResponse
@@ -28,3 +45,5 @@ Output
2845
nodeEigenvector
2946
getNodeTags
3047

48+
49+

0 commit comments

Comments
 (0)