Searched refs:rootIncludeConstraints (Results 1 – 1 of 1) sorted by relevance
2863 PetscBool rootIncludeConstraints, leafIncludeConstraints; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() local2868 PetscCall(PetscSectionGetIncludesConstraints(rootSection, &rootIncludeConstraints)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()2870 …if (rootIncludeConstraints && leafIncludeConstraints) PetscCall(PetscSectionGetStorageSize(leafSec… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()2893 if (!constrained || (leafIncludeConstraints && rootIncludeConstraints)) { in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()2896 } else if (leafIncludeConstraints && !rootIncludeConstraints) ++off; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()2897 else if (!leafIncludeConstraints && rootIncludeConstraints) ++goff; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()