hookeai.simulators.links.utilities.links_specimen_dirichlet.read_links_nodes_coords_mesh¶
- read_links_nodes_coords_mesh(links_input_file_path)[source]¶
Read finite element mesh nodes coordinates from Links input data file.
- Parameters:
links_input_file_path (str) – Links input data file path.
- Returns:
nodes_coords_mesh – Coordinates of finite element mesh nodes stored as numpy.ndarray(2d) of shape (n_node_mesh, n_dim).
- Return type:
np.ndarray(2d)