Home
last modified time | relevance | path

Searched refs:PCPatchSetDiscretisationInfo (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/impls/patch/
H A Dsnespatch.c382 …PetscCall(PCPatchSetDiscretisationInfo(patch->pc, nsubspaces, dms, bs, nodesPerCell, cellNodeMap, … in SNESPatchSetDiscretisationInfo()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi315 …PetscErrorCode PCPatchSetDiscretisationInfo(PetscPC, PetscInt, PetscDM*, PetscInt*, PetscInt*, con…
H A DPC.pyx2459 CHKERR(PCPatchSetDiscretisationInfo(self.pc, numSubSpaces,
/petsc/include/
H A Dpetscpc.h496 PETSC_EXTERN PetscErrorCode PCPatchSetDiscretisationInfo(PC, PetscInt, DM *, PetscInt *, PetscInt *…
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c504 PetscErrorCode PCPatchSetDiscretisationInfo(PC pc, PetscInt nsubspaces, DM *dms, PetscInt *bs, Pets… in PCPatchSetDiscretisationInfo() function