Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c607 …, 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()
[all …]