Searched refs:coordinatesCell (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1578 Vec coordinates, coordinatesCell; in DMPlexCreateGmsh() local 2110 PetscCall(DMCreateLocalVector(cdmCell, &coordinatesCell)); in DMPlexCreateGmsh() 2111 PetscCall(VecGetArray(coordinatesCell, &pointCoords)); in DMPlexCreateGmsh() 2152 PetscCall(VecSetBlockSize(coordinatesCell, coordDim)); in DMPlexCreateGmsh() 2153 PetscCall(VecRestoreArray(coordinatesCell, &pointCoords)); in DMPlexCreateGmsh() 2154 PetscCall(DMSetCellCoordinatesLocal(*dm, coordinatesCell)); in DMPlexCreateGmsh() 2155 PetscCall(VecDestroy(&coordinatesCell)); in DMPlexCreateGmsh()
|
| H A D | plexglvis.c | 454 Vec coordinates, coordinatesCell, hovec; in DMPlexView_GLVis_ASCII() local 776 PetscCall(DMGetCellCoordinatesLocal(dm, &coordinatesCell)); 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 D | plex.c | 1014 Vec coordinates, coordinatesCell; in DMPlexView_Ascii() local 1030 PetscCall(DMGetCellCoordinatesLocal(dm, &coordinatesCell)); in DMPlexView_Ascii() 1085 if (coordinatesCell) PetscCall(VecGetArrayRead(coordinatesCell, &arrayCell)); in DMPlexView_Ascii() 1113 if (coordinatesCell) PetscCall(VecRestoreArrayRead(coordinatesCell, &arrayCell)); in DMPlexView_Ascii() 1159 PetscCall(DMGetCellCoordinatesLocal(dm, &coordinatesCell)); in DMPlexView_Ascii()
|