Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex85.c26 PetscLayout layoutA, layoutD; in main() local
30 PetscCall(PetscLayoutCreate(PETSC_COMM_WORLD, &layoutA)); in main()
31 PetscCall(PetscLayoutSetLocalSize(layoutA, 3)); in main()
32 PetscCall(PetscLayoutSetUp(layoutA)); in main()
33 PetscCall(PetscLayoutGetRange(layoutA, &rStartA, NULL)); in main()
34 PetscCall(PetscLayoutDestroy(&layoutA)); in main()