Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsectionimpl.h90 static inline PetscErrorCode PetscSectionCheckConstraints_Private(PetscSection s) in PetscSectionCheckConstraints_Private() function
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c317 PetscCall(PetscSectionCheckConstraints_Private(rootSection)); in PetscSFDistributeSection()
318 PetscCall(PetscSectionCheckConstraints_Private(leafSection)); in PetscSFDistributeSection()
326 PetscCall(PetscSectionCheckConstraints_Private(rootSection->field[f])); in PetscSFDistributeSection()
327 PetscCall(PetscSectionCheckConstraints_Private(leafSection->field[f])); in PetscSFDistributeSection()
/petsc/src/vec/is/section/interface/
H A Dsection.c1148 PetscCall(PetscSectionCheckConstraints_Private(s)); in PetscSectionSetConstraintDof()
1173 PetscCall(PetscSectionCheckConstraints_Private(s)); in PetscSectionAddConstraintDof()