Home
last modified time | relevance | path

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

/libCEED/examples/fluids/include/
H A Dpetsc_ops.h26 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 Dpetsc_ops.c29 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… in DMGetGlobalVectorInfo() function
H A Dmisc.c453 PetscCall(DMGetGlobalVectorInfo(user->dm, &owned_dofs, &glob_dofs, NULL)); in PrintRunInfo()