Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex42.c9 DM *sub_dms; in main() local
37 PetscCall(DMCreateFieldDecomposition(dm, &n_fields, &field_names, &fields, &sub_dms)); in main()
41 PetscCall(DMView(sub_dms[i], PETSC_VIEWER_STDOUT_WORLD)); in main()
47 PetscCall(DMDestroy(&sub_dms[i])); in main()
51 PetscCall(PetscFree(sub_dms)); in main()