Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex5.c49 PetscSection sectionFull; in main() local
80 PetscCall(PetscDualSpaceGetSection(dualspace, &sectionFull)); in main()
81 PetscCall(PetscSectionSetUp(sectionFull)); in main()
84 PetscCall(DMPlexVecGetClosure(dm, sectionFull, vecFull, point, &nSub, &arraySub)); in main()