Searched refs:start_u (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex11.c | 79 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() 101 …zedPrintf(PETSC_COMM_WORLD, "[%d] is_u (offset) = %" PetscInt_FMT " \n", rank, start_u + start_p)); in LoadTestMatrices() 102 …ntf(PETSC_COMM_WORLD, "[%d] is_p (offset) = %" PetscInt_FMT " \n", rank, start_u + start_p + lnu)); in LoadTestMatrices() 105 PetscCall(ISCreateStride(PETSC_COMM_WORLD, lnu, start_u + start_p, 1, &is_u)); in LoadTestMatrices() 106 PetscCall(ISCreateStride(PETSC_COMM_WORLD, lnp, start_u + start_p + lnu, 1, &is_p)); in LoadTestMatrices()
|