Searched refs:glob_dofs (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | misc.c | 451 PetscInt glob_dofs, owned_dofs, local_dofs; in PrintRunInfo() local 453 PetscCall(DMGetGlobalVectorInfo(user->dm, &owned_dofs, &glob_dofs, NULL)); in PrintRunInfo() 462 num_P, num_Q, glob_dofs, num_comp_q, num_comp_q, glob_dofs / num_comp_q)); in PrintRunInfo()
|