Home
last modified time | relevance | path

Searched refs:ISLocalToGlobalMappingRestoreIndices (Results 1 – 25 of 31) sorted by relevance

12

/petsc/src/vec/is/utils/ftn-custom/
H A Dzisltogf90.c35 *ierr = ISLocalToGlobalMappingRestoreIndices(*da, &fa); in islocaltoglobalmappingrestoreindices_()
/petsc/src/vec/is/tests/
H A Dex8.c32 PetscCall(ISLocalToGlobalMappingRestoreIndices(m1, &idx1)); in TestEqual()
33 PetscCall(ISLocalToGlobalMappingRestoreIndices(m2, &idx2)); in TestEqual()
/petsc/src/mat/utils/
H A Disltog.c24 PetscCall(ISLocalToGlobalMappingRestoreIndices(lgmap, &idxs)); in MatCreateFromISLocalToGlobalMapping()
/petsc/src/ksp/ksp/tests/
H A Dex29.c167 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex26.c197 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex19.c221 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex14.c502 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in ComputeJacobian()
/petsc/src/dm/tests/
H A Dex4.c161 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in main()
H A Dex6.c186 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &ltog)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi84 PetscErrorCode ISLocalToGlobalMappingRestoreIndices(PetscLGMap, const PetscInt*[])
/petsc/src/vec/is/utils/
H A Disltog.c387 PetscCall(ISLocalToGlobalMappingRestoreIndices(mapping, &idxs)); in ISLocalToGlobalMappingView()
628 PetscCall(ISLocalToGlobalMappingRestoreIndices(mapping, &oid)); in ISLocalToGlobalMappingSetBlockSize()
1651 PetscErrorCode ISLocalToGlobalMappingRestoreIndices(ISLocalToGlobalMapping ltog, const PetscInt *ar… in ISLocalToGlobalMappingRestoreIndices() function
1751 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogs[i], &subidx)); in ISLocalToGlobalMappingConcatenate()
/petsc/src/mat/impls/is/
H A Dmatis.c460 PetscCall(ISLocalToGlobalMappingRestoreIndices(*l2g, &garray)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
927 PetscCall(ISLocalToGlobalMappingRestoreIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
928 PetscCall(ISLocalToGlobalMappingRestoreIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
961 PetscCall(ISLocalToGlobalMappingRestoreIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
962 PetscCall(ISLocalToGlobalMappingRestoreIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
1541 PetscCall(ISLocalToGlobalMappingRestoreIndices(matis->rmapping, &gidxs)); in MatISSetUpSF_IS()
1548 PetscCall(ISLocalToGlobalMappingRestoreIndices(matis->cmapping, &gidxs)); in MatISSetUpSF_IS()
2241 PetscCall(ISLocalToGlobalMappingRestoreIndices(mapping, &indices)); in ISLocalToGlobalMappingView_Multi()
3011 PetscCall(ISLocalToGlobalMappingRestoreIndices(is->rmapping, &ridxs)); in MatAssemblyEnd_IS()
3012 PetscCall(ISLocalToGlobalMappingRestoreIndices(is->cmapping, &cidxs)); in MatAssemblyEnd_IS()
[all …]
/petsc/src/ksp/ksp/tutorials/
H A Dex14f.F90311 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, ltog, ierr))
H A Dex70.c1325 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1383 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1442 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_NORTH()
1500 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_SOUTH()
H A Dex43.c1671 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1729 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1788 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_NORTH()
1846 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApplyZero_SOUTH()
H A Dex49.c1096 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApply_EAST()
1161 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogm, &g_idx)); in BCApply_WEST()
/petsc/src/mat/tests/
H A Dex23.c129 PetscCall(ISLocalToGlobalMappingRestoreIndices(rmap, &idxs1)); in main()
130 PetscCall(ISLocalToGlobalMappingRestoreIndices(cmap, &idxs2)); in main()
909 PetscCall(ISLocalToGlobalMappingRestoreIndices(rmap, &idxs1)); in main()
910 PetscCall(ISLocalToGlobalMappingRestoreIndices(cmap, &idxs2)); in main()
/petsc/src/dm/impls/stag/
H A Dstagstencil.c112 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltog, &ltogidx)); in DMStagCreateISFromStencils()
/petsc/include/
H A Dpetscis.h204 PETSC_EXTERN PetscErrorCode ISLocalToGlobalMappingRestoreIndices(ISLocalToGlobalMapping, const Pets…
/petsc/src/dm/impls/plex/
H A Dplexdd.c367 PetscCall(ISLocalToGlobalMappingRestoreIndices(l2g, &idxs)); in DMCreateNeumannOverlap_Plex()
/petsc/doc/changes/
H A D319.md278 - Deprecate `ISLocalToGlobalMappingRestoreIndices()` in favor of `ISLocalToGlobalMappingRestoreIndi…
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c653 if (ctype == IS_COLORING_LOCAL) PetscCall(ISLocalToGlobalMappingRestoreIndices(map, &ltog)); in MatFDColoringSetUp_MPIXAIJ()
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c796 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltog, (const PetscInt **)&ex->gindices)); in MatDestroy_HYPRESStruct()
/petsc/src/dm/impls/da/
H A Ddainterp.c1432 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogmf, &idx_f)); in DMDACreateAggregates()
1433 PetscCall(ISLocalToGlobalMappingRestoreIndices(ltogmc, &idx_c)); in DMDACreateAggregates()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c667 PetscCall(ISLocalToGlobalMappingRestoreIndices(l2gmap_p, &idxs)); in PCBDDCSetupFETIDPMatContext()

12