Searched refs:layoutA (Results 1 – 1 of 1) sorted by relevance
26 PetscLayout layoutA, layoutD; in main() local30 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()