Need to improve support parameter for CVT meshes. The variation in node locations causes very high error.
Using same parameters as MD node sets fails for convergence of 100K, 500K and 1M nodes
Parameters based on conditioning. Perhaps we can compute condition number of stencil and adjust epsilon in a loop when computing weights.
Parameters are also based on sqrt(N). We could translate the sqrt(N) into the radius of minimum enclosing circle for the stencil. The size of the circle could give us a function for maintaining the same conditioning. This assumes the circle has nodes regularly distributed in some way (CVTs would classify if the density function doesnt vary too much).
Need to improve support parameter for CVT meshes. The variation in node locations causes very high error.