basis_row_index#

property DoFSpaceAxisInfo.basis_row_index#

Lookup the DoFSpace basis row by linear_site_index and dof_component_index.

This has value for occupant DoF and local DoF only. It allows using the linear_site_index and dof_component_index to lookup the corresponding DoFSpace basis row index as follows:

basis_row_index = basis_row_index[linear_site_index][dof_component_index]
Type:

Optional[list[list[int]]]