Searched refs:globalDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 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() [all …]
|