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.coordinate_array

Signature

def sdynpy.coordinate_array(node=None, direction=None, structured_array=None, string_array=None, force_broadcast=False)

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