FormDiagram.create_arch_equally_spaced
- classmethod FormDiagram.create_arch_equally_spaced(L=2.0, x0=0.0, n=100)
Construct a FormDiagram based on an arch linear discretisation by spacing the nodes of the form diagram equally in plan.
- Parameters:
- Lfloat, optional
Span of the arch, by default 2.0
- x0float, optional
Initial coordinate of the arch, by default 0.0
- nint, optional
Number of nodes to be considered in the form diagram, by default 100
- Returns:
FormDiagram
FormDiagram generated according to the parameters.
Notes
All boundary vertices are considered as supported.