#include "mesh.h" int PointFunctionOne(int n, int comp, double *x, double *y, double *z, PetscScalar *values, void *dummy)
n | - number of points | |
comp | - number of components | |
x,y,z | - coordinates of points | |
dummy | - unneeded context variable |
Level:beginner
Location:src/mesh/interface/pointFunction.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages