Home
last modified time | relevance | path

Searched refs:DMSetLocalSection (Results 1 – 25 of 58) sorted by relevance

123

/petsc/src/dm/impls/plex/tests/
H A Dex52.c21 PetscCall(DMSetLocalSection(*NewDM, section)); in CloneDMWithNewSection()
75 PetscCall(DMSetLocalSection(forest, section)); in main()
76 PetscCall(DMSetLocalSection(plex, section)); in main()
H A Dex10.c169 PetscCall(DMSetLocalSection(dm, s)); in main()
176 PetscCall(DMSetLocalSection(dm, s)); in main()
H A Dex48.c28 PetscCall(DMSetLocalSection(dm, section)); in main()
H A Dex48f90.F9037 PetscCallA(DMSetLocalSection(dm, section, ierr))
H A Dex21.c262 PetscCall(DMSetLocalSection(sdm, section)); in main()
414 PetscCall(DMSetLocalSection(sdm, section)); in main()
H A Dex15.c41 PetscCall(DMSetLocalSection(dm, section)); in main()
H A Dex101.c43 PetscCall(DMSetLocalSection(dm, NULL)); // See https://gitlab.com/petsc/petsc/-/issues/1669 in CreateFEField()
H A Dex36.c26 PetscCall(DMSetLocalSection(dist_v_dm, dist_section)); in redistribute_vec()
H A Dex12.c100 PetscCall(DMSetLocalSection(*dm, section)); in CreateMesh()
H A Dex62f90.F90285 PetscCallA(DMSetLocalSection(pdm, section, ierr))
297 PetscCallA(DMSetLocalSection(dm, leafSection, ierr))
/petsc/src/dm/impls/plex/
H A Dplexdd.c35 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 Dplexnatural.c103 PetscCall(DMSetLocalSection(dm, sectionDist)); in DMPlexCreateGlobalToNaturalSF()
220 PetscCall(DMSetLocalSection(dmNew, newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
/petsc/src/dm/impls/plex/tutorials/
H A Dex7.c21 PetscCall(DMSetLocalSection(dm, s)); in SetupSection()
H A Dex1.c52 PetscCall(DMSetLocalSection(dm, section)); in main()
H A Dex14.c49 PetscCall(DMSetLocalSection(dm, section)); in main()
H A Dex14f90.F9047 PetscCallA(DMSetLocalSection(dm, section, ierr))
H A Dex1f90.F9082 PetscCallA(DMSetLocalSection(dm, section, ierr))
H A Dex16.c45 PetscCall(DMSetLocalSection(*dm, NULL)); in ReadCGNSDM()
H A Dex15.c59 PetscCall(DMSetLocalSection(*dm, NULL)); in ReadCGNSDM()
/petsc/src/dm/impls/forest/tests/
H A Dex1.c41 PetscCall(DMSetLocalSection(forest, s)); in main()
H A Dex3.c89 PetscCall(DMSetLocalSection(forest, s)); in main()
/petsc/src/dm/tutorials/
H A Dex20.c165 PetscCall(DMSetLocalSection(celldm, section)); in pic_insert_DMPLEX_with_cell_list()
234 PetscCall(DMSetLocalSection(celldm, section)); in pic_insert_DMPLEX()
H A Dex21.c76 PetscCall(DMSetLocalSection(celldm, section)); in pic_advect()
/petsc/src/dm/interface/
H A Ddmi.c251 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 Dpetscdm.h256 PETSC_EXTERN PetscErrorCode DMSetLocalSection(DM, PetscSection);
271 return DMSetLocalSection(dm, s); in DMSetSection()
279 return DMSetLocalSection(dm, s); in DMSetDefaultSection()

123