Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h42 PETSC_EXTERN PetscErrorCode PetscSectionHasConstraints(PetscSection, PetscBool *);
/petsc/src/vec/is/section/interface/
H A Dsection.c2948 PetscErrorCode PetscSectionHasConstraints(PetscSection s, PetscBool *hasConstraints) in PetscSectionHasConstraints() function
/petsc/src/dm/interface/
H A Ddm.c6537 PetscCall(PetscSectionHasConstraints(section, &hasConstraints)); in DMGetOutputDM()
/petsc/src/dm/impls/plex/
H A Dplex.c10220 PetscCall(PetscSectionHasConstraints(section, &hasConstraints)); in DMGetFullDM()