Skip to content
Snippets Groups Projects
  1. Jan 23, 2016
    • Sander, Oliver's avatar
      New program to measure discretization errors · 2dc6fe3b
      Sander, Oliver authored
      Here is a new program that does nothing but compute discretization errors:
      that is L2 and H1 norms of differences between two functions.  The reference
      function can be either discrete or given in closed form (the latter is not
      enabled yet).
      
      So far I have only used this program to measure discretization errors of
      Cosserat shell models, and I did *not* get the error behavior I expected.
      So either the error behavior of such shells is weird, or this new measurement
      program is still buggy.
      2dc6fe3b
  2. Jan 22, 2016
  3. Jan 20, 2016
  4. Jan 19, 2016
  5. Jan 17, 2016
  6. Jan 10, 2016
  7. Jan 09, 2016
  8. Jan 04, 2016
  9. Dec 31, 2015
  10. Dec 29, 2015
    • Sander, Oliver's avatar
      Introduce a dedicated class LocalQuickAndDirtyFEFunction to produce initial... · a617d51f
      Sander, Oliver authored
      Introduce a dedicated class LocalQuickAndDirtyFEFunction to produce initial iterates for the GFE minimization problems
      
      Previously, a LocalProjectedFEFunction was used for this.  This turned out to be a bad idea for two reasons:
      - Evaluating such a function can actually pretty expensive.  For example,
        to project onto SO(3), the polar decomposition needs to be evaluated by
        an iterative method.
      - Screwing up the LocalProjectedFEFunction implementation can actually screw up
        the GFE implementation as well in very subtle ways.  Specifically, if the
        LocalProjectedFEFunction is not ADOL-C-differentiable, then the GFE function
        will not be differentiable, either.  This fact cost me a few hours searching...
      a617d51f
  11. Dec 28, 2015
  12. Dec 27, 2015
  13. Dec 26, 2015
  14. Dec 19, 2015
  15. Dec 09, 2015
  16. Dec 06, 2015
  17. Dec 03, 2015
Loading