Lines Matching refs:cdofIS
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()
238 PetscCall(ISGetIndices(cdofIS, &cdofs)); in PetscSectionLoad_HDF5_SingleField()
240 PetscCall(ISRestoreIndices(cdofIS, &cdofs)); in PetscSectionLoad_HDF5_SingleField()
241 PetscCall(ISDestroy(&cdofIS)); in PetscSectionLoad_HDF5_SingleField()