Skip to content
Snippets Groups Projects
  1. Apr 24, 2017
  2. Mar 29, 2017
  3. Mar 27, 2017
    • René Heß's avatar
      Hopefully last jacobian splitting bugfix · 542ddd4c
      René Heß authored
      In the end I had to combine the last two versions. For jacobians:
      - We want to split according to the FunctionView (e.g. Stokes).
      - We don't want to split according to gradients (e.g. sumfactorization).
      542ddd4c
  4. Mar 24, 2017
    • René Heß's avatar
      Ignore indices when splitting into accumulation terms · 75c89208
      René Heß authored
      Example: Before this commit the expression
      
      \sum_i a_i (\nabla v)_i + \sum_j b_j (\nabla v)_j
      
      was split into two accumulation terms:
      
      1) a_k with corresponding test function (\nabla v)_k
      2) b_l with corresponding test function (\nabla v)_l
      
      Now we split into:
      
      a_k + b_k with corresponding test function (\nabla v)_k
      
      This is possible since we have linearity in the test function.
      
      TODO: Jacobians are not yet working
      75c89208
  5. Oct 26, 2016
    • Dominic Kempf's avatar
      Reorganize imports to have all backend implentations included · e3195d96
      Dominic Kempf authored
      The backend selecting mechanism needs all modules to be imported.
      This commit restructures the package to be able to do that. Placement
      of some functions felt weird, but this can still be changed.
      No more placements in __init__.py anymore though, as this will
      result in cyclic dependencies.
      e3195d96
  6. Oct 18, 2016
  7. Oct 12, 2016
  8. Oct 05, 2016
  9. Aug 18, 2016
  10. Aug 17, 2016
  11. Jul 21, 2016
  12. May 12, 2016
  13. May 03, 2016
  14. Apr 27, 2016
  15. Apr 07, 2016
  16. Feb 24, 2016
  17. Feb 22, 2016
  18. Sep 16, 2015
  19. Sep 11, 2015
  20. Sep 10, 2015
Loading