122 velocity[1] = U * std::cos(lon) - V * std::sin(lat) * std::sin(lon);
123 velocity[2] = V * std::cos(lat);
124}
125
126
127
128/** Manifold GMLS Example
129 *
130 * Exercises GMLS operator evaluation with data over various orders and numbers of targets for targets including point evaluation, Laplace-Beltrami, gradient and gradient on a manifold.