| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 24 PetscCall(DMGetLocalSection(dmAux, &sec)); in DMTransferMaterialParameters() 88 PetscCall(DMGetLocalSection(dm, &sec)); in DMCreateDomainDecomposition_Plex() 149 PetscCall(DMGetLocalSection(dm, &sec)); in DMCreateDomainDecomposition_Plex() 178 PetscCall(DMGetLocalSection(odm, &tsec)); in DMCreateDomainDecomposition_Plex() 187 PetscCall(DMGetLocalSection(dm, &sec)); in DMCreateDomainDecomposition_Plex() 193 PetscCall(DMGetLocalSection(odm, &olsec)); in DMCreateDomainDecomposition_Plex() 334 PetscCall(DMGetLocalSection(dm, &sec)); in DMCreateNeumannOverlap_Plex()
|
| H A D | plexindices.c | 28 if (!section) PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexCreateClosureIndex()
|
| H A D | plexfem.c | 317 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexCreateRigidBody() 401 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexCreateRigidBodies() 629 PetscCall(DMGetLocalSection(tdm, &ts)); in DMPlexBasisTransformField_Internal() 663 PetscCall(DMGetLocalSection(dm, &s)); in DMPlexBasisTransformFieldTensor_Internal() 664 PetscCall(DMGetLocalSection(tdm, &ts)); in DMPlexBasisTransformFieldTensor_Internal() 721 PetscCall(DMGetLocalSection(dm, &s)); in DMPlexBasisTransformPoint_Internal() 746 PetscCall(DMGetLocalSection(dm, &s)); in DMPlexBasisTransformPointTensor_Internal() 780 PetscCall(DMGetLocalSection(tdm, &ts)); in DMPlexBasisTransform_Internal() 781 PetscCall(DMGetLocalSection(dm, &s)); in DMPlexBasisTransform_Internal() 1476 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexComputeL2DiffLocal() [all …]
|
| H A D | plexvtu.c | 281 if (!section) PetscCall(DMGetLocalSection(dmX, §ion)); in DMPlexVTKWriteAll_VTU() 375 if (!section) PetscCall(DMGetLocalSection(dmX, §ion)); in DMPlexVTKWriteAll_VTU() 547 if (!section) PetscCall(DMGetLocalSection(dmX, §ion)); in DMPlexVTKWriteAll_VTU() 645 if (!section) PetscCall(DMGetLocalSection(dmX, §ion)); in DMPlexVTKWriteAll_VTU() 774 if (!section) PetscCall(DMGetLocalSection(dmX, §ion)); in DMPlexVTKWriteAll_VTU() 823 if (!section) PetscCall(DMGetLocalSection(dmX, §ion)); in DMPlexVTKWriteAll_VTU()
|
| H A D | plexpreallocate.c | 14 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexComputeAnchorAdjacencies() 258 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexCreateAdjacencySection_Static() 711 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexUpdateAllocation_Static() 775 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexFillMatrix_Static() 846 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexPreallocateOperator() 856 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexPreallocateOperator()
|
| H A D | plexnatural.c | 90 PetscCall(DMGetLocalSection(dm, &localSection)); in DMPlexCreateGlobalToNaturalSF() 214 PetscCall(DMGetLocalSection(dmOld, &oldLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
|
| H A D | plexceed.c | 72 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexGetLocalOffsets() 209 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexGetLocalOffsetsSupport()
|
| H A D | plexproject.c | 225 PetscCall(DMGetLocalSection(dmIn, §ion)); in DMProjectPoint_Field_Private() 257 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMProjectPoint_Field_Private() 384 PetscCall(DMGetLocalSection(dmIn, §ion)); in DMProjectPoint_BdField_Private() 416 PetscCall(DMGetLocalSection(dmAux, §ionAux)); in DMProjectPoint_BdField_Private() 835 PetscCall(DMGetLocalSection(dm, §ion)); in DMProjectLocal_Generic_Plex()
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 74 PetscCall(DMGetLocalSection(plex, §ion)); in main() 84 PetscCall(DMGetLocalSection(plex, §ion)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex36.c | 18 PetscCall(DMGetLocalSection(dm, §ion)); in redistribute_vec() 71 PetscCall(DMGetLocalSection(cell_dm, &cell_section)); in dm_view_geometry() 86 PetscCall(DMGetLocalSection(face_dm, &face_section)); in dm_view_geometry()
|
| H A D | ex27.c | 34 PetscCall(DMGetLocalSection(dm, &s)); in TestLocalDofOrder()
|
| H A D | ex64.c | 220 PetscCall(DMGetLocalSection(seqdmUA, §ionUA)); in main() 316 PetscCall(DMGetLocalSection(dmUA, §ionUA)); in main()
|
| H A D | ex62f90.F90 | 292 PetscCallA(DMGetLocalSection(pdm, rootSection, ierr)) 333 PetscCallA(DMGetLocalSection(dmUA, sectionUA, ierr))
|
| /petsc/src/dm/impls/network/tests/ |
| H A D | ex1.c | 133 PetscCall(DMGetLocalSection(plex, &sec)); in main() 139 PetscCall(DMGetLocalSection(plex, &sec)); in main()
|
| /petsc/src/snes/utils/libceed/ |
| H A D | dmplexsnesceed.c | 35 PetscCall(DMGetLocalSection(dm, §ion)); in DMPlexSNESComputeResidualCEED()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex7.c | 224 PetscCall(DMGetLocalSection(dm, &s)); in ComputeResidualLocal() 231 PetscCall(DMGetLocalSection(dmAux, &sGauge)); in ComputeResidualLocal() 375 PetscCall(DMGetLocalSection(auxDM, &s)); in SetGauge_Identity() 419 PetscCall(DMGetLocalSection(dm, &s)); in TestFreeField()
|
| H A D | ex13.c | 265 PetscCall(DMGetLocalSection(dm, §ion)); in ComputeSpectral() 410 PetscCall(DMGetLocalSection(dms[0], &sec)); in ComputeAdjoint() 412 PetscCall(DMGetLocalSection(dms[1], &sec)); in ComputeAdjoint() 414 PetscCall(DMGetLocalSection(dmErrAux, &sec)); in ComputeAdjoint()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex16.c | 76 PetscCall(DMGetLocalSection(*dm, §ion)); in ReadCGNSDM()
|
| H A D | ex8.c | 75 PetscCall(DMGetLocalSection(dm, §ion)); in main()
|
| H A D | ex15.c | 76 PetscCall(DMGetLocalSection(*dm, §ion)); in ReadCGNSDM()
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 88 PetscCall(DMGetLocalSection(dm, &s)); in SNESTSFormFunction_Mimex() 157 PetscCall(DMGetLocalSection(dm, &s)); in TSStep_Mimex_Split()
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 60 PetscCall(DMGetLocalSection(dm, §ion)); in DMCreateLocalVector_Section_Private() 419 PetscCall(DMGetLocalSection(dm, §ion)); in DMCreateSectionSubDM() 460 PetscCall(DMGetLocalSection(dms[i], §ions[i])); in DMCreateSectionSuperDM()
|
| H A D | dmcoordinates.c | 270 PetscCall(DMGetLocalSection(cdm, section)); in DMGetCoordinateSection() 350 if (cdm) PetscCall(DMGetLocalSection(cdm, section)); in DMGetCellCoordinateSection() 681 PetscCall(DMGetLocalSection(cdm, &cs)); in DMGetCoordinatesLocalTuple()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 100 if (fdm) PetscCall(DMGetLocalSection(fdm, &s)); in DMFieldGetClosure_Internal() 121 PetscCall(DMGetLocalSection(fdm, &s)); in DMFieldGetClosure_Internal() 138 PetscCall(DMGetLocalSection(fdm, &s)); in DMFieldRestoreClosure_Internal() 166 PetscCall(DMGetLocalSection(dm, §ion)); in DMFieldEvaluateFE_DS() 251 PetscCall(DMGetLocalSection(field->dm, §ion)); in DMFieldEvaluate_DS() 1168 PetscCall(DMGetLocalSection(dm, §ion)); in DMFieldCreateDSWithDG()
|
| /petsc/include/ |
| H A D | petscdm.h | 255 PETSC_EXTERN PetscErrorCode DMGetLocalSection(DM, PetscSection *); 267 return DMGetLocalSection(dm, s); in DMGetSection() 275 return DMGetLocalSection(dm, s); in DMGetDefaultSection()
|