Home
last modified time | relevance | path

Searched refs:numGhostBcs (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/patch/
H A Dsnespatch.c373 …onst PetscInt **cellNodeMap, const PetscInt *subspaceOffsets, PetscInt numGhostBcs, const PetscInt… in SNESPatchSetDiscretisationInfo() argument
382 …->pc, nsubspaces, dms, bs, nodesPerCell, cellNodeMap, subspaceOffsets, numGhostBcs, ghostBcNodes, … in SNESPatchSetDiscretisationInfo()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c504 …onst PetscInt **cellNodeMap, const PetscInt *subspaceOffsets, PetscInt numGhostBcs, const PetscInt… in PCPatchSetDiscretisationInfo() argument
540 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numGhostBcs, ghostBcNodes, PETSC_COPY_VALUES, &patch->g… in PCPatchSetDiscretisationInfo()
547 … DM dm, PetscInt *nodesPerCell, const PetscInt **cellNodeMap, PetscInt numGhostBcs, const PetscInt… in PCPatchSetDiscretisationInfoCombined() argument
574 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numGhostBcs, ghostBcNodes, PETSC_COPY_VALUES, &patch->g… in PCPatchSetDiscretisationInfoCombined()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPC.pyx2434 cdef PetscInt numGhostBcs = 0, numGlobalBcs = 0
2445 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes)
2462 numGhostBcs, cghostBcNodes,
H A DSNES.pyx2370 cdef PetscInt numGhostBcs = 0, numGlobalBcs = 0
2381 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes)
2398 numGhostBcs, cghostBcNodes,