File tree Expand file tree Collapse file tree
source/user/manual/model/elements/frame Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The implementation closely follows the treatment by Perez and Filippou (2024) [3
3131 :param nodes: tuple of integer node tags (see :ref: `node `)
3232 :type nodes: tuple
3333 :param section: Section object to be created at the element Gauss points.
34- :type section: :py:class: `xara.Section `
34+ :type section: :py:class: `xara.FrameSection `
3535 :param transform: identifier for previously-defined coordinate-transformation (see :ref: `geomTransf `)
3636 :type transform: |integer |
3737
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Two-node force formulation for 3D frames. [1]_ [2]_.
2424 :param nodes: tuple of *two * :ref: `node ` tags
2525 :type nodes: tuple
2626 :param section: Section object to be created at the element Gauss points.
27- :type section: :py:class: `xara.Section `
27+ :type section: :py:class: `xara.FrameSection `
2828 :param transform: identifier for previously-defined :ref: `frame transformation <geomTransf >`
2929 :type transform: |integer |
3030 :gparam Optional integration: identifier for previously-defined integration rule.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Two-node mixed finite element formulation for 3D frames.
1616 :param nodes: tuple of *two * :ref: `node ` tags
1717 :type nodes: tuple
1818 :param section: Section object to be created at the element Gauss points.
19- :type section: :py:class: `xara.Section `
19+ :type section: :py:class: `xara.FrameSection `
2020 :param transform: identifier for previously-defined :ref: `frame transformation <geomTransf >`
2121 :type transform: |integer |
2222 :param integration: identifier for previously-defined integration rule.
Original file line number Diff line number Diff line change 11.. _elasticBeamColumn :
22
3- `` PrismFrame ``
4- ^^^^^^^^^^^^^^^
3+ PrismFrame
4+ ^^^^^^^^^^^
55
66The ``PrismFrame `` element represents a linear-elastic prismatic beam element.
77
@@ -19,7 +19,7 @@ The ``PrismFrame`` element represents a linear-elastic prismatic beam element.
1919 :param nodes: tuple of *two * integer :ref: `node ` tags
2020 :type nodes: tuple
2121 :param section: Section object to be created at the element Gauss points.
22- :type section: :py:class: `xara.Section `
22+ :type section: :py:class: `xara.FrameSection `
2323 :param transform: identifier for previously-defined coordinate-transformation
2424 :type transform: |integer |
2525 :param shear: flag indicating whether shear deformations are included (default is ``0 ``)
You can’t perform that action at this time.
0 commit comments