Searched refs:numGhostBcs (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 373 …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 D | pcpatch.c | 504 …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 D | PC.pyx | 2434 cdef PetscInt numGhostBcs = 0, numGlobalBcs = 0 2445 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes) 2462 numGhostBcs, cghostBcNodes,
|
| H A D | SNES.pyx | 2370 cdef PetscInt numGhostBcs = 0, numGlobalBcs = 0 2381 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes) 2398 numGhostBcs, cghostBcNodes,
|