Searched refs:ISGeneralSetIndices_General (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 698 static PetscErrorCode ISGeneralSetIndices_General(IS is, PetscInt n, const PetscInt idx[], PetscCop… in ISGeneralSetIndices_General() function 781 PetscCall(ISGeneralSetIndices_General(is, nidx, idx, PETSC_OWN_POINTER)); in ISGeneralSetIndicesFromMask_General() 798 PetscCall(ISGeneralSetIndices_General(is, nnew, idxnew, PETSC_OWN_POINTER)); in ISGeneralFilter_General() 834 …PetscObjectComposeFunction((PetscObject)is, "ISGeneralSetIndices_C", ISGeneralSetIndices_General)); in ISCreate_General()
|