Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1205 PetscInt *dofsArrayWithArtificial = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1252 PetscCall(PetscMalloc1(numDofs, &dofsArrayWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1412dofsArrayWithArtificial[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()