Searched refs:offsArrayWithArtificial (Results 1 – 1 of 1) sorted by relevance
1208 PetscInt *offsArrayWithArtificial = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local1250 PetscCall(PetscMalloc1(numPoints * Nf, &offsArrayWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()1560 offsArrayWithArtificial[(ooff + p) * Nf + k] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()1686 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numPoints * Nf, offsArrayWithArtificial, PETSC_OWN_POIN… in PCPatchCreateCellPatchDiscretisationInfo()