Searched refs:ghostBcNodes (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 48 …IS ghostBcNodes; /* Global dofs constrained by global Dirichlet conditions … member
|
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 373 …onst PetscInt *subspaceOffsets, PetscInt numGhostBcs, const PetscInt *ghostBcNodes, PetscInt numGl… in SNESPatchSetDiscretisationInfo() argument 382 …es, dms, bs, nodesPerCell, cellNodeMap, subspaceOffsets, numGhostBcs, ghostBcNodes, numGlobalBcs, … in SNESPatchSetDiscretisationInfo()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 504 …onst PetscInt *subspaceOffsets, PetscInt numGhostBcs, const PetscInt *ghostBcNodes, PetscInt numGl… in PCPatchSetDiscretisationInfo() argument 540 …all(ISCreateGeneral(PETSC_COMM_SELF, numGhostBcs, ghostBcNodes, PETSC_COPY_VALUES, &patch->ghostBc… in PCPatchSetDiscretisationInfo() 547 …, const PetscInt **cellNodeMap, PetscInt numGhostBcs, const PetscInt *ghostBcNodes, PetscInt numGl… in PCPatchSetDiscretisationInfoCombined() argument 574 …all(ISCreateGeneral(PETSC_COMM_SELF, numGhostBcs, ghostBcNodes, PETSC_COPY_VALUES, &patch->ghostBc… in PCPatchSetDiscretisationInfoCombined() 1273 PetscCall(ISGetIndices(patch->ghostBcNodes, &bcNodes)); in PCPatchCreateCellPatchDiscretisationInfo() 1274 PetscCall(ISGetSize(patch->ghostBcNodes, &numBcs)); in PCPatchCreateCellPatchDiscretisationInfo() 1276 PetscCall(ISRestoreIndices(patch->ghostBcNodes, &bcNodes)); in PCPatchCreateCellPatchDiscretisationInfo() 1277 PetscCall(ISDestroy(&patch->ghostBcNodes)); /* memory optimisation */ in PCPatchCreateCellPatchDiscretisationInfo() 2885 PetscCall(ISDestroy(&patch->ghostBcNodes)); in PCReset_PATCH()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 2430 ghostBcNodes, argument 2445 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes)
|
| H A D | SNES.pyx | 2366 ghostBcNodes, argument 2381 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes)
|