Searched refs:PetscSectionGetIncludesConstraints (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 267 PetscCall(PetscSectionGetIncludesConstraints(gsection, &includesConstraints)); in main() 421 PetscCall(PetscSectionGetIncludesConstraints(section, &includesConstraints)); in main() 447 PetscCall(PetscSectionGetIncludesConstraints(gsection, &includesConstraints)); in main()
|
| /petsc/include/ |
| H A D | petscsection.h | 34 PETSC_EXTERN PetscErrorCode PetscSectionGetIncludesConstraints(PetscSection, PetscBool *);
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 60 PetscCall(PetscSectionGetIncludesConstraints(s, &includesConstraints)); in PetscSectionView_HDF5_SingleField()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1749 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 D | plex.c | 2348 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 D | section.c | 889 PetscErrorCode PetscSectionGetIncludesConstraints(PetscSection s, PetscBool *includesConstraints) in PetscSectionGetIncludesConstraints() function
|