Searched refs:dofsArrayWithArtificial (Results 1 – 1 of 1) sorted by relevance
1205 PetscInt *dofsArrayWithArtificial = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local1252 PetscCall(PetscMalloc1(numDofs, &dofsArrayWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()1412 … dofsArrayWithArtificial[globalIndex] = -1; /* don't use this in assembly in this patch */ in PCPatchCreateCellPatchDiscretisationInfo()1421 dofsArrayWithArtificial[globalIndex] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()1504 const PetscInt localDofWithArtificial = dofsArrayWithArtificial[key]; in PCPatchCreateCellPatchDiscretisationInfo()1621 …_MULTIPLICATIVE) PetscCall(PetscArraycpy(asmArrayWithArtificial, dofsArrayWithArtificial, numDofs)… in PCPatchCreateCellPatchDiscretisationInfo()1631 …cal_composition_type == PC_COMPOSITE_MULTIPLICATIVE) PetscCall(PetscFree(dofsArrayWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()