Home
last modified time | relevance | path

Searched refs:ISGeneralFilter_General (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c785 static PetscErrorCode ISGeneralFilter_General(IS is, PetscInt start, PetscInt end) in ISGeneralFilter_General() function
836 …tscCall(PetscObjectComposeFunction((PetscObject)is, "ISGeneralFilter_C", ISGeneralFilter_General)); in ISCreate_General()