Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1389 PetscInt localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1400 PetscCall(PetscHMapIGet(ht, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1401 if (localDof == -1) { in PCPatchCreateCellPatchDiscretisationInfo()
1402 localDof = localIndex++; in PCPatchCreateCellPatchDiscretisationInfo()
1403 PetscCall(PetscHMapISet(ht, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1407 dofsArray[globalIndex] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1414 PetscCall(PetscHMapIGet(htWithArtificial, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1415 if (localDof == -1) { in PCPatchCreateCellPatchDiscretisationInfo()
1416 localDof = localIndexWithArtificial++; in PCPatchCreateCellPatchDiscretisationInfo()
1417 PetscCall(PetscHMapISet(htWithArtificial, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
[all …]