|
BSpline Finite Element Exterior Calculus
|
Determine the active intervals on the subdomain. More...
Public Member Functions | |
| pure subroutine | actv_interval_inds_3d (active_inds_x, active_inds_y, active_inds_z, tp_space) |
| Get the active interval indices in 3D on this rank. | |
Determine the active intervals on the subdomain.
| pure subroutine m_tensorprod_basis::actv_interval_inds::actv_interval_inds_3d | ( | integer, dimension(:), intent(out), allocatable | active_inds_x, |
| integer, dimension(:), intent(out), allocatable | active_inds_y, | ||
| integer, dimension(:), intent(out), allocatable | active_inds_z, | ||
| type(tensorprodspace), intent(in) | tp_space ) |
Get the active interval indices in 3D on this rank.
| [out] | active_inds_x | Active interval indices in x-direction |
| [out] | active_inds_y | Active interval indices in y-direction |
| [out] | active_inds_z | Active interval indices in z-direction |