Searched refs:patchNum (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1891 static PetscErrorCode PCPatchComputeFunction_DMPlex_Private(PC pc, PetscInt patchNum, Vec x, Vec F,… in PCPatchComputeFunction_DMPlex_Private() argument 1906 PetscCall(PetscSectionGetDof(patch->pointCounts, patchNum, &Np)); in PCPatchComputeFunction_DMPlex_Private() 1907 PetscCall(PetscSectionGetOffset(patch->pointCounts, patchNum, &poff)); in PCPatchComputeFunction_DMPlex_Private() 1973 static PetscErrorCode PCPatchComputeOperator_DMPlex_Private(PC pc, PetscInt patchNum, Vec x, Mat J,… in PCPatchComputeOperator_DMPlex_Private() argument 1987 PetscCall(PetscSectionGetDof(patch->pointCounts, patchNum, &Np)); in PCPatchComputeOperator_DMPlex_Private() 1988 PetscCall(PetscSectionGetOffset(patch->pointCounts, patchNum, &poff)); in PCPatchComputeOperator_DMPlex_Private()
|