Home
last modified time | relevance | path

Searched refs:ISGetLayout (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/is/utils/ !
H A Disio.c17 PetscCall(ISGetLayout(is, &map)); in ISView_Binary()
70 PetscCall(ISGetLayout(is, &map)); in ISLoad_Binary()
/petsc/src/vec/is/section/interface/hdf5/ !
H A Dsectionhdf5.c201 PetscCall(ISGetLayout(dofIS, &map)); in PetscSectionLoad_HDF5_SingleField()
211 PetscCall(ISGetLayout(offIS, &map)); in PetscSectionLoad_HDF5_SingleField()
234 PetscCall(ISGetLayout(cdofIS, &map)); in PetscSectionLoad_HDF5_SingleField()
248 PetscCall(ISGetLayout(coffIS, &map)); in PetscSectionLoad_HDF5_SingleField()
262 PetscCall(ISGetLayout(cindIS, &map)); in PetscSectionLoad_HDF5_SingleField()
/petsc/src/vec/is/is/tests/ !
H A Dex12.c29 PetscCall(ISGetLayout(is0, &map)); in main()
H A Dex11.c51 PetscCall(ISGetLayout(is, &map)); in main()
/petsc/include/ !
H A Dpetscis.h361 PETSC_EXTERN PetscErrorCode ISGetLayout(IS, PetscLayout *);
/petsc/src/vec/is/is/utils/ !
H A Discoloring.c421 PetscCall(ISGetLayout(ito, &isrmap)); in ISBuildTwoSided()
/petsc/src/vec/is/is/interface/ !
H A Dindex.c1174 PetscErrorCode ISGetLayout(IS is, PetscLayout *map) in ISGetLayout() function
/petsc/src/ksp/pc/impls/gamg/ !
H A Dgamg.c318 PetscCall(ISGetLayout(is_eq_num, &ilay)); in PCGAMGCreateLevel_GAMG()
/petsc/src/dm/impls/plex/hdf5/ !
H A Dplexhdf5.c2299 if (!pointsLayout) PetscCall(ISGetLayout(coneSizesIS, &pointsLayout)); in PlexLayerLoad_Private()