Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1209 PetscInt *offsArrayWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1261 PetscCall(PetscMalloc1(numPoints * Nf, &offsArrayWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1564 offsArrayWithAll[(ooff + p) * Nf + k] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1691 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numPoints * Nf, offsArrayWithAll, PETSC_OWN_POINTER, &p… in PCPatchCreateCellPatchDiscretisationInfo()