pub fn assign_dofs<T: RlstScalar + MatrixInverse, GridImpl: Grid<T = T::Real, EntityDescriptor = ReferenceCellType> + Sync>(
rank: usize,
grid: &GridImpl,
e_family: &impl ElementFamily<T = T, FiniteElement = CiarletElement<T>, CellType = ReferenceCellType>,
) -> (Vec<Vec<usize>>, [Vec<Vec<usize>>; 4], usize, Vec<(usize, usize, usize, usize)>)
Expand description
Assign DOFs to entities.