Skip to content

Commit 078853f

Browse files
committed
rename FrameSection
1 parent 2f95bb0 commit 078853f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

source/user/manual/model/elements/frame/ExactFrame.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/user/manual/model/elements/frame/ForceFrame.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

source/user/manual/model/elements/frame/MixedFrame.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

source/user/manual/model/elements/frame/PrismFrame.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _elasticBeamColumn:
22

3-
``PrismFrame``
4-
^^^^^^^^^^^^^^^
3+
PrismFrame
4+
^^^^^^^^^^^
55

66
The ``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``)

0 commit comments

Comments
 (0)