Skip to content
Snippets Groups Projects
  1. Feb 14, 2013
  2. Jan 24, 2013
  3. Jan 03, 2013
  4. Jan 02, 2013
  5. Jan 01, 2013
  6. Dec 30, 2012
  7. Nov 16, 2012
  8. Nov 11, 2012
  9. Nov 09, 2012
  10. Nov 06, 2012
  11. Sep 13, 2012
  12. May 30, 2012
  13. Apr 25, 2012
  14. Apr 24, 2012
    • Oliver Sander's avatar
      Remove the COSSERAT_ENERGY_FD_GRADIENT macro. The gradient is properly implemented now · c8c0ed6a
      Oliver Sander authored
      [[Imported from SVN: r8627]]
      c8c0ed6a
    • 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
Loading