Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h48 …IS ghostBcNodes; /* Global dofs constrained by global Dirichlet conditions … member
/petsc/src/snes/impls/patch/
H A Dsnespatch.c373 …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 Dpcpatch.c504 …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 DPC.pyx2430 ghostBcNodes, argument
2445 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes)
H A DSNES.pyx2366 ghostBcNodes, argument
2381 ghostBcNodes = iarray_i(ghostBcNodes, &numGhostBcs, &cghostBcNodes)