#include "petscdmplex.h" #include "petscsnes.h" PetscErrorCode DMInterpolationGetCoordinates(DMInterpolationInfo ctx, Vec *coordinates)Collective on ctx
ctx | - the context |
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.