Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c451 PetscInt glob_dofs, owned_dofs, local_dofs; in PrintRunInfo() local
454 PetscCall(DMGetLocalVectorInfo(user->dm, &local_dofs, NULL, NULL)); in PrintRunInfo()
484 PetscCallMPI(MPI_Gather(&local_dofs, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()