Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1222 PetscHMapI htWithArtificial; in PCPatchCreateCellPatchDiscretisationInfo() local
1289 PetscCall(PetscHMapICreate(&htWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1298 PetscCall(PetscHMapIClear(htWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1414 PetscCall(PetscHMapIGet(htWithArtificial, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1417 PetscCall(PetscHMapISet(htWithArtificial, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1444 PetscCall(PetscHMapIGetSize(htWithArtificial, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1477 PetscCall(PetscHMapIClear(htWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1505 …if (localDofWithArtificial >= 0) PetscCall(PetscHMapISet(htWithArtificial, globalDof, localDofWith… in PCPatchCreateCellPatchDiscretisationInfo()
1530 PetscHashIterBegin(htWithArtificial, hi); in PCPatchCreateCellPatchDiscretisationInfo()
1531 while (!PetscHashIterAtEnd(htWithArtificial, hi)) { in PCPatchCreateCellPatchDiscretisationInfo()
[all …]