DMInterpolationGetCoordinates#
Gets a Vec
with the coordinates of each interpolation point
Synopsis#
#include "petscdmplex.h"
#include "petscsnes.h"
PetscErrorCode DMInterpolationGetCoordinates(DMInterpolationInfo ctx, Vec *coordinates)
Collective
Input Parameter#
ctx - the context
Output Parameter#
coordinates - the coordinates of interpolation points
Note#
The local vector entries correspond to interpolation points lying on this process, according to the associated DM
.
This is a borrowed vector that the user should not destroy.
See Also#
DMInterpolationInfo
, DMInterpolationEvaluate()
, DMInterpolationAddPoints()
, DMInterpolationCreate()
Level#
intermediate
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages