Home
last modified time | relevance | path

Searched refs:ISLocalToGlobalMappingGetBlockIndices (Results 1 – 12 of 12) sorted by relevance

/petsc/src/vec/is/utils/ftn-custom/ !
H A Dzisltogf90.c43 *ierr = ISLocalToGlobalMappingGetBlockIndices(*da, &idx); in islocaltoglobalmappinggetblockindices_()
/petsc/src/dm/impls/da/ !
H A Ddainterp.c66 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_1D_Q1()
71 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_1D_Q1()
199 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_1D_Q0()
204 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_1D_Q0()
295 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_2D_Q1()
300 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_2D_Q1()
513 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_2D_Q0()
518 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_2D_Q0()
638 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_3D_Q0()
643 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_3D_Q0()
[all …]
H A Dda2.c111 PetscCall(ISLocalToGlobalMappingGetBlockIndices(da->ltogmap, &idx)); in DMView_DA_2d()
H A Dda3.c148 PetscCall(ISLocalToGlobalMappingGetBlockIndices(da->ltogmap, &idx)); in DMView_DA_3d()
H A Dfdda.c784 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog, &idx)); in DMCreateMatrix_DA_IS()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscis.pxi85 PetscErrorCode ISLocalToGlobalMappingGetBlockIndices(PetscLGMap, const PetscInt*[])
H A DIS.pyx1392 petsc.ISLocalToGlobalMappingGetBlockIndices
1401 CHKERR(ISLocalToGlobalMappingGetBlockIndices(
1695 LGMap.getBlockIndices, petsc.ISLocalToGlobalMappingGetBlockIndices
/petsc/src/mat/impls/is/ !
H A Dmatis.c218 PetscCall(ISLocalToGlobalMappingGetBlockIndices(cl2g, &garray)); in MatPtAPSymbolic_IS_XAIJ()
234 PetscCall(ISLocalToGlobalMappingGetBlockIndices(rl2g, &garray)); in MatPtAPSymbolic_IS_XAIJ()
672 PetscCall(ISLocalToGlobalMappingGetBlockIndices(rl2g, &ridx)); in MatConvert_XAIJ_IS()
673 PetscCall(ISLocalToGlobalMappingGetBlockIndices(cl2g, &cidx)); in MatConvert_XAIJ_IS()
1861 PetscCall(ISLocalToGlobalMappingGetBlockIndices(matis->rmapping, &ridxs)); in MatConvert_IS_XAIJ()
1877 PetscCall(ISLocalToGlobalMappingGetBlockIndices(matis->cmapping, &cidxs)); in MatConvert_IS_XAIJ()
2390 PetscCall(ISLocalToGlobalMappingGetBlockIndices(map, &idxs)); in ISLocalToGlobalMappingHasRepeatedLocal_Private()
2568 PetscCall(ISLocalToGlobalMappingGetBlockIndices(is->rmapping, &garray)); in MatISSetUpScatters_Private()
2574 PetscCall(ISLocalToGlobalMappingGetBlockIndices(is->cmapping, &garray)); in MatISSetUpScatters_Private()
2621 PetscCall(ISLocalToGlobalMappingGetBlockIndices(map, &idxs)); in MatISFilterL2GMap()
[all …]
/petsc/include/ !
H A Dpetscis.h205 PETSC_EXTERN PetscErrorCode ISLocalToGlobalMappingGetBlockIndices(ISLocalToGlobalMapping, const Pet…
/petsc/src/vec/is/utils/ !
H A Disltog.c1242 PetscCall(ISLocalToGlobalMappingGetBlockIndices(mapping, &gidxs)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
1677 PetscErrorCode ISLocalToGlobalMappingGetBlockIndices(ISLocalToGlobalMapping ltog, const PetscInt *a… in ISLocalToGlobalMappingGetBlockIndices() function
/petsc/src/mat/tests/ !
H A Dex23.c917 PetscCall(ISLocalToGlobalMappingGetBlockIndices(rmap, &idxs1)); in main()
918 PetscCall(ISLocalToGlobalMappingGetBlockIndices(cmap, &idxs2)); in main()
/petsc/src/dm/impls/plex/ !
H A Dplexdistribute.c1648 …PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltogOriginal, (const PetscInt **)&numbering_orig)); in DMPlexMigrate()