Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c1065 const PetscScalar *array, *arrayCell = NULL; in DMPlexView_Ascii() local
1085 if (coordinatesCell) PetscCall(VecGetArrayRead(coordinatesCell, &arrayCell)); in DMPlexView_Ascii()
1105 PetscCall(DMPlexView_Ascii_Coordinates(viewer, cs, dof, &arrayCell[off])); in DMPlexView_Ascii()
1113 if (coordinatesCell) PetscCall(VecRestoreArrayRead(coordinatesCell, &arrayCell)); in DMPlexView_Ascii()