Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex64.c228 PetscInt dofUA, offUA; in main() local
230 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main()
231 if (dofUA > 0) { in main()
324 PetscInt dofUA, offUA; in main() local
326 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main()
327 if (dofUA > 0) { in main()
H A Dex26.c325 PetscInt dofUA, offUA; in main() local
327 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main()
328 if (dofUA > 0) { in main()
H A Dex26f90.F9067 PetscInt :: dofUA, offUA, c
357 PetscCallA(PetscSectionGetDof(sectionUA, p, dofUA, ierr))
358 if (dofUA > 0) then
H A Dex62f90.F9050 PetscInt :: dofUA, offUA, c
341 PetscCallA(PetscSectionGetDof(sectionUA, p, dofUA, ierr))
342 if (dofUA > 0) then