Lines Matching refs:dofsArrayWithAll
607 …, IS cellIS, PetscInt n, const PetscInt *dofsArray, const PetscInt *dofsArrayWithAll, PetscCtx ctx… in PCPatchSetComputeFunction() argument
645 … IS facetIS, PetscInt n, const PetscInt *dofsArray, const PetscInt *dofsArrayWithAll, PetscCtx ctx… in PCPatchSetComputeFunctionInteriorFacets() argument
683 … IS facetIS, PetscInt n, const PetscInt *dofsArray, const PetscInt *dofsArrayWithAll, PetscCtx ctx… in PCPatchSetComputeOperator() argument
721 … IS facetIS, PetscInt n, const PetscInt *dofsArray, const PetscInt *dofsArrayWithAll, PetscCtx ctx… in PCPatchSetComputeOperatorInteriorFacets() argument
1206 PetscInt *dofsArrayWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1263 PetscCall(PetscMalloc1(numDofs, &dofsArrayWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1435 dofsArrayWithAll[globalIndex] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1508 const PetscInt localDofWithAll = dofsArrayWithAll[key]; in PCPatchCreateCellPatchDiscretisationInfo()
1622 if (isNonlinear) PetscCall(PetscArraycpy(asmArrayWithAll, dofsArrayWithAll, numDofs)); in PCPatchCreateCellPatchDiscretisationInfo()
1632 if (isNonlinear) PetscCall(PetscFree(dofsArrayWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1933 const PetscInt *dofsArrayWithAll; in PCPatchComputeFunction_Internal() local
1941 PetscCall(ISGetIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeFunction_Internal()
1957 …ch->totalDofsPerCell, dofsArray + offset * patch->totalDofsPerCell, dofsArrayWithAll + offset * pa… in PCPatchComputeFunction_Internal()
1960 PetscCall(ISRestoreIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeFunction_Internal()
2016 const PetscInt *dofsArrayWithAll = NULL; in PCPatchComputeOperator_Internal() local
2030 if (isNonlinear) PetscCall(ISGetIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeOperator_Internal()
2063 …rray + offset * patch->totalDofsPerCell, PetscSafePointerPlusOffset(dofsArrayWithAll, offset * pat… in PCPatchComputeOperator_Internal()
2087 …if (dofsArrayWithAll) PetscCall(PetscMalloc1(2 * patch->totalDofsPerCell * numIntFacets, &facetDof… in PCPatchComputeOperator_Internal()
2128 …if (dofsArrayWithAll) facetDofsWithAll[idx] = dofsArrayWithAll[(offset + cell) * patch->totalDofsP… in PCPatchComputeOperator_Internal()
2163 if (isNonlinear) PetscCall(ISRestoreIndices(patch->dofsWithAll, &dofsArrayWithAll)); in PCPatchComputeOperator_Internal()