| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zisltogf90.c | 20 *ierr = ISLocalToGlobalMappingGetIndices(*da, &idx); in islocaltoglobalmappinggetindices_()
|
| /petsc/src/vec/is/tests/ |
| H A D | ex8.c | 15 PetscCall(ISLocalToGlobalMappingGetIndices(m1, &idx1)); in TestEqual() 18 PetscCall(ISLocalToGlobalMappingGetIndices(m2, &idx2)); in TestEqual()
|
| /petsc/src/mat/utils/ |
| H A D | isltog.c | 19 PetscCall(ISLocalToGlobalMappingGetIndices(lgmap, &idxs)); in MatCreateFromISLocalToGlobalMapping()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex29.c | 138 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, <og)); in FormJacobian_Grid()
|
| H A D | ex26.c | 168 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, <og)); in FormJacobian_Grid()
|
| H A D | ex19.c | 192 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, <og)); in FormJacobian_Grid()
|
| H A D | ex14.c | 464 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, <og)); in ComputeJacobian()
|
| /petsc/src/dm/tests/ |
| H A D | ex4.c | 125 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, <og)); in main()
|
| H A D | ex6.c | 144 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, <og)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 83 PetscErrorCode ISLocalToGlobalMappingGetIndices(PetscLGMap, const PetscInt*[])
|
| H A D | IS.pyx | 1368 petsc.ISLocalToGlobalMappingGetIndices 1375 CHKERR(ISLocalToGlobalMappingGetIndices( 1682 LGMap.getIndices, petsc.ISLocalToGlobalMappingGetIndices
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 383 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 D | matis.c | 458 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 D | ex14f.F90 | 275 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, ltog, ierr))
|
| H A D | ex70.c | 1301 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 D | ex43.c | 1647 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 D | ex49.c | 1066 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApply_EAST() 1131 PetscCall(ISLocalToGlobalMappingGetIndices(ltogm, &g_idx)); in BCApply_WEST()
|
| /petsc/src/mat/tests/ |
| H A D | ex23.c | 126 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 D | stagstencil.c | 80 PetscCall(ISLocalToGlobalMappingGetIndices(ltog, <ogidx)); in DMStagCreateISFromStencils()
|
| /petsc/include/ |
| H A D | petscis.h | 203 PETSC_EXTERN PetscErrorCode ISLocalToGlobalMappingGetIndices(ISLocalToGlobalMapping, const PetscInt…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 365 PetscCall(ISLocalToGlobalMappingGetIndices(l2g, &idxs)); in DMCreateNeumannOverlap_Plex()
|
| /petsc/src/dm/impls/da/hypre/ |
| H A D | mhyp.c | 221 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 D | 319.md | 277 - Deprecate `ISLocalToGlobalMappingGetIndices()` in favor of `ISLocalToGlobalMappingGetIndicesF90()`
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | fdmpiaij.c | 426 PetscCall(ISLocalToGlobalMappingGetIndices(map, <og)); in MatFDColoringSetUp_MPIXAIJ()
|
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 1380 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmf, &idx_f)); in DMDACreateAggregates() 1386 PetscCall(ISLocalToGlobalMappingGetIndices(ltogmc, &idx_c)); in DMDACreateAggregates()
|