Home
last modified time | relevance | path

Searched refs:ISLocalToGlobalMappingGetIndices (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/vec/is/utils/ftn-custom/
H A Dzisltogf90.c20 *ierr = ISLocalToGlobalMappingGetIndices(*da, &idx); in islocaltoglobalmappinggetindices_()
/petsc/src/vec/is/tests/
H A Dex8.c15 PetscCall(ISLocalToGlobalMappingGetIndices(m1, &idx1)); in TestEqual()
18 PetscCall(ISLocalToGlobalMappingGetIndices(m2, &idx2)); in TestEqual()
/petsc/src/mat/utils/
H A Disltog.c19 PetscCall(ISLocalToGlobalMappingGetIndices(lgmap, &idxs)); in MatCreateFromISLocalToGlobalMapping()
/petsc/src/ksp/ksp/tests/
H A Dex29.c138 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex26.c168 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex19.c192 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in FormJacobian_Grid()
H A Dex14.c464 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in ComputeJacobian()
/petsc/src/dm/tests/
H A Dex4.c125 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in main()
H A Dex6.c144 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &ltog)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi83 PetscErrorCode ISLocalToGlobalMappingGetIndices(PetscLGMap, const PetscInt*[])
H A DIS.pyx1368 petsc.ISLocalToGlobalMappingGetIndices
1375 CHKERR(ISLocalToGlobalMappingGetIndices(
1682 LGMap.getIndices, petsc.ISLocalToGlobalMappingGetIndices
/petsc/src/vec/is/utils/
H A Disltog.c383 PetscCall(ISLocalToGlobalMappingGetIndices(mapping, &idxs)); in ISLocalToGlobalMappingView()
610 PetscCall(ISLocalToGlobalMappingGetIndices(mapping, &oid)); in ISLocalToGlobalMappingSetBlockSize()
1617 PetscErrorCode ISLocalToGlobalMappingGetIndices(ISLocalToGlobalMapping ltog, const PetscInt *array[… in ISLocalToGlobalMappingGetIndices() function
1749 PetscCall(ISLocalToGlobalMappingGetIndices(ltogs[i], &subidx)); in ISLocalToGlobalMappingConcatenate()
/petsc/src/mat/impls/is/
H A Dmatis.c458 PetscCall(ISLocalToGlobalMappingGetIndices(*l2g, &garray)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
924 PetscCall(ISLocalToGlobalMappingGetIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
925 PetscCall(ISLocalToGlobalMappingGetIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
958 PetscCall(ISLocalToGlobalMappingGetIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
959 PetscCall(ISLocalToGlobalMappingGetIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
1538 PetscCall(ISLocalToGlobalMappingGetIndices(matis->rmapping, &gidxs)); in MatISSetUpSF_IS()
1546 PetscCall(ISLocalToGlobalMappingGetIndices(matis->cmapping, &gidxs)); in MatISSetUpSF_IS()
2239 PetscCall(ISLocalToGlobalMappingGetIndices(mapping, &indices)); in ISLocalToGlobalMappingView_Multi()
2995 PetscCall(ISLocalToGlobalMappingGetIndices(is->rmapping, &ridxs)); in MatAssemblyEnd_IS()
2996 PetscCall(ISLocalToGlobalMappingGetIndices(is->cmapping, &cidxs)); in MatAssemblyEnd_IS()
[all …]
/petsc/src/ksp/ksp/tutorials/
H A Dex14f.F90275 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, ltog, ierr))
H A Dex70.c1301 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1359 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1418 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_NORTH()
1476 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_SOUTH()
H A Dex43.c1647 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_EAST()
1705 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_WEST()
1764 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_NORTH()
1822 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApplyZero_SOUTH()
H A Dex49.c1066 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApply_EAST()
1131 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApply_WEST()
/petsc/src/mat/tests/
H A Dex23.c126 PetscCall(ISLocalToGlobalMappingGetIndices(rmap, &idxs1)); in main()
127 PetscCall(ISLocalToGlobalMappingGetIndices(cmap, &idxs2)); in main()
905 PetscCall(ISLocalToGlobalMappingGetIndices(rmap, &idxs1)); in main()
906 PetscCall(ISLocalToGlobalMappingGetIndices(cmap, &idxs2)); in main()
/petsc/src/dm/impls/stag/
H A Dstagstencil.c80 PetscCall(ISLocalToGlobalMappingGetIndices(ltog, &ltogidx)); in DMStagCreateISFromStencils()
/petsc/include/
H A Dpetscis.h203 PETSC_EXTERN PetscErrorCode ISLocalToGlobalMappingGetIndices(ISLocalToGlobalMapping, const PetscInt…
/petsc/src/dm/impls/plex/
H A Dplexdd.c365 PetscCall(ISLocalToGlobalMappingGetIndices(l2g, &idxs)); in DMCreateNeumannOverlap_Plex()
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c221 PetscCall(ISLocalToGlobalMappingGetIndices(ltog, (const PetscInt **)&ex->gindices)); in MatSetUp_HYPREStruct()
685 PetscCall(ISLocalToGlobalMappingGetIndices(ltog, (const PetscInt **)&ex->gindices)); in MatSetUp_HYPRESStruct()
/petsc/doc/changes/
H A D319.md277 - Deprecate `ISLocalToGlobalMappingGetIndices()` in favor of `ISLocalToGlobalMappingGetIndicesF90()`
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c426 PetscCall(ISLocalToGlobalMappingGetIndices(map, &ltog)); in MatFDColoringSetUp_MPIXAIJ()
/petsc/src/dm/impls/da/
H A Ddainterp.c1380 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmf, &idx_f)); in DMDACreateAggregates()
1386 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmc, &idx_c)); in DMDACreateAggregates()

12