Searched refs:dofsWithAll (Results 1 – 2 of 2) sorted by relevance
44 IS dofsWithAll; member
1690 …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()