Home
last modified time | relevance | path

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

/libCEED/examples/fluids/include/
H A Dpetsc_ops.h27 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve…
38 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve…
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c16 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve… in DMGetLocalVectorInfo() function
68 if (dm_x) PetscCall(DMGetLocalVectorInfo(dm_x, &dm_X_size, NULL, NULL)); in OperatorApplyContextCreate()
69 if (dm_y) PetscCall(DMGetLocalVectorInfo(dm_y, &dm_Y_size, NULL, NULL)); in OperatorApplyContextCreate()
H A Dmisc.c454 PetscCall(DMGetLocalVectorInfo(user->dm, &local_dofs, NULL, NULL)); in PrintRunInfo()