Searched refs:ISGetLayout (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/vec/is/utils/ ! |
| H A D | isio.c | 17 PetscCall(ISGetLayout(is, &map)); in ISView_Binary() 70 PetscCall(ISGetLayout(is, &map)); in ISLoad_Binary()
|
| /petsc/src/vec/is/section/interface/hdf5/ ! |
| H A D | sectionhdf5.c | 201 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 D | ex12.c | 29 PetscCall(ISGetLayout(is0, &map)); in main()
|
| H A D | ex11.c | 51 PetscCall(ISGetLayout(is, &map)); in main()
|
| /petsc/include/ ! |
| H A D | petscis.h | 361 PETSC_EXTERN PetscErrorCode ISGetLayout(IS, PetscLayout *);
|
| /petsc/src/vec/is/is/utils/ ! |
| H A D | iscoloring.c | 421 PetscCall(ISGetLayout(ito, &isrmap)); in ISBuildTwoSided()
|
| /petsc/src/vec/is/is/interface/ ! |
| H A D | index.c | 1174 PetscErrorCode ISGetLayout(IS is, PetscLayout *map) in ISGetLayout() function
|
| /petsc/src/ksp/pc/impls/gamg/ ! |
| H A D | gamg.c | 318 PetscCall(ISGetLayout(is_eq_num, &ilay)); in PCGAMGCreateLevel_GAMG()
|
| /petsc/src/dm/impls/plex/hdf5/ ! |
| H A D | plexhdf5.c | 2299 if (!pointsLayout) PetscCall(ISGetLayout(coneSizesIS, &pointsLayout)); in PlexLayerLoad_Private()
|