Home
last modified time | relevance | path

Searched defs:dofSection (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h37 PetscSection *dofSection; /* ?? For each field, patch -> # dofs in patch */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c794 static PetscErrorCode PCPatchGetGlobalDofs(PC pc, PetscSection dofSection[], PetscInt f, PetscBool … in PCPatchGetGlobalDofs()