Searched refs:cdofIS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 12 IS dofIS, offIS, cdofIS, coffIS, cindIS; in PetscSectionView_HDF5_SingleField() local 72 PetscCall(ISCreateGeneral(comm, n, cdofs, PETSC_OWN_POINTER, &cdofIS)); in PetscSectionView_HDF5_SingleField() 73 PetscCall(PetscObjectSetName((PetscObject)cdofIS, "atlasDof")); in PetscSectionView_HDF5_SingleField() 74 PetscCall(ISView(cdofIS, viewer)); in PetscSectionView_HDF5_SingleField() 75 PetscCall(ISDestroy(&cdofIS)); in PetscSectionView_HDF5_SingleField() 182 IS dofIS, offIS, cdofIS, coffIS, cindIS; in PetscSectionLoad_HDF5_SingleField() local 228 PetscCall(ISCreate(comm, &cdofIS)); in PetscSectionLoad_HDF5_SingleField() 229 PetscCall(PetscObjectSetName((PetscObject)cdofIS, "atlasDof")); in PetscSectionLoad_HDF5_SingleField() 234 PetscCall(ISGetLayout(cdofIS, &map)); in PetscSectionLoad_HDF5_SingleField() 237 PetscCall(ISLoad(cdofIS, viewer)); in PetscSectionLoad_HDF5_SingleField() [all …]
|