Home
last modified time | relevance | path

Searched refs:DMGetLocalSection (Results 1 – 25 of 73) sorted by relevance

123

/petsc/src/dm/impls/plex/
H A Dplexdd.c24 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 Dplexindices.c28 if (!section) PetscCall(DMGetLocalSection(dm, &section)); in DMPlexCreateClosureIndex()
H A Dplexfem.c317 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexCreateRigidBody()
401 PetscCall(DMGetLocalSection(dm, &section)); 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, &section)); in DMPlexComputeL2DiffLocal()
[all …]
H A Dplexvtu.c281 if (!section) PetscCall(DMGetLocalSection(dmX, &section)); in DMPlexVTKWriteAll_VTU()
375 if (!section) PetscCall(DMGetLocalSection(dmX, &section)); in DMPlexVTKWriteAll_VTU()
547 if (!section) PetscCall(DMGetLocalSection(dmX, &section)); in DMPlexVTKWriteAll_VTU()
645 if (!section) PetscCall(DMGetLocalSection(dmX, &section)); in DMPlexVTKWriteAll_VTU()
774 if (!section) PetscCall(DMGetLocalSection(dmX, &section)); in DMPlexVTKWriteAll_VTU()
823 if (!section) PetscCall(DMGetLocalSection(dmX, &section)); in DMPlexVTKWriteAll_VTU()
H A Dplexpreallocate.c14 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexComputeAnchorAdjacencies()
258 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexCreateAdjacencySection_Static()
711 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexUpdateAllocation_Static()
775 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexFillMatrix_Static()
846 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexPreallocateOperator()
856 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexPreallocateOperator()
H A Dplexnatural.c90 PetscCall(DMGetLocalSection(dm, &localSection)); in DMPlexCreateGlobalToNaturalSF()
214 PetscCall(DMGetLocalSection(dmOld, &oldLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
H A Dplexceed.c72 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexGetLocalOffsets()
209 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexGetLocalOffsetsSupport()
H A Dplexproject.c225 PetscCall(DMGetLocalSection(dmIn, &section)); in DMProjectPoint_Field_Private()
257 PetscCall(DMGetLocalSection(dmAux, &sectionAux)); in DMProjectPoint_Field_Private()
384 PetscCall(DMGetLocalSection(dmIn, &section)); in DMProjectPoint_BdField_Private()
416 PetscCall(DMGetLocalSection(dmAux, &sectionAux)); in DMProjectPoint_BdField_Private()
835 PetscCall(DMGetLocalSection(dm, &section)); in DMProjectLocal_Generic_Plex()
/petsc/src/dm/tests/
H A Dex10.c74 PetscCall(DMGetLocalSection(plex, &section)); in main()
84 PetscCall(DMGetLocalSection(plex, &section)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex36.c18 PetscCall(DMGetLocalSection(dm, &section)); 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 Dex27.c34 PetscCall(DMGetLocalSection(dm, &s)); in TestLocalDofOrder()
H A Dex64.c220 PetscCall(DMGetLocalSection(seqdmUA, &sectionUA)); in main()
316 PetscCall(DMGetLocalSection(dmUA, &sectionUA)); in main()
H A Dex62f90.F90292 PetscCallA(DMGetLocalSection(pdm, rootSection, ierr))
333 PetscCallA(DMGetLocalSection(dmUA, sectionUA, ierr))
/petsc/src/dm/impls/network/tests/
H A Dex1.c133 PetscCall(DMGetLocalSection(plex, &sec)); in main()
139 PetscCall(DMGetLocalSection(plex, &sec)); in main()
/petsc/src/snes/utils/libceed/
H A Ddmplexsnesceed.c35 PetscCall(DMGetLocalSection(dm, &section)); in DMPlexSNESComputeResidualCEED()
/petsc/src/snes/tutorials/
H A Dex7.c224 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 Dex13.c265 PetscCall(DMGetLocalSection(dm, &section)); 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 Dex16.c76 PetscCall(DMGetLocalSection(*dm, &section)); in ReadCGNSDM()
H A Dex8.c75 PetscCall(DMGetLocalSection(dm, &section)); in main()
H A Dex15.c76 PetscCall(DMGetLocalSection(*dm, &section)); in ReadCGNSDM()
/petsc/src/ts/impls/mimex/
H A Dmimex.c88 PetscCall(DMGetLocalSection(dm, &s)); in SNESTSFormFunction_Mimex()
157 PetscCall(DMGetLocalSection(dm, &s)); in TSStep_Mimex_Split()
/petsc/src/dm/interface/
H A Ddmi.c60 PetscCall(DMGetLocalSection(dm, &section)); in DMCreateLocalVector_Section_Private()
419 PetscCall(DMGetLocalSection(dm, &section)); in DMCreateSectionSubDM()
460 PetscCall(DMGetLocalSection(dms[i], &sections[i])); in DMCreateSectionSuperDM()
H A Ddmcoordinates.c270 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 Ddmfieldds.c100 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, &section)); in DMFieldEvaluateFE_DS()
251 PetscCall(DMGetLocalSection(field->dm, &section)); in DMFieldEvaluate_DS()
1168 PetscCall(DMGetLocalSection(dm, &section)); in DMFieldCreateDSWithDG()
/petsc/include/
H A Dpetscdm.h255 PETSC_EXTERN PetscErrorCode DMGetLocalSection(DM, PetscSection *);
267 return DMGetLocalSection(dm, s); in DMGetSection()
275 return DMGetLocalSection(dm, s); in DMGetDefaultSection()

123