Home
last modified time | relevance | path

Searched refs:dofsWithArtificial (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/ !
H A Dpcpatchimpl.h42 IS dofsWithArtificial; member
/petsc/src/ksp/pc/impls/patch/ !
H A Dpcpatch.c1685 …(PETSC_COMM_SELF, numDofs, asmArrayWithArtificial, PETSC_OWN_POINTER, &patch->dofsWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1734 PetscCall(ISGetIndices(patch->dofsWithArtificial, &dofsArray)); in PCPatchCreateMatrix_Private()
1882 PetscCall(ISRestoreIndices(patch->dofsWithArtificial, &dofsArray)); in PCPatchCreateMatrix_Private()
2026 PetscCall(ISGetIndices(patch->dofsWithArtificial, &dofsArray)); in PCPatchComputeOperator_Internal()
2159 PetscCall(ISRestoreIndices(patch->dofsWithArtificial, &dofsArray)); in PCPatchComputeOperator_Internal()
2889 PetscCall(ISDestroy(&patch->dofsWithArtificial)); in PCReset_PATCH()