Skip to content
Snippets Groups Projects
  1. Apr 24, 2012
    • Oliver Sander's avatar
      Fix the gradient of the bending energy. · 9d67b44c
      Oliver Sander authored
      There were two issues fixed by this patch:
      
      a) The bending energy only involves the third director.
         One must look at it as a function in S^2, not as
         a subset of coefficients of a function to SO(3).
         This means that we have to use a different projection
         in one place.
      b) A certain subset of the coefficients (see the code)
         must always be zero, because they are parts of
         3-vectors which are known to be perpendicular to (0,0,1).
         For some strange reason they aren't.  I now hardwire
         them to be 0 anyway.  This makes my test pass.
         Maybe one day I'll find the true reason :-)
      
      [[Imported from SVN: r8626]]
      9d67b44c
    • Oliver Sander's avatar
      I suspect that I swapped to indices when computing the gradient · 7617b8f9
      Oliver Sander authored
      of Neumann boundary forces.  But I am not sure and I want to
      postpone the issue.  Therefore this patch adds a cpp warning.
      
      [[Imported from SVN: r8625]]
      7617b8f9
  2. Apr 17, 2012
  3. Apr 15, 2012
    • Oliver Sander's avatar
      Fixed very stupid index bug. · 743b9105
      Oliver Sander authored
      Don't use a loop with 4 iteration to clear an array,
      if the array has only length 3.
      
      Boy, this did take a while to find...
      
      [[Imported from SVN: r8593]]
      743b9105
  4. Apr 09, 2012
  5. Apr 05, 2012
  6. Mar 15, 2012
  7. Mar 09, 2012
  8. Mar 08, 2012
  9. Feb 25, 2012
  10. Feb 21, 2012
  11. Feb 15, 2012
  12. Feb 09, 2012
  13. Feb 08, 2012
  14. Feb 07, 2012
  15. Feb 06, 2012
Loading