Searched refs:dofUA (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex64.c | 228 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 D | ex26.c | 325 PetscInt dofUA, offUA; in main() local 327 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main() 328 if (dofUA > 0) { in main()
|
| H A D | ex26f90.F90 | 67 PetscInt :: dofUA, offUA, c 357 PetscCallA(PetscSectionGetDof(sectionUA, p, dofUA, ierr)) 358 if (dofUA > 0) then
|
| H A D | ex62f90.F90 | 50 PetscInt :: dofUA, offUA, c 341 PetscCallA(PetscSectionGetDof(sectionUA, p, dofUA, ierr)) 342 if (dofUA > 0) then
|