Searched refs:arrayCell (Results 1 – 1 of 1) sorted by relevance
1065 const PetscScalar *array, *arrayCell = NULL; in DMPlexView_Ascii() local1085 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()