Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexvtu.c53 PetscSection coordSection, cellCoordSection; in DMPlexGetVTKConnectivity() local
61 PetscCall(DMGetCellCoordinateSection(dm, &cellCoordSection)); in DMPlexGetVTKConnectivity()
82 if (localized) PetscCall(PetscSectionGetDof(cellCoordSection, c, &dof)); in DMPlexGetVTKConnectivity()
170 PetscSection coordSection, cellCoordSection; in DMPlexVTKWriteAll_VTU() local
190 PetscCall(DMGetCellCoordinateSection(dm, &cellCoordSection)); in DMPlexVTKWriteAll_VTU()
216 if (localized) PetscCall(PetscSectionGetDof(cellCoordSection, c, &dof)); in DMPlexVTKWriteAll_VTU()
463 PetscCall(PetscSectionGetDof(cellCoordSection, c, &dof)); in DMPlexVTKWriteAll_VTU()
486 PetscCall(PetscSectionGetOffset(cellCoordSection, c, &off)); in DMPlexVTKWriteAll_VTU()