Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h35 PETSC_EXTERN PetscErrorCode PetscSectionSetIncludesConstraints(PetscSection, PetscBool);
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c189 PetscCall(PetscSectionSetIncludesConstraints(s, includesConstraints)); in PetscSectionLoad_HDF5_SingleField()
/petsc/src/vec/is/section/interface/
H A Dsection.c911 PetscErrorCode PetscSectionSetIncludesConstraints(PetscSection s, PetscBool includesConstraints) in PetscSectionSetIncludesConstraints() function