Home
last modified time | relevance | path

Searched refs:end_u (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
94 PetscCall(VecGetOwnershipRange(f, &start_u, &end_u)); in LoadTestMatrices()
99 …SC_COMM_WORLD, "[%d] s_u = %" PetscInt_FMT " | e_u = %" PetscInt_FMT " \n", rank, start_u, end_u)); in LoadTestMatrices()