sdynpy.core.sdynpy_geometry.global_coord

global_coord(coordinate_system, local_coord)[source]

Compute global coordinates from local coordinates

Compute the global coordinates of a node from its local coordinates in the corresponding coordinate system.

Parameters
  • coordinate_system (CoordinateSystemArray) – An array of coordinate systems of shape […]

  • local_coord (ndarray) – An array of coordinates of shape […,3]

Returns

global_coord – An array of coordinates of shape […,3]

Return type

ndarray