PointFunctionInterpolateFieldBatch

A PointFunction that finishes an interpolation by setting the off-processor values stored in the InterpolationContext.

Synopsis

#include "gvec.h" 
int PointFunctionInterpolateFieldBatch(int n, int comp, double *x, double *y, double *z, PetscScalar *values, void *ctx)

Input Paramters

n -The number of points
comp -The number of components
x,y,z -The coordinates of points
ctx -An InterpolationContext

Output Paramter

values -The location where the field values are stored

Keywords

point function, grid

See Also

PointFunctionOne, PointFunctionZero, PointFunctionConstant

Level:advanced
Location:
src/gvec/interface/gvec.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages