Пример #1
0
    /**
       Upper bound for spectral norm of Hesse-matrix in the
       rad - environment of point c.
    */
    virtual double HesseNormLoc (const Point<3> & /* c */, 
				 double /* rad */) const
    { return HesseNorm (); }
Пример #2
0
double Surface :: MaxCurvature () const
{ 
  return 0.5 * HesseNorm (); 
}