Lines Matching refs:globalDof

1319         PetscInt globalDof;  in PCPatchCreateCellPatchDiscretisationInfo()  local
1321 PetscHashIterGetKey(owneddofs, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1323 PetscCall(PetscSynchronizedPrintf(comm, "%" PetscInt_FMT " ", globalDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1329 PetscInt globalDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1332 PetscHashIterGetKey(seendofs, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1334 PetscCall(PetscSynchronizedPrintf(comm, "%" PetscInt_FMT " ", globalDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1336 PetscCall(PetscHSetIHas(globalBcs, globalDof, &flg)); in PCPatchCreateCellPatchDiscretisationInfo()
1337 if (flg) PetscCall(PetscHSetIAdd(globalbcdofs, globalDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1345 PetscInt globalDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1346 PetscHashIterGetKey(globalbcdofs, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1348 PetscCall(PetscSynchronizedPrintf(comm, "%" PetscInt_FMT " ", globalDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1357 PetscInt globalDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1358 PetscHashIterGetKey(artificialbcs, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1360 PetscCall(PetscSynchronizedPrintf(comm, "%" PetscInt_FMT " ", globalDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1386 const PetscInt globalDof = cellNodeMap[cell * nodesPerCell + j] * bs + subspaceOffset; in PCPatchCreateCellPatchDiscretisationInfo() local
1393 PetscCall(PetscHSetIHas(globalBcs, globalDof + l, &isGlobalBcDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1394 PetscCall(PetscHSetIHas(artificialbcs, globalDof + l, &isArtificialBcDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1400 PetscCall(PetscHMapIGet(ht, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1403 PetscCall(PetscHMapISet(ht, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1414 PetscCall(PetscHMapIGet(htWithArtificial, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1417 PetscCall(PetscHMapISet(htWithArtificial, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1428 PetscCall(PetscHMapIGet(htWithAll, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1431 PetscCall(PetscHMapISet(htWithAll, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1500 … const PetscInt globalDof = cellNodeMap[cell * nodesPerCell + j] * bs + l + subspaceOffset; in PCPatchCreateCellPatchDiscretisationInfo() local
1502 if (localDof >= 0) PetscCall(PetscHMapISet(ht, globalDof, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1505 …if (localDofWithArtificial >= 0) PetscCall(PetscHMapISet(htWithArtificial, globalDof, localDofWith… in PCPatchCreateCellPatchDiscretisationInfo()
1509 … if (localDofWithAll >= 0) PetscCall(PetscHMapISet(htWithAll, globalDof, localDofWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1520 PetscInt globalDof, localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1522 PetscHashIterGetKey(ht, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1524 if (globalDof >= 0) globalDofsArray[goff + localDof] = globalDof; in PCPatchCreateCellPatchDiscretisationInfo()
1532 PetscInt globalDof, localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1533 PetscHashIterGetKey(htWithArtificial, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1535 if (globalDof >= 0) globalDofsArrayWithArtificial[goff + localDof] = globalDof; in PCPatchCreateCellPatchDiscretisationInfo()
1543 PetscInt globalDof, localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1544 PetscHashIterGetKey(htWithAll, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1546 if (globalDof >= 0) globalDofsArrayWithAll[goff + localDof] = globalDof; in PCPatchCreateCellPatchDiscretisationInfo()
1553 PetscInt globalDof, localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1555 …etscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, k, patch->combined, point, NULL, &globalDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1556 PetscCall(PetscHMapIGet(ht, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1559 PetscCall(PetscHMapIGet(htWithArtificial, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1563 PetscCall(PetscHMapIGet(htWithAll, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1595 … const PetscInt globalDof = cellNodeMap[cell * nodesPerCell + j] * bs + l + subspaceOffset; in PCPatchCreateCellPatchDiscretisationInfo() local
1598 PetscCall(PetscHMapIGet(ht, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1605 PetscCall(PetscHMapIGet(htWithArtificial, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1609 PetscCall(PetscHMapIGet(htWithAll, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()