Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex43.c158 PC pc_not_element, pc_not_vertex_first_three, pc_face_and_edge; in main() local
221 PetscCall(KSPGetPC(sub_ksp[1], &pc_not_vertex_first_three)); // Select second sub-KSP in main()
222 PetscCall(PCSetType(pc_not_vertex_first_three, PCFIELDSPLIT)); in main()
248 …for (PetscInt i = 0; i < 2; ++i) PetscCall(PCFieldSplitSetIS(pc_not_vertex_first_three, name[i], i… in main()
263 PetscCall(PCSetUp(pc_not_vertex_first_three)); // Set up the Fieldsplit PC in main()
264 PetscCall(PCFieldSplitGetSubKSP(pc_not_vertex_first_three, &n_splits, &sub_ksp)); in main()