Home
last modified time | relevance | path

Searched refs:ISLOCALTOGLOBALMAPPINGHASH (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi67 PetscISLocalToGlobalMappingType ISLOCALTOGLOBALMAPPINGHASH
H A DIS.pyx1120 HASH = S_(ISLOCALTOGLOBALMAPPINGHASH)
/petsc/include/
H A Dpetscis.h185 #define ISLOCALTOGLOBALMAPPINGHASH "hash" macro
/petsc/src/vec/is/utils/
H A Disltog.c152 PetscCall(ISLocalToGlobalMappingSetType(mapping, ISLOCALTOGLOBALMAPPINGHASH)); in ISGlobalToLocalMappingSetUp()
1939 …PetscCall(ISLocalToGlobalMappingRegister(ISLOCALTOGLOBALMAPPINGHASH, ISLocalToGlobalMappingCreate_… in ISLocalToGlobalMappingRegisterAll()
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c660 PetscCall(ISLocalToGlobalMappingSetType(g2l, ISLOCALTOGLOBALMAPPINGHASH)); in PetscPartitionerPartition_Multistage()
/petsc/src/dm/impls/plex/
H A Dplex.c1593 PetscCall(ISLocalToGlobalMappingSetType(g2l, ISLOCALTOGLOBALMAPPINGHASH)); in DMPlexView_Ascii()
10112 PetscCall(ISLocalToGlobalMappingSetType(ltog, ISLOCALTOGLOBALMAPPINGHASH)); in DMPlexComputeOrthogonalQuality()
/petsc/src/mat/impls/aij/seq/
H A Daij.c3609 PetscCall(ISLocalToGlobalMappingSetType(*mapping, ISLOCALTOGLOBALMAPPINGHASH)); in MatSeqAIJCompactOutExtraColumns_SeqAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5561 PetscCall(ISLocalToGlobalMappingSetType(mapping, ISLOCALTOGLOBALMAPPINGHASH)); in MatCreateSeqSubMatrixWithRows_Private()