Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex49.c130 PetscCall(ISLocalToGlobalMappingViewFromOptions(ltog, NULL, "-ltog_view")); in CheckOffsets()
185 PetscCall(ISLocalToGlobalMappingViewFromOptions(ltog, NULL, "-coord_ltog_view")); in CheckOffsets()
/petsc/include/
H A Dpetscis.h198 PETSC_EXTERN PetscErrorCode ISLocalToGlobalMappingViewFromOptions(ISLocalToGlobalMapping, PetscObje…
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c291 PetscCall(ISLocalToGlobalMappingViewFromOptions(mapn, NULL, "-multi_view")); in main()
/petsc/src/vec/is/utils/
H A Disltog.c341 PetscErrorCode ISLocalToGlobalMappingViewFromOptions(ISLocalToGlobalMapping A, PetscObject obj, con… in ISLocalToGlobalMappingViewFromOptions() function
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1666 …PetscCall(ISLocalToGlobalMappingViewFromOptions(ltogMigration, (PetscObject)dm, "-partition_view")… in DMPlexMigrate()
/petsc/src/mat/impls/is/
H A Dmatis.c590 PetscCall(ISLocalToGlobalMappingViewFromOptions(*l2g, NULL, "-mat_is_nd_l2g_view")); in MatMPIXAIJComputeLocalToGlobalMapping_Private()