Skip to content
Snippets Groups Projects
  1. Jul 12, 2017
  2. May 26, 2017
  3. Apr 25, 2017
  4. Apr 24, 2017
  5. Mar 31, 2017
  6. Mar 30, 2017
  7. Mar 29, 2017
  8. Mar 27, 2017
  9. 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
    • René Heß's avatar
      Move extract_accumulation_terms.py · fa7177bb
      René Heß authored
      fa7177bb
  10. Feb 07, 2017
  11. Dec 12, 2016
  12. Dec 09, 2016
  13. Oct 18, 2016
  14. Oct 12, 2016
  15. Oct 11, 2016
  16. Oct 05, 2016
  17. Sep 23, 2016
  18. Aug 25, 2016
  19. Jul 26, 2016
  20. Apr 28, 2016
  21. Apr 27, 2016
  22. Apr 20, 2016
    • Dominic Kempf's avatar
      Major update · 351cf366
      Dominic Kempf authored
      Some work on parameter classes, a bugfix on the splitting algorithm
      some simplifications in the generation stage
      351cf366
  23. Apr 07, 2016
  24. Feb 24, 2016
  25. Feb 22, 2016
  26. Feb 16, 2016
  27. Jan 20, 2016
Loading