Lines Matching refs:leafSection
2858 …ootSection, PetscLayout layout, PetscInt globalOffsets[], PetscSection leafSection, PetscSF *secti… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() argument
2866 PetscCall(PetscObjectGetComm((PetscObject)leafSection, &comm)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2867 PetscCall(PetscSectionGetChart(leafSection, &pStart, &pEnd)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2869 PetscCall(PetscSectionGetIncludesConstraints(leafSection, &leafIncludeConstraints)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2870 …cludeConstraints && leafIncludeConstraints) PetscCall(PetscSectionGetStorageSize(leafSection, &m)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2871 else PetscCall(PetscSectionGetConstrainedStorageSize(leafSection, &m)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2879 …PetscCheck(leafSection->pointMajor, PETSC_COMM_SELF, PETSC_ERR_SUP, "No support for field major or… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2884 PetscCall(PetscSectionGetDof(leafSection, p, &dof)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2887 PetscCall(PetscSectionGetOffset(leafSection, p, &off)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2888 PetscCall(PetscSectionGetConstraintDof(leafSection, p, &cdof)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2889 PetscCall(PetscSectionGetConstraintIndices(leafSection, p, &cinds)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()