Searched refs:isname (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/utils/ |
| H A D | isio.c | 42 const char *isname; in ISLoad_HDF5() local 46 PetscCall(PetscObjectGetName((PetscObject)is, &isname)); in ISLoad_HDF5() 48 PetscCall(PetscViewerHDF5Load(viewer, isname, is->map, H5T_NATIVE_LLONG, (void **)&ind)); in ISLoad_HDF5() 50 PetscCall(PetscViewerHDF5Load(viewer, isname, is->map, H5T_NATIVE_INT, (void **)&ind)); in ISLoad_HDF5() 53 …d IS object with name %s of size %" PetscInt_FMT ":%" PetscInt_FMT "\n", isname, is->map->n, is->m… in ISLoad_HDF5()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 307 const char *isname; in ISView_General_HDF5() local 368 PetscCall(PetscObjectGetName((PetscObject)is, &isname)); in ISView_General_HDF5() 369 if (!H5Lexists(group, isname, H5P_DEFAULT)) { in ISView_General_HDF5() 374 …PetscCallHDF5Return(dset_id, H5Dcreate2, (group, isname, inttype, filespace, H5P_DEFAULT, chunkspa… in ISView_General_HDF5() 377 PetscCallHDF5Return(dset_id, H5Dopen2, (group, isname, H5P_DEFAULT)); in ISView_General_HDF5() 434 PetscCall(PetscInfo(is, "Wrote IS object with name %s\n", isname)); in ISView_General_HDF5() 441 const char *isname; in ISView_General_HDF5_Compressed() local 454 PetscCall(PetscObjectGetName((PetscObject)is, &isname)); in ISView_General_HDF5_Compressed() 455 PetscCall(PetscInfo(is, "Wrote compressed IS object with name %s\n", isname)); in ISView_General_HDF5_Compressed()
|