compute the maximal distance of a point on the meshNorm of a spherical grid
The mesh norm δ ist the maximum of the minimal distance d(x,y) of any point y on the sphere to any point x of the grid G.
delta=max
Syntax
delta = meshNorm(G)
Input
G | spherical grid vector3d |
Output
delta | mesh norm |