Home
last modified time | relevance | path

Searched refs:ISGetSize (Results 1 – 25 of 61) sorted by relevance

123

/petsc/src/vec/is/is/utils/
H A Discomp.c59 PetscCall(ISGetSize(is1, &sz1)); in ISEqual()
60 PetscCall(ISGetSize(is2, &sz2)); in ISEqual()
141 PetscCall(ISGetSize(is1, &sz1)); in ISEqualUnsorted()
142 PetscCall(ISGetSize(is2, &sz2)); in ISEqualUnsorted()
/petsc/src/mat/tests/
H A Dex41.c72 PetscCall(ISGetSize(is1[i], &sz1)); in main()
73 PetscCall(ISGetSize(is2[i], &sz2)); in main()
H A Dex192.c90 PetscCall(ISGetSize(is_schur, &size_schur)); in main()
/petsc/src/vec/is/is/tests/
H A Dex2.c24 PetscCall(ISGetSize(is, &n)); in main()
H A Dex10.c43 PetscCall(ISGetSize(is, &N)); in main()
H A Dex1.c29 PetscCall(ISGetSize(is, &n)); in main()
/petsc/src/ksp/ksp/tests/
H A Dlostnullspace.c45 PetscCall(ISGetSize(is_thermal, &size)); in main()
50 PetscCall(ISGetSize(is_mech, &size)); in main()
/petsc/src/mat/impls/nest/
H A Dmatnest.c23 PetscCall(ISGetSize(bA->isglobal.row[i], &sM)); in MatNestGetSizes_Private()
30 PetscCall(ISGetSize(bA->isglobal.col[j], &sN)); in MatNestGetSizes_Private()
124 PetscCall(ISGetSize(bA->isglobal.row[i], &M)); in MatProductNumeric_Nest_Dense()
129 PetscCall(ISGetSize(bA->isglobal.col[j], &M)); in MatProductNumeric_Nest_Dense()
225 PetscCall(ISGetSize(bA->isglobal.col[j], &M)); in MatProductSymbolic_Nest_Dense()
560 PetscCall(ISGetSize(is, &size)); in MatNestFindISRange()
565 PetscCall(ISGetSize(out, &m)); in MatNestFindISRange()
572 PetscCall(ISGetSize(out, &m)); in MatNestFindISRange()
1112 PetscCall(ISGetSize(bA->isglobal.row[idxm], &Mi)); in MatNestSetSubMat_Nest()
1114 PetscCall(ISGetSize(bA->isglobal.col[jdxm], &Ni)); in MatNestSetSubMat_Nest()
[all …]
/petsc/src/ts/tutorials/multirate/
H A Dex5.c208 PetscCall(ISGetSize(ctx->iss, &len_slow)); in FVRHSFunctionslow()
313 PetscCall(ISGetSize(ctx->iss, &len_slow)); in FVRHSFunctionfast()
414 PetscCall(ISGetSize(ctx->iss, &len_slow1)); in FVRHSFunctionslow2()
415 PetscCall(ISGetSize(ctx->iss2, &len_slow2)); in FVRHSFunctionslow2()
529 PetscCall(ISGetSize(ctx->iss, &len_slow1)); in FVRHSFunctionfast2()
530 PetscCall(ISGetSize(ctx->iss2, &len_slow2)); in FVRHSFunctionfast2()
/petsc/src/vec/vec/utils/
H A Dprojection.c490 PetscCall(ISGetSize(is, &nfull)); in VecISAXPY()
560 PetscCall(ISGetSize(is, &nfull)); in VecISCopy()
668 PetscCall(ISGetSize(S, &nloc)); in VecISSet()
713 PetscCall(ISGetSize(S, &nloc)); in VecISShift()
/petsc/src/mat/graphops/color/utils/
H A Dvalid.c121 PetscCall(ISGetSize(isis[c], &nc)); in MatISColoringTest()
/petsc/src/ksp/ksp/tutorials/
H A Dex19.c155 PetscCall(ISGetSize(loc_blocks[bid], &nn)); // size only in main()
/petsc/src/snes/impls/patch/
H A Dsnespatch.c26 PetscCall(ISGetSize(pcpatch->dofMappingWithoutToWithAll[pt], &size)); in SNESPatchComputeResidual_Private()
54 PetscCall(ISGetSize(pcpatch->dofMappingWithoutToWithAll[pt], &size)); in SNESPatchComputeJacobian_Private()
/petsc/src/dm/impls/plex/tutorials/
H A Dex8.c103 PetscCall(ISGetSize(fieldIS, &Nf)); in main()
/petsc/src/dm/impls/plex/exodusii/
H A Dplexexodusii2.c878 PetscCall(ISGetSize(stratumIS, &csSize)); in DMView_PlexExodusII()
949 PetscCall(ISGetSize(stratumIS, &csSize)); in DMView_PlexExodusII()
1090 PetscCall(ISGetSize(stratumIS, &csSize)); in DMView_PlexExodusII()
1144 PetscCall(ISGetSize(stratumIS, &vsSize)); in DMView_PlexExodusII()
1173 PetscCall(ISGetSize(stratumIS, &fsSize)); in DMView_PlexExodusII()
1183 PetscCall(ISGetSize(stratumIS, &fsSize)); in DMView_PlexExodusII()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi26 PetscErrorCode ISGetSize(PetscIS, PetscInt*)
/petsc/doc/changes/
H A D2029.md66 - ISGetSize() now returns global parallel size, ISGetLocalSize()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c637 PetscCall(ISGetSize(Pall, &np)); in KSPFETIDPSetUpOperators()
901 PetscCall(ISGetSize(fetidp->pP, &totP)); in KSPFETIDPSetUpOperators()
959 PetscCall(ISGetSize(nzrows, &i)); in KSPFETIDPSetUpOperators()
1052 PetscCall(ISGetSize(Pall, &pAg)); in KSPFETIDPSetUpOperators()
1053 PetscCall(ISGetSize(fetidp->pP, &pIg)); in KSPFETIDPSetUpOperators()
/petsc/src/vec/is/is/interface/
H A Dindex.c1010 PetscCall(ISGetSize(is, &n)); in ISSetPermutation()
1126 PetscErrorCode ISGetSize(IS is, PetscInt *size) in ISGetSize() function
1484 PetscCall(ISGetSize(is, &N)); in ISGetNonlocalIndices()
1550 PetscCall(ISGetSize(is, &N)); in ISGetNonlocalIS()
/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c141 PetscCall(ISGetSize(selected_2, &nselected_2)); in triangulateAndFormProl()
629 PetscCall(ISGetSize(selected_1, &jj)); in PCGAMGProlongator_GEO()
/petsc/src/tao/complementarity/impls/asls/
H A Dasils.c177 PetscCall(ISGetSize(asls->fixed, &nf)); in TaoSolve_ASILS()
H A Dasfls.c180 PetscCall(ISGetSize(asls->fixed, &nf)); in TaoSolve_ASFLS()
/petsc/src/dm/impls/network/
H A Dnetworkview.c216 PetscCall(ISGetSize(network->vieweroptions.viewranks, &viewrankssize)); in DMView_Network_Matplotlib()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_view.c286 PetscCall(ISGetSize(is, &N)); in private_ISView_Swarm_XDMF()
/petsc/src/tao/bound/utils/
H A Disutil.c41 PetscCall(ISGetSize(is, &nreduced)); in TaoVecGetSubVec()

123