Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexglvis.c453 PetscSection coordSection, coordSectionCell, parentSection, hoSection = NULL; in DMPlexView_GLVis_ASCII() local
775 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexView_GLVis_ASCII()
782 PetscCall(PetscSectionGetDof(coordSectionCell, p, &dof)); in DMPlexView_GLVis_ASCII()
790 … PetscCall(DMPlexVecGetClosure(dm, coordSectionCell, coordinatesCell, p, &csizeCell, &valsCell)); in DMPlexView_GLVis_ASCII()
808 …PetscCall(DMPlexVecRestoreClosure(dm, coordSectionCell, coordinatesCell, p, &csizeCell, &valsCell)… in DMPlexView_GLVis_ASCII()
H A Dplex.c1013 PetscSection coordSection, coordSectionCell; in DMPlexView_Ascii() local
1029 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexView_Ascii()
1076 if (coordSectionCell) PetscCall(PetscSectionGetChart(coordSectionCell, &pcStart, &pcEnd)); in DMPlexView_Ascii()
1101 PetscCall(PetscSectionGetDof(coordSectionCell, p, &dof)); in DMPlexView_Ascii()
1102 PetscCall(PetscSectionGetOffset(coordSectionCell, p, &off)); in DMPlexView_Ascii()
1158 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexView_Ascii()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2164 PetscSection coordSection, coordSectionNew, coordSectionCell, coordSectionCellNew; in DMPlexTransformSetCoordinates() local
2223 PetscCall(DMGetCellCoordinateSection(dm, &coordSectionCell)); in DMPlexTransformSetCoordinates()
2228 PetscCall(PetscSectionGetDof(coordSectionCell, c, &dof)); in DMPlexTransformSetCoordinates()
2363 if (p >= cStart && p < cEnd) PetscCall(PetscSectionGetDof(coordSectionCell, p, &dof)); in DMPlexTransformSetCoordinates()