mesh_fd_numpy
- compas_fd.fd.mesh_fd_numpy(mesh: CableMesh) CableMesh [source]
Find the equilibrium shape of a mesh for the given force densities.
- Parameters:
mesh (
compas_fd.datastructures.CableMesh
) – The mesh to equilibriate.- Returns:
compas_fd.datastructures.CableMesh
– The function updates the mesh in place, but returns a reference to the updated mesh as well for compatibility with RPCs.