Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/tests/
H A Dex7.c14 PetscCall(ISLocate(is, key, &location)); in TestGeneral()
16 PetscCall(ISLocate(is, nonkey, &location)); in TestGeneral()
19 PetscCall(ISLocate(is, key, &location)); in TestGeneral()
21 PetscCall(ISLocate(is, nonkey, &location)); in TestGeneral()
38 PetscCall(ISLocate(is, key, &location)); in TestBlock()
40 PetscCall(ISLocate(is, nonkey, &location)); in TestBlock()
43 PetscCall(ISLocate(is, key, &location)); in TestBlock()
45 PetscCall(ISLocate(is, nonkey, &location)); in TestBlock()
60 PetscCall(ISLocate(is, key, &location)); in TestStride()
63 PetscCall(ISLocate(is, nonkey[i], &location)); in TestStride()
/petsc/include/
H A Dpetscis.h108 PETSC_EXTERN PetscErrorCode ISLocate(IS, PetscInt, PetscInt *);
/petsc/src/ksp/ksp/tutorials/
H A Dex76.c114 PetscCall(ISLocate(is, m, &location)); in main()
/petsc/src/dm/label/
H A Ddmlabel.c974 PetscCall(ISLocate(is, point, &i)); in DMLabelStratumHasPoint()
1070 PetscCall(ISLocate(label->points[v], point, &i)); in DMLabelGetValue()
1734 PetscCall(ISLocate(pointIS, p, index)); in DMLabelGetStratumPointIndex()
2975 PetscCall(ISLocate(label->points[j], point, &k)); in PetscSectionSymGetPoints_Label()
/petsc/src/vec/is/is/utils/
H A Disdiff.c426 PetscCall(ISLocate(is1sorted, key, &loc)); in ISIntersect()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2392 PetscCall(ISLocate(ov[0], i[1][j], &location)); in PCSetUp_HPDDM()
2400 PetscCall(ISLocate(loc, i[1][j], &location)); in PCSetUp_HPDDM()
2402 PetscCall(ISLocate(ov[0], i[1][j], &location)); in PCSetUp_HPDDM()
2420 PetscCall(ISLocate(loc, i[0][j], &location)); in PCSetUp_HPDDM()
/petsc/src/vec/is/is/interface/
H A Dindex.c1288 PetscErrorCode ISLocate(IS is, PetscInt key, PetscInt *location) in ISLocate() function
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2352 PetscCall(ISLocate(fsFacesAll, fs_pnts[i], &is_idx)); in DMView_PlexCGNS()