Home
last modified time | relevance | path

Searched refs:ISGetLocalSize (Results 1 – 25 of 155) sorted by relevance

1234567

/petsc/src/vec/is/tests/
H A Dex6.c42 PetscCall(ISGetLocalSize(is, &n)); in main()
52 PetscCall(ISGetLocalSize(is, &n)); in main()
62 PetscCall(ISGetLocalSize(is, &n)); in main()
72 PetscCall(ISGetLocalSize(is, &n)); in main()
/petsc/src/vec/is/is/utils/
H A Disdiff.c49 PetscCall(ISGetLocalSize(is1, &n1)); in ISDifference()
71 PetscCall(ISGetLocalSize(is2, &n2)); in ISDifference()
136 PetscCall(ISGetLocalSize(is1, &n1)); in ISSum()
137 PetscCall(ISGetLocalSize(is2, &n2)); in ISSum()
291 PetscCall(ISGetLocalSize(is1, &n1)); in ISExpand()
293 PetscCall(ISGetLocalSize(is2, &n2)); in ISExpand()
386 PetscCall(ISGetLocalSize(is1, &n1)); in ISIntersect()
387 PetscCall(ISGetLocalSize(is2, &n2)); in ISIntersect()
505 PetscCall(ISGetLocalSize(islist[i], &n)); in ISConcatenate()
513 PetscCall(ISGetLocalSize(islist[i], &n)); in ISConcatenate()
[all …]
H A Discomp.c63 PetscCall(ISGetLocalSize(is1, &sz1)); in ISEqual()
64 PetscCall(ISGetLocalSize(is2, &sz2)); in ISEqual()
145 PetscCall(ISGetLocalSize(is1, &sz1)); in ISEqualUnsorted()
146 PetscCall(ISGetLocalSize(is2, &sz2)); in ISEqualUnsorted()
H A Disblock.c47 PetscCall(ISGetLocalSize(is_in[i], &len)); in ISCompressIndicesGeneral()
136 PetscCall(ISGetLocalSize(is_in[i], &len)); in ISExpandIndicesGeneral()
142 PetscCall(ISGetLocalSize(is_in[i], &len)); in ISExpandIndicesGeneral()
/petsc/src/vec/is/ao/interface/
H A Dao.c142 PetscCall(ISGetLocalSize(is, &n)); in AOPetscToApplicationIS()
185 PetscCall(ISGetLocalSize(is, &n)); in AOApplicationToPetscIS()
461 PetscCall(ISGetLocalSize(isapp, &napp)); in AOSetIS()
462 PetscCall(ISGetLocalSize(ispetsc, &npetsc)); in AOSetIS()
/petsc/src/vec/is/is/tests/
H A Dex2f.F9023 PetscCallA(ISGetLocalSize(is, n, ierr))
42 PetscCallA(ISGetLocalSize(is, n, ierr))
H A Dex2.c39 PetscCall(ISGetLocalSize(is, &n)); in main()
/petsc/src/mat/tests/
H A Dex39.c32 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
34 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
109 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
111 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
H A Dex103.c39 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
41 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
H A Dex242.c42 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
44 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
107 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
109 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
H A Dex245.c43 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
45 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
75 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
77 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
H A Dex243.c36 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
38 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
H A Dex145.c44 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
46 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
76 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
78 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
H A Dex38.c50 PetscCall(ISGetLocalSize(isrows, &nrows)); in main()
52 PetscCall(ISGetLocalSize(iscols, &ncols)); in main()
/petsc/src/vec/is/is/interface/
H A Dindex.c50 PetscCall(ISGetLocalSize(subset, &n)); in ISRenumber()
52 PetscCall(ISGetLocalSize(subset_mult, &i)); in ISRenumber()
247 PetscCall(ISGetLocalSize(comps, &nleaves)); in ISCreateSubIS()
248 PetscCall(ISGetLocalSize(is, &nroots)); in ISCreateSubIS()
333 PetscCall(ISGetLocalSize(is, &n)); in ISSetInfo_Internal()
512 PetscCall(ISGetLocalSize(is, &n)); in ISGetInfo_Sorted_Private()
525 PetscCall(ISGetLocalSize(is, &n)); in ISGetInfo_Sorted_Private()
565 PetscCall(ISGetLocalSize(is, &n)); in ISGetInfo_Unique_Private()
583 PetscCall(ISGetLocalSize(is, &n)); in ISGetInfo_Unique_Private()
623 PetscCall(ISGetLocalSize(is, &n)); in ISGetInfo_Permutation()
[all …]
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c53 PetscCall(ISGetLocalSize(ctx->benign_zerodiag_subs[n], &nz)); in PCBDDCReuseSolversBenignAdapt()
72 PetscCall(ISGetLocalSize(ctx->benign_zerodiag_subs[n], &nz)); in PCBDDCReuseSolversBenignAdapt()
503 PetscCall(ISGetLocalSize(sub_schurs->is_I, &i)); in PCBDDCSubSchursSetUp()
511 PetscCall(ISGetLocalSize(sub_schurs->is_I, &n_I)); in PCBDDCSubSchursSetUp()
512 PetscCall(ISGetLocalSize(sub_schurs->is_B, &n_B)); in PCBDDCSubSchursSetUp()
574 PetscCall(ISGetLocalSize(sub_schurs->is_subs[i], &subset_size)); in PCBDDCSubSchursSetUp()
581 PetscCall(ISGetLocalSize(sub_schurs->is_B, &n_B)); in PCBDDCSubSchursSetUp()
582 if (sub_schurs->schur_explicit && is_I_layer) PetscCall(ISGetLocalSize(is_I_layer, &extra)); in PCBDDCSubSchursSetUp()
602 PetscCall(ISGetLocalSize(sub_schurs->is_subs[i], &subset_size)); in PCBDDCSubSchursSetUp()
653 PetscCall(ISGetLocalSize(all_subsets_n, &i)); in PCBDDCSubSchursSetUp()
[all …]
/petsc/src/vec/vec/utils/tagger/tutorials/
H A Dex1.c14 PetscCall(ISGetLocalSize(is, &n)); in ISGetBlockGlobalIS()
129 PetscCall(ISGetLocalSize(isBlockGlobal, &ntagged)); in main()
130 PetscCall(ISGetLocalSize(isComp, &nuntagged)); in main()
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c28 PetscCall(ISGetLocalSize(opointIS, &Nop)); in DMLabelEphemeralComputeStratumSize_Private()
65 PetscCall(ISGetLocalSize(opointIS, &Nop)); in DMLabelGetStratumIS_Ephemeral()
140 PetscCall(ISGetLocalSize(pointIS, &n)); in DMLabelView_Ephemeral_Ascii()
/petsc/src/vec/is/is/tutorials/
H A Dex1.c46 PetscCall(ISGetLocalSize(is, &n)); in main()
H A Dex1f90.F9038 PetscCallA(ISGetLocalSize(is, n, ierr))
H A Dex1f.F9040 PetscCallA(ISGetLocalSize(is, n, ierr))
H A Dex3f90.F9037 PetscCallA(ISGetLocalSize(set, issize, ierr))
/petsc/src/mat/impls/localref/
H A Dmlocalref.c111 PetscCall(ISGetLocalSize(is, &m)); in ISL2GCompose()
121 PetscCall(ISGetLocalSize(is, &m)); in ISL2GCompose()
231 PetscCall(ISGetLocalSize(isrow, &m)); in MatCreateLocalRef()
232 PetscCall(ISGetLocalSize(iscol, &n)); in MatCreateLocalRef()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi27 PetscErrorCode ISGetLocalSize(PetscIS, PetscInt*)
138 CHKERR(ISGetLocalSize(self.iset, &self.size))
193 CHKERR(ISGetLocalSize(self.iset, &n))
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c298 PetscCall(ISGetLocalSize(isvert, &n_vertices)); in KSPFETIDPCheckOperators()
398 PetscCall(ISGetLocalSize(dirdofs, &ndir)); in KSPFETIDPCheckOperators()
446 PetscCall(ISGetLocalSize(dirdofs, &ndir)); in KSPFETIDPCheckOperators()
618 PetscCall(ISGetLocalSize(II, &ni)); in KSPFETIDPSetUpOperators()
699 PetscCall(ISGetLocalSize(Pall, &ni)); in KSPFETIDPSetUpOperators()
713 PetscCall(ISGetLocalSize(lPall, &ni)); in KSPFETIDPSetUpOperators()
727 PetscCall(ISGetLocalSize(Pall, &npl)); in KSPFETIDPSetUpOperators()
748 PetscCall(ISGetLocalSize(pP, &ni)); in KSPFETIDPSetUpOperators()
765 PetscCall(ISGetLocalSize(lP, &ni)); in KSPFETIDPSetUpOperators()
797 PetscCall(ISGetLocalSize(is1, &i)); in KSPFETIDPSetUpOperators()
[all …]

1234567