Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/tests/
H A Dex3.c39 DM postforest; in main() local
44 PetscCall(DMForestTemplate(forest, PETSC_COMM_WORLD, &postforest)); in main()
45 PetscCall(DMForestSetAdaptivityLabel(postforest, adaptLabel)); in main()
47 PetscCall(DMSetUp(postforest)); in main()
49 forest = postforest; in main()
56 DM postforest; in main() local
64 PetscCall(DMForestTemplate(forest, PETSC_COMM_WORLD, &postforest)); in main()
65 PetscCall(DMForestSetAdaptivityLabel(postforest, adaptLabel)); in main()
67 PetscCall(DMSetUp(postforest)); in main()
69 forest = postforest; in main()