Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h44 IS dofsWithAll; member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1690 …SCreateGeneral(PETSC_COMM_SELF, numDofs, asmArrayWithAll, PETSC_OWN_POINTER, &patch->dofsWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1941 PetscCall(ISGetIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeFunction_Internal()
1960 PetscCall(ISRestoreIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeFunction_Internal()
2030 if (isNonlinear) PetscCall(ISGetIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeOperator_Internal()
2163 if (isNonlinear) PetscCall(ISRestoreIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeOperator_Internal()
2893 PetscCall(ISDestroy(&patch->dofsWithAll)); in PCReset_PATCH()