Searched refs:DMGetGlobalVectorInfo (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/include/ |
| H A D | petsc_ops.h | 26 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… 39 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v…
|
| /libCEED/examples/fluids/src/ |
| H A D | petsc_ops.c | 29 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… in DMGetGlobalVectorInfo() function
|
| H A D | misc.c | 453 PetscCall(DMGetGlobalVectorInfo(user->dm, &owned_dofs, &glob_dofs, NULL)); in PrintRunInfo()
|