PointFunctionZero

A PointFunction that is zero at all locations. Currently only for scalar problems.

Synopsis

int PointFunctionZero(int n,double *x,double *y,double *z,Scalar *values,void *dummy)
Not Collective

Input Parameters

Output Parameter

See Also

PointFunctionOne()

Location: src/gvec/interface/gvec.c
Discrete Function Index
Table of Contents

n - number of points
x,y,z, coordinates of points- - dummy - unneeded context variable
values - location where 0.0 is stored (n times)