Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex11.c79 PetscInt lnu, lnp, nu, np, i, start_u, end_u, start_p, end_p; in LoadTestMatrices() local
95 PetscCall(VecGetOwnershipRange(h, &start_p, &end_p)); in LoadTestMatrices()
100 …SC_COMM_WORLD, "[%d] s_p = %" PetscInt_FMT " | e_p = %" PetscInt_FMT " \n", rank, start_p, end_p)); in LoadTestMatrices()