Home
last modified time | relevance | path

Searched refs:DMGetCellCoordinateSection (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex75.c33 PetscCall(DMGetCellCoordinateSection(dm, &coordSec)); in main()
/petsc/doc/changes/
H A D318.md250 - Add `DMGetCellCoordinateDM()`, `DMSetCellCoordinateDM()`, `DMGetCellCoordinateSection()`, `DMSetC…
284 - Add `DMGetCellCoordinateDM()`, `DMSetCellCoordinateDM()`, `DMGetCellCoordinateSection()`, `DMSetC…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi126 PetscErrorCode DMGetCellCoordinateSection(PetscDM, PetscSection*)
H A DDM.pyx1238 petsc.DMGetCellCoordinateSection
1242 CHKERR(DMGetCellCoordinateSection(self.dm, &sec.sec))
/petsc/src/dm/impls/plex/
H A Dplexvtu.c61 PetscCall(DMGetCellCoordinateSection(dm, &cellCoordSection)); in DMPlexGetVTKConnectivity()
190 PetscCall(DMGetCellCoordinateSection(dm, &cellCoordSection)); in DMPlexVTKWriteAll_VTU()
H A Dplexreorder.c355 PetscCall(DMGetCellCoordinateSection(dm, &cs)); in DMPlexPermute()
H A Dplexglvis.c775 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexView_GLVis_ASCII()
H A Dplexdistribute.c1225 PetscCall(DMGetCellCoordinateSection(dm, &originalCoordSection)); in DMPlexDistributeCoordinates()
H A Dplexsubmesh.c3622 PetscCall(DMGetCellCoordinateSection(dm, &coordSection)); in DMPlexCreateSubmeshGeneric_Interpolated()
3623 PetscCall(DMGetCellCoordinateSection(subdm, &subCoordSection)); in DMPlexCreateSubmeshGeneric_Interpolated()
H A Dplexgeometry.c1731 PetscCall(DMGetCellCoordinateSection(dm, &cs)); in DMPlexGetCellCoordinates()
H A Dplex.c1029 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexView_Ascii()
1158 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexView_Ascii()
/petsc/src/dm/interface/
H A Ddmcoordinates.c341 PetscErrorCode DMGetCellCoordinateSection(DM dm, PetscSection *section) in DMGetCellCoordinateSection() function
/petsc/include/
H A Dpetscdm.h160 PETSC_EXTERN PetscErrorCode DMGetCellCoordinateSection(DM, PetscSection *);
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2223 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexTransformSetCoordinates()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4328 PetscCall(DMGetCellCoordinateSection(newPlex, &coordsSec)); in DMConvert_pforest_plex()