sdynpy.core.sdynpy_shape.concatenate_dofs
- concatenate_dofs(shape_arrays)
Combines the degrees of freedom from multiple shapes into one set of shapes
- Parameters
shape_arrays (list of ShapeArray) – List of ShapeArray objects to combine in to one set of shapes
- Returns
ShapeArray object containing degrees of freedom from all input shapes
- Return type