Searched refs:offsArrayWithAll (Results 1 – 1 of 1) sorted by relevance
1209 PetscInt *offsArrayWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local1261 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()