Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h81 PETSC_EXTERN PetscErrorCode PetscSectionSetUseFieldOffsets(PetscSection, PetscBool);
/petsc/src/vec/is/section/interface/
H A Dsection.c3985 PetscErrorCode PetscSectionSetUseFieldOffsets(PetscSection s, PetscBool flg) in PetscSectionSetUseFieldOffsets() function
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1673 PetscCall(PetscSectionSetUseFieldOffsets(patch->patchSection, PETSC_TRUE)); in PCPatchCreateCellPatchDiscretisationInfo()