get_block_indices Function

public function get_block_indices(sv_components, settings, edge, force_parity) result(idxs)

Arguments

TypeIntentOptionalAttributesName
type(sv_component_t), intent(in) :: sv_components(:)

array containing state vector components for which to retrieve indices

type(settings_t), intent(in) :: settings

settings object

character(len=*), intent(in) :: edge

edge for which to retrieve indices

character(len=*), intent(in), optional :: force_parity

parity is based on the basis functions unless forced through this argument

Return Value integer,allocatable,(:)

array containing the corresponding block indices


Contents

None