| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex52.c | 21 PetscCall(DMSetLocalSection(*NewDM, section)); in CloneDMWithNewSection() 75 PetscCall(DMSetLocalSection(forest, section)); in main() 76 PetscCall(DMSetLocalSection(plex, section)); in main()
|
| H A D | ex10.c | 169 PetscCall(DMSetLocalSection(dm, s)); in main() 176 PetscCall(DMSetLocalSection(dm, s)); in main()
|
| H A D | ex48.c | 28 PetscCall(DMSetLocalSection(dm, section)); in main()
|
| H A D | ex48f90.F90 | 37 PetscCallA(DMSetLocalSection(dm, section, ierr))
|
| H A D | ex21.c | 262 PetscCall(DMSetLocalSection(sdm, section)); in main() 414 PetscCall(DMSetLocalSection(sdm, section)); in main()
|
| H A D | ex15.c | 41 PetscCall(DMSetLocalSection(dm, section)); in main()
|
| H A D | ex101.c | 43 PetscCall(DMSetLocalSection(dm, NULL)); // See https://gitlab.com/petsc/petsc/-/issues/1669 in CreateFEField()
|
| H A D | ex36.c | 26 PetscCall(DMSetLocalSection(dist_v_dm, dist_section)); in redistribute_vec()
|
| H A D | ex12.c | 100 PetscCall(DMSetLocalSection(*dm, section)); in CreateMesh()
|
| H A D | ex62f90.F90 | 285 PetscCallA(DMSetLocalSection(pdm, section, ierr)) 297 PetscCallA(DMSetLocalSection(dm, leafSection, ierr))
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 35 PetscCall(DMSetLocalSection(odmAux, osec)); in DMTransferMaterialParameters() 95 PetscCall(DMSetLocalSection(dm, tsec)); in DMCreateDomainDecomposition_Plex() 183 PetscCall(DMSetLocalSection(odm, sec)); in DMCreateDomainDecomposition_Plex() 188 PetscCall(DMSetLocalSection(odm, sec)); in DMCreateDomainDecomposition_Plex() 338 PetscCall(DMSetLocalSection(odm, osec)); in DMCreateNeumannOverlap_Plex()
|
| H A D | plexnatural.c | 103 PetscCall(DMSetLocalSection(dm, sectionDist)); in DMPlexCreateGlobalToNaturalSF() 220 PetscCall(DMSetLocalSection(dmNew, newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 21 PetscCall(DMSetLocalSection(dm, s)); in SetupSection()
|
| H A D | ex1.c | 52 PetscCall(DMSetLocalSection(dm, section)); in main()
|
| H A D | ex14.c | 49 PetscCall(DMSetLocalSection(dm, section)); in main()
|
| H A D | ex14f90.F90 | 47 PetscCallA(DMSetLocalSection(dm, section, ierr))
|
| H A D | ex1f90.F90 | 82 PetscCallA(DMSetLocalSection(dm, section, ierr))
|
| H A D | ex16.c | 45 PetscCall(DMSetLocalSection(*dm, NULL)); in ReadCGNSDM()
|
| H A D | ex15.c | 59 PetscCall(DMSetLocalSection(*dm, NULL)); in ReadCGNSDM()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex1.c | 41 PetscCall(DMSetLocalSection(forest, s)); in main()
|
| H A D | ex3.c | 89 PetscCall(DMSetLocalSection(forest, s)); in main()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex20.c | 165 PetscCall(DMSetLocalSection(celldm, section)); in pic_insert_DMPLEX_with_cell_list() 234 PetscCall(DMSetLocalSection(celldm, section)); in pic_insert_DMPLEX()
|
| H A D | ex21.c | 76 PetscCall(DMSetLocalSection(celldm, section)); in pic_advect()
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 251 PetscCall(DMSetLocalSection(*subdm, subsection)); in DMSelectFields_Private() 291 PetscCall(DMSetLocalSection(*subdm, subsection)); in DMSelectFields_Private() 469 PetscCall(DMSetLocalSection(*superdm, supersection)); in DMCreateSectionSuperDM()
|
| /petsc/include/ |
| H A D | petscdm.h | 256 PETSC_EXTERN PetscErrorCode DMSetLocalSection(DM, PetscSection); 271 return DMSetLocalSection(dm, s); in DMSetSection() 279 return DMSetLocalSection(dm, s); in DMSetDefaultSection()
|