|
BSpline Finite Element Exterior Calculus
|
Determine the active intervals indices in one direction (based on the responsible B-spline indices). More...
Public Member Functions | |
| pure subroutine | actv_interval_inds_1d (active_inds, i0, i1, bspline) |
| Determine the active interval indices for the current rank in one direction. | |
Determine the active intervals indices in one direction (based on the responsible B-spline indices).
| pure subroutine m_domain_decomp::actv_interval_inds::actv_interval_inds_1d | ( | integer, dimension(:), intent(out), allocatable | active_inds, |
| integer, intent(in) | i0, | ||
| integer, intent(in) | i1, | ||
| type(bsplinespace), intent(in) | bspline ) |
Determine the active interval indices for the current rank in one direction.
| [out] | active_inds | The array of active interval indices |
| [in] | i0 | The start index of the responsible B-spline |
| [in] | i1 | The end index of the responsible B-spline |
| [in] | bspline | The B-spline space |