Home
last modified time | relevance | path

Searched refs:global_size (Results 1 – 2 of 2) sorted by relevance

/honee/include/
H A Dpetsc_ops.h22 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v…
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…
35 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v…
/honee/src/
H A Dpetsc_ops.c12 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve… in DMGetLocalVectorInfo() argument
18 if (global_size) PetscCall(VecGetSize(V_loc, global_size)); in DMGetLocalVectorInfo()
25 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… in DMGetGlobalVectorInfo() argument
31 if (global_size) PetscCall(VecGetSize(V, global_size)); in DMGetGlobalVectorInfo()