File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Allow: /user/manual/section.html
49
49
Allow: /user/manual/section/ShearFiber.html
50
50
Allow: /user/manual/section/ShellFiber.html
51
51
Allow: /user/manual/section/ElasticShell.html
52
+ Allow: /user/manual/output/index.html
52
53
Allow: /user/manual/output/print.html
53
54
Allow: /user/manual/output/printB.html
54
55
Allow: /user/manual/output/getTime.html
Original file line number Diff line number Diff line change 3
3
Output
4
4
------
5
5
6
+ Model
7
+ =====
8
+
9
+ The following methods return mesh information for a :py: class`Model`, such as element connectivity and material definitions.
10
+
6
11
.. toctree ::
7
12
:maxdepth: 1
8
13
9
14
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
+
10
28
printA
11
29
printB
12
30
getTime
13
31
eleResponse
14
- eleNodes
15
32
recorder
16
33
17
34
18
35
.. toctree ::
19
- :caption: Node output
36
+ :caption: Nodal methods
20
37
:maxdepth: 1
21
38
22
39
nodeResponse
28
45
nodeEigenvector
29
46
getNodeTags
30
47
48
+
49
+
You can’t perform that action at this time.
0 commit comments