Searched refs:owned_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 350 PetscCall(DMGetGlobalVectorInfo(honee->dm, &owned_dofs, &glob_dofs, NULL)); in PrintRunInfo() 368 PetscCallMPI(MPI_Gather(&owned_dofs, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
|