Searched refs:sectionUA (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex64.c | 213 PetscSection sectionUA; in main() local 220 PetscCall(DMGetLocalSection(seqdmUA, §ionUA)); in main() 230 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main() 233 PetscCall(PetscSectionGetOffset(sectionUA, p, &offUA)); in main() 309 PetscSection sectionUA; in main() local 316 PetscCall(DMGetLocalSection(dmUA, §ionUA)); in main() 326 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main() 329 PetscCall(PetscSectionGetOffset(sectionUA, p, &offUA)); in main()
|
| H A D | ex26.c | 310 PetscSection sectionUA; in main() local 317 PetscCall(DMGetLocalSection(dmUA, §ionUA)); in main() 327 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main() 330 PetscCall(PetscSectionGetOffset(sectionUA, p, &offUA)); in main()
|
| H A D | ex26f90.F90 | 64 type(tPetscSection) :: sectionUA, coordSection 349 PetscCallA(DMGetLocalSection(dmUA, sectionUA, ierr)) 357 PetscCallA(PetscSectionGetDof(sectionUA, p, dofUA, ierr)) 359 PetscCallA(PetscSectionGetOffset(sectionUA, p, offUA, ierr))
|
| H A D | ex62f90.F90 | 47 type(tPetscSection) :: sectionUA, coordSection 333 PetscCallA(DMGetLocalSection(dmUA, sectionUA, ierr)) 341 PetscCallA(PetscSectionGetDof(sectionUA, p, dofUA, ierr)) 343 PetscCallA(PetscSectionGetOffset(sectionUA, p, offUA, ierr))
|