BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_domain_mform Module Reference

Module for determining global indices of a vector of distributed tensor product B-spline spaces. More...

Functions/Subroutines

subroutine, public determine_linear_indices (rank_l0, rank_l1, spaces)
 Determine the linear indices for a vector of distributed tensor product B-spline spaces.
 

Detailed Description

Module for determining global indices of a vector of distributed tensor product B-spline spaces.

Function/Subroutine Documentation

◆ determine_linear_indices()

subroutine, public m_domain_mform::determine_linear_indices ( integer, intent(out) rank_l0,
integer, intent(out) rank_l1,
type(tensorprodspace), dimension(:), intent(inout) spaces )

Determine the linear indices for a vector of distributed tensor product B-spline spaces.

Parameters
[out]rank_l0The starting linear index for the combined space
[out]rank_l1The ending linear index for the combined space
[in,out]spacesThe vector of TensorProdSpace objects for which the linear indices are determined