Searched refs:local_dofs (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | misc.c | 348 PetscInt glob_dofs, owned_dofs, local_dofs; in PrintRunInfo() local 351 PetscCall(DMGetLocalVectorInfo(honee->dm, &local_dofs, NULL, NULL)); in PrintRunInfo() 381 PetscCallMPI(MPI_Gather(&local_dofs, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
|