Home
last modified time | relevance | path

Searched refs:rootIncludeConstraints (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2863 PetscBool rootIncludeConstraints, leafIncludeConstraints; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() local
2868 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()