|
BSpline Finite Element Exterior Calculus
|
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. | |
Module for determining global indices of a vector of distributed tensor product B-spline spaces.
| 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.
| [out] | rank_l0 | The starting linear index for the combined space |
| [out] | rank_l1 | The ending linear index for the combined space |
| [in,out] | spaces | The vector of TensorProdSpace objects for which the linear indices are determined |