Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.shape_array

Signature

def sdynpy.shape_array(coordinate=None, shape_matrix=None, frequency=1.0, damping=0.0, modal_mass=1.0, comment1='', comment2='', comment3='', comment4='', comment5='', structured_array=None)

Creates a coordinate array that specify degrees of freedom.

Creates an array of coordinates that specify degrees of freedom in a test or analysis. Coordinate arrays can be created using a numpy structured array or two arrays for node and direction. Multidimensional arrays can be used.

Parameters

Returns