Searched refs:DMGetLocalVectorInfo (Results 1 – 3 of 3) sorted by relevance
| /honee/include/ ! |
| H A D | petsc_ops.h | 23 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve… 34 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve…
|
| /honee/src/ ! |
| H A D | petsc_ops.c | 12 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve… in DMGetLocalVectorInfo() function 64 if (dm_x) PetscCall(DMGetLocalVectorInfo(dm_x, &dm_X_size, NULL, NULL)); in OperatorApplyContextCreate() 65 if (dm_y) PetscCall(DMGetLocalVectorInfo(dm_y, &dm_Y_size, NULL, NULL)); in OperatorApplyContextCreate()
|
| H A D | misc.c | 351 PetscCall(DMGetLocalVectorInfo(honee->dm, &local_dofs, NULL, NULL)); in PrintRunInfo()
|