Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex64.c213 PetscSection sectionUA; in main() local
220 PetscCall(DMGetLocalSection(seqdmUA, &sectionUA)); 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, &sectionUA)); in main()
326 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main()
329 PetscCall(PetscSectionGetOffset(sectionUA, p, &offUA)); in main()
H A Dex26.c310 PetscSection sectionUA; in main() local
317 PetscCall(DMGetLocalSection(dmUA, &sectionUA)); in main()
327 PetscCall(PetscSectionGetDof(sectionUA, p, &dofUA)); in main()
330 PetscCall(PetscSectionGetOffset(sectionUA, p, &offUA)); in main()
H A Dex26f90.F9064 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 Dex62f90.F9047 type(tPetscSection) :: sectionUA, coordSection
333 PetscCallA(DMGetLocalSection(dmUA, sectionUA, ierr))
341 PetscCallA(PetscSectionGetDof(sectionUA, p, dofUA, ierr))
343 PetscCallA(PetscSectionGetOffset(sectionUA, p, offUA, ierr))