Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c636 const PetscScalar *coords_arr; in DMPlexCorrectOrientationForIsoperiodic() local
639 PetscCall(VecGetArrayRead(coordinates, &coords_arr)); in DMPlexCorrectOrientationForIsoperiodic()
654 …of; d++) mydonor_vertices[donor_vert_offset * dim + d] = PetscRealPart(coords_arr[offset + d]) + P… in DMPlexCorrectOrientationForIsoperiodic()
673 PetscCall(VecRestoreArrayRead(coordinates, &coords_arr)); in DMPlexCorrectOrientationForIsoperiodic()
H A Dplex.c490 const PetscScalar *coords_arr; in VecView_Plex_Local_Draw_2D() local
531 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &coords_arr, &coords)); in VecView_Plex_Local_Draw_2D()
549 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &coords_arr, &coords)); in VecView_Plex_Local_Draw_2D()
1979 const PetscScalar *coords_arr; in DMPlexView_Draw() local
1983 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &coords_arr, &coords)); in DMPlexView_Draw()
1986 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &coords_arr, &coords)); in DMPlexView_Draw()