Home
last modified time | relevance | path

Searched refs:ISLocalToGlobalMappingSetFromOptions (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/is/is/tutorials/
H A Dex4.c20 PetscCall(ISLocalToGlobalMappingSetFromOptions(mapping)); in main()
/petsc/src/vec/is/is/tests/
H A Dex9.c37 PetscCall(ISLocalToGlobalMappingSetFromOptions(l2g0)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi77 PetscErrorCode ISLocalToGlobalMappingSetFromOptions(PetscLGMap)
H A DIS.pyx1199 petsc_options, petsc.ISLocalToGlobalMappingSetFromOptions
1202 CHKERR(ISLocalToGlobalMappingSetFromOptions(self.lgm))
/petsc/include/
H A Dpetscis.h194 PETSC_EXTERN PetscErrorCode ISLocalToGlobalMappingSetFromOptions(ISLocalToGlobalMapping);
/petsc/src/vec/is/utils/
H A Disltog.c746 PetscErrorCode ISLocalToGlobalMappingSetFromOptions(ISLocalToGlobalMapping mapping) in ISLocalToGlobalMappingSetFromOptions() function