#include "petscdmplex.h" #include "petscsnes.h" PetscErrorCode DMInterpolationSetUp(DMInterpolationInfo ctx, DM dm, PetscBool redundantPoints)Collective on ctx
ctx | - the context | |
dm | - the DM for the function space used for interpolation | |
redundantPoints | - If PETSC_TRUE, all processes are passing in the same array of points. Otherwise, points need to be communicated among processes. |