hookeai.miscellaneous.other.element_paths_indices.get_element_local_paths_idx

get_element_local_paths_idx(element_id, n_gauss)[source]

Get finite element local paths global indices.

Parameters:
  • element_id (int) – Element label. Elements labels must be within the range of 1 to n_elem (included).

  • n_gauss (int) – Number of Gauss quadrature integration points (per element).

Returns:

local_paths_idx – Element local paths indices.

Return type:

tuple[int]