Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex22.c196 PetscCall(DMSetCoordinateSection(dm, dimC, newSec)); in main()
/petsc/src/dm/impls/da/
H A Ddalocal.c381 PetscCall(DMSetCoordinateSection(dm, PETSC_DETERMINE, section)); in DMDASetVertexCoordinates()
/petsc/src/dm/impls/plex/
H A Dplexreorder.c344 PetscCall(DMSetCoordinateSection(*pdm, PETSC_DETERMINE, csNew)); in DMPlexPermute()
H A Dplexinterpolate.c1732 PetscCall(DMSetCoordinateSection(dmB, dim, coordSectionB)); in DMPlexCopyCoordinates()
H A Dplexgeometry.c2986 PetscCall(DMSetCoordinateSection(dmCell, PETSC_DETERMINE, coordSection)); in DMPlexComputeGeometryFVM()
H A Dplexsubmesh.c667 PetscCall(DMSetCoordinateSection(dmNew, PETSC_DETERMINE, newCoordSection)); in DMPlexShiftCoordinates_Internal()
/petsc/src/dm/interface/
H A Ddmcoordinates.c288 PetscErrorCode DMSetCoordinateSection(DM dm, PetscInt dim, PetscSection section) in DMSetCoordinateSection() function
/petsc/src/ts/tutorials/
H A Dex11.c733 PetscCall(DMSetCoordinateSection(*dmCell, PETSC_DETERMINE, coordSection)); in CreatePartitionVec()
771 PetscCall(DMSetCoordinateSection(dmMass, PETSC_DETERMINE, coordSection)); in CreateMassMatrix()
/petsc/include/
H A Dpetscdm.h159 PETSC_EXTERN PetscErrorCode DMSetCoordinateSection(DM, PetscInt, PetscSection);
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2209 PetscCall(DMSetCoordinateSection(rdm, PETSC_DETERMINE, coordSectionNew)); in DMPlexTransformSetCoordinates()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4309 PetscCall(DMSetCoordinateSection(dm, cDim, coordsSec)); in DMConvert_pforest_plex()