コード例 #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
ファイル: surface.cpp プロジェクト: SangitaSingh/elmerfem
double Surface :: MaxCurvature () const
{ 
  return 0.5 * HesseNorm (); 
}