Home
last modified time | relevance | path

Searched refs:DMSetCellCoordinateSection (Results 1 – 11 of 11) sorted by relevance

/petsc/doc/changes/
H A D318.md250 …`, `DMSetCellCoordinateDM()`, `DMGetCellCoordinateSection()`, `DMSetCellCoordinateSection()`, `DMG…
284 …`, `DMSetCellCoordinateDM()`, `DMGetCellCoordinateSection()`, `DMSetCellCoordinateSection()`, `DMG…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi125 PetscErrorCode DMSetCellCoordinateSection(PetscDM, PetscInt, PetscSection)
H A DDM.pyx1225 petsc.DMSetCellCoordinateSection
1229 CHKERR(DMSetCellCoordinateSection(self.dm, cdim, sec.sec))
/petsc/src/dm/interface/
H A Ddmperiodicity.c471 PetscCall(DMSetCellCoordinateSection(dm, PETSC_DETERMINE, csDG)); in DMLocalizeCoordinates()
H A Ddmcoordinates.c368 PetscErrorCode DMSetCellCoordinateSection(DM dm, PetscInt dim, PetscSection section) in DMSetCellCoordinateSection() function
/petsc/src/dm/impls/plex/
H A Dplexreorder.c358 PetscCall(DMSetCellCoordinateSection(*pdm, PETSC_DETERMINE, csNew)); in DMPlexPermute()
H A Dplexdistribute.c1236 PetscCall(DMSetCellCoordinateSection(dmParallel, bs, newCoordSection)); in DMPlexDistributeCoordinates()
H A Dplexgmsh.c2090 PetscCall(DMSetCellCoordinateSection(*dm, PETSC_DETERMINE, csCell)); in DMPlexCreateGmsh()
/petsc/include/
H A Dpetscdm.h161 PETSC_EXTERN PetscErrorCode DMSetCellCoordinateSection(DM, PetscInt, PetscSection);
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2258 PetscCall(DMSetCellCoordinateSection(rdm, PETSC_DETERMINE, coordSectionCellNew)); in DMPlexTransformSetCoordinates()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4031 PetscCall(DMSetCellCoordinateSection(plex, cDim, newSection)); in DMPforestLocalizeCoordinates()
4329 if (coordsSec) PetscCall(DMSetCellCoordinateSection(dm, cDim, coordsSec)); in DMConvert_pforest_plex()