Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex21.c267 PetscCall(PetscSectionGetIncludesConstraints(gsection, &includesConstraints)); in main()
421 PetscCall(PetscSectionGetIncludesConstraints(section, &includesConstraints)); in main()
447 PetscCall(PetscSectionGetIncludesConstraints(gsection, &includesConstraints)); in main()
/petsc/include/
H A Dpetscsection.h34 PETSC_EXTERN PetscErrorCode PetscSectionGetIncludesConstraints(PetscSection, PetscBool *);
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c60 PetscCall(PetscSectionGetIncludesConstraints(s, &includesConstraints)); in PetscSectionView_HDF5_SingleField()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1749 PetscCall(PetscSectionGetIncludesConstraints(section, &includesConstraints)); in DMPlexLocalVectorView_HDF5_Internal()
2868 PetscCall(PetscSectionGetIncludesConstraints(rootSection, &rootIncludeConstraints)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2869 PetscCall(PetscSectionGetIncludesConstraints(leafSection, &leafIncludeConstraints)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
3042 PetscCall(PetscSectionGetIncludesConstraints(sectionA, &includesConstraintsA)); in DMPlexSectionLoad_HDF5_Internal()
3061 PetscCall(PetscSectionGetIncludesConstraints(gsectionB1, &includesConstraintsB)); in DMPlexSectionLoad_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c2348 PetscCall(PetscSectionGetIncludesConstraints(section, &includesConstraints)); in DMPlexGlobalVectorView()
2424 PetscCall(PetscSectionGetIncludesConstraints(section, &includesConstraints)); in DMPlexLocalVectorView()
2724 PetscCall(PetscSectionGetIncludesConstraints(section, &includesConstraints)); in DMPlexGlobalVectorLoad()
2800 PetscCall(PetscSectionGetIncludesConstraints(section, &includesConstraints)); in DMPlexLocalVectorLoad()
/petsc/src/vec/is/section/interface/
H A Dsection.c889 PetscErrorCode PetscSectionGetIncludesConstraints(PetscSection s, PetscBool *includesConstraints) in PetscSectionGetIncludesConstraints() function