Home
last modified time | relevance | path

Searched refs:ISGetIndices (Results 1 – 25 of 242) sorted by relevance

12345678910

/petsc/src/vec/is/is/utils/
H A Disdiff.c48 PetscCall(ISGetIndices(is1, &i1)); in ISDifference()
70 PetscCall(ISGetIndices(is2, &i2)); in ISDifference()
142 PetscCall(ISGetIndices(is1, &i1)); in ISSum()
143 PetscCall(ISGetIndices(is2, &i2)); in ISSum()
290 PetscCall(ISGetIndices(is1, &i1)); in ISExpand()
292 PetscCall(ISGetIndices(is2, &i2)); in ISExpand()
402 PetscCall(ISGetIndices(is1sorted, &i1)); in ISIntersect()
406 PetscCall(ISGetIndices(is1, &i1)); in ISIntersect()
413 PetscCall(ISGetIndices(is2sorted, &i2)); in ISIntersect()
417 PetscCall(ISGetIndices(is2, &i2)); in ISIntersect()
[all …]
H A Discomp.c68 PetscCall(ISGetIndices(is1, &ptr1)); in ISEqual()
69 PetscCall(ISGetIndices(is2, &ptr2)); in ISEqual()
150 PetscCall(ISGetIndices(is1, &ptr1)); in ISEqualUnsorted()
151 PetscCall(ISGetIndices(is2, &ptr2)); in ISEqualUnsorted()
/petsc/src/vec/is/tests/
H A Dex3.c17 PetscCall(ISGetIndices(is, &indices)); in main()
22 PetscCall(ISGetIndices(is, &indices)); in main()
H A Dex4f.F9023 PetscCallA(ISGetIndices(is, idx, ierr))
29 PetscCallA(ISGetIndices(is, idx, ierr))
/petsc/src/mat/impls/baij/seq/
H A Dbaijsolvtran1.c20 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_1()
22 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_1()
76 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_1_inplace()
78 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_1_inplace()
H A Dbaijsolvtrann.c21 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_N_inplace()
23 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_N_inplace()
87 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_N()
89 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_N()
H A Dbaijsolvtran2.c20 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_2_inplace()
22 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_2_inplace()
107 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_2()
109 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_2()
H A Dbaijsolv.c22 PetscCall(ISGetIndices(isrow, &rout)); in MatSolve_SeqBAIJ_N_inplace()
24 PetscCall(ISGetIndices(iscol, &cout)); in MatSolve_SeqBAIJ_N_inplace()
79 PetscCall(ISGetIndices(isrow, &rout)); in MatSolve_SeqBAIJ_7_inplace()
81 PetscCall(ISGetIndices(iscol, &cout)); in MatSolve_SeqBAIJ_7_inplace()
199 PetscCall(ISGetIndices(isrow, &rout)); in MatSolve_SeqBAIJ_7()
201 PetscCall(ISGetIndices(iscol, &cout)); in MatSolve_SeqBAIJ_7()
318 PetscCall(ISGetIndices(isrow, &rout)); in MatSolve_SeqBAIJ_6_inplace()
320 PetscCall(ISGetIndices(iscol, &cout)); in MatSolve_SeqBAIJ_6_inplace()
428 PetscCall(ISGetIndices(isrow, &rout)); in MatSolve_SeqBAIJ_6()
430 PetscCall(ISGetIndices(iscol, &cout)); in MatSolve_SeqBAIJ_6()
[all …]
H A Dbaijsolvtran3.c20 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_3_inplace()
22 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_3_inplace()
115 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_3()
117 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_3()
H A Dbaijsolvtran4.c20 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_4_inplace()
22 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_4_inplace()
123 PetscCall(ISGetIndices(isrow, &rout)); in MatSolveTranspose_SeqBAIJ_4()
125 PetscCall(ISGetIndices(iscol, &cout)); in MatSolveTranspose_SeqBAIJ_4()
/petsc/src/vec/is/is/tests/
H A Dex2.c31 PetscCall(ISGetIndices(is, &ii)); in main()
40 PetscCall(ISGetIndices(is, &ii)); in main()
H A Dex2f.F9032 PetscCallA(ISGetIndices(is, ii, ierr))
43 PetscCallA(ISGetIndices(is, ii, ierr))
H A Dex1f.F9036 PetscCallA(ISGetIndices(is, ii, ierr))
89 PetscCallA(ISGetIndices(newis, ii, ierr))
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c29 PetscCall(ISGetIndices(opointIS, &opoints)); in DMLabelEphemeralComputeStratumSize_Private()
66 PetscCall(ISGetIndices(opointIS, &opoints)); in DMLabelGetStratumIS_Ephemeral()
103 PetscCall(ISGetIndices(valueIS, &values)); in DMLabelSetUp_Ephemeral()
131 PetscCall(ISGetIndices(valueIS, &values)); in DMLabelView_Ephemeral_Ascii()
139 PetscCall(ISGetIndices(pointIS, &points)); in DMLabelView_Ephemeral_Ascii()
/petsc/src/dm/impls/plex/tests/
H A Dex98.c54 PetscCall(ISGetIndices(setIS, &setID)); in main()
59 PetscCall(ISGetIndices(pointIS, &pointID)); in main()
76 PetscCall(ISGetIndices(pointIS, &pointID)); in main()
H A Dex98f90.F9063 PetscCallA(ISGetIndices(setIS, setID, ierr))
69 PetscCallA(ISGetIndices(pointIS, pointID, ierr))
88 PetscCallA(ISGetIndices(pointIS, pointID, ierr))
/petsc/src/mat/tests/
H A Dex39.c33 PetscCall(ISGetIndices(isrows, &rows)); in main()
35 PetscCall(ISGetIndices(iscols, &cols)); in main()
110 PetscCall(ISGetIndices(isrows, &rows)); in main()
112 PetscCall(ISGetIndices(iscols, &cols)); in main()
H A Dex103.c40 PetscCall(ISGetIndices(isrows, &rows)); in main()
42 PetscCall(ISGetIndices(iscols, &cols)); in main()
H A Dex242.c43 PetscCall(ISGetIndices(isrows, &rows)); in main()
45 PetscCall(ISGetIndices(iscols, &cols)); in main()
108 PetscCall(ISGetIndices(isrows, &rows)); in main()
110 PetscCall(ISGetIndices(iscols, &cols)); in main()
H A Dex245.c44 PetscCall(ISGetIndices(isrows, &rows)); in main()
46 PetscCall(ISGetIndices(iscols, &cols)); in main()
76 PetscCall(ISGetIndices(isrows, &rows)); in main()
78 PetscCall(ISGetIndices(iscols, &cols)); in main()
H A Dex243.c37 PetscCall(ISGetIndices(isrows, &rows)); in main()
39 PetscCall(ISGetIndices(iscols, &cols)); in main()
/petsc/src/mat/impls/aij/seq/
H A Daijfact.c74 PetscCall(ISGetIndices(isrow, &r)); in MatLUFactorSymbolic_SeqAIJ()
75 PetscCall(ISGetIndices(isicol, &ic)); in MatLUFactorSymbolic_SeqAIJ()
260 PetscCall(ISGetIndices(isrow, &r)); in MatLUFactorNumeric_SeqAIJ()
261 PetscCall(ISGetIndices(isicol, &ic)); in MatLUFactorNumeric_SeqAIJ()
439 PetscCall(ISGetIndices(isrow, &r)); in MatLUFactorNumeric_SeqAIJ_inplace()
440 PetscCall(ISGetIndices(isicol, &ic)); in MatLUFactorNumeric_SeqAIJ_inplace()
598 PetscCall(ISGetIndices(isrow, &r)); in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
599 PetscCall(ISGetIndices(isicol, &ic)); in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
762 PetscCall(ISGetIndices(isrow, &rout)); in MatSolve_SeqAIJ_inplace()
764 PetscCall(ISGetIndices(iscol, &cout)); in MatSolve_SeqAIJ_inplace()
[all …]
/petsc/src/mat/impls/aij/seq/bas/
H A Dbasfactor.c39 PetscCall(ISGetIndices(iperm, &riip)); in MatICCFactorSymbolic_SeqAIJ_Bas()
40 PetscCall(ISGetIndices(perm, &rip)); in MatICCFactorSymbolic_SeqAIJ_Bas()
119 PetscCall(ISGetIndices(ip, &rip)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
120 PetscCall(ISGetIndices(iip, &riip)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c60 PetscCall(ISGetIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Overlap()
158 PetscCall(ISGetIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Native()
357 PetscCall(ISGetIndices(fis, &rows)); in DMPlexCreatePartitionerGraph_ViaMat()
374 PetscCall(ISGetIndices(cis, &cols)); in DMPlexCreatePartitionerGraph_ViaMat()
401 PetscCall(ISGetIndices(fis, &rows)); in DMPlexCreatePartitionerGraph_ViaMat()
402 PetscCall(ISGetIndices(cis, &cols)); in DMPlexCreatePartitionerGraph_ViaMat()
455 PetscCall(ISGetIndices(cis_own, &rows)); in DMPlexCreatePartitionerGraph_ViaMat()
788 PetscCall(ISGetIndices(globalNumbering, &idxs)); in PetscPartitionerDMPlexPartition()
804 PetscCall(ISGetIndices(clPoints, &clIdx)); in PetscPartitionerDMPlexPartition()
809 if (globalNumbering) PetscCall(ISGetIndices(globalNumbering, &gid)); in PetscPartitionerDMPlexPartition()
[all …]
/petsc/src/mat/impls/sbaij/seq/
H A Dsro.c44 PetscCall(ISGetIndices(perm,&rip)); in MatReorderingSeqSBAIJ()
47 PetscCall(ISGetIndices(iperm,&riip)); in MatReorderingSeqSBAIJ()

12345678910