Change to CMakeLists.txt

This commit is contained in:
Oded Stein
2017-08-15 23:42:19 -07:00
parent 267a3a5117
commit fbbfe5b88f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3638,7 +3638,7 @@ Hessian boundary conditions instead, which corresponds to the hessian energy
with the matrix <code>QH = H'*(M2\H)</code>, where <code>H</code> is a finite element Hessian and
<code>M2</code> is a stacked mass matrix. The matrices <code>H</code> and <code>QH</code> are implemented in
libigl as <code>igl::hessian</code> and <code>igl::hessian_energy</code> respectively. An example
of how to use the function is given in <a href="712_DataSmoothing/main.cpp">Example</a>.</p>
of how to use the function is given in <a href="712_DataSmoothing/main.cpp">Example 712</a>.</p>
<p>In the following image the differences between the Laplacian energy with
zero Neumann boundary conditions and the Hessian energy can be clearly seen: