PointFunctionOne

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

Synopsis

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

Input Parameters

Output Parameter

See Also

PointFunctionZero()

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 1.0 is stored (n times)