Skip to content
Snippets Groups Projects
  1. Jul 16, 2024
  2. Jul 11, 2024
  3. Mar 04, 2024
  4. Aug 12, 2023
  5. Jul 31, 2022
  6. Jun 13, 2022
  7. Oct 19, 2021
  8. Jun 30, 2021
  9. Jun 05, 2021
  10. May 21, 2021
  11. May 19, 2021
  12. May 15, 2021
    • Matt Smith's avatar
      Vectorize local_grad and weak_local_grad (#87) · 30069877
      Matt Smith authored
      
      * vectorize local_grad and weak_local_grad
      
      * added stack argument to local_grad/weak_local_grad
      
      * add test for gradient using op
      
      * propagate stack argument
      
      * tweak comment to avoid flake8 warning
      
      * stack -> (not) nested
      
      * add visualization to gradient test
      
      * disable strong form gradient test for now
      
      * minor cosmetic changes
      
      * tweak local_div/weak_local_div vectorization to work with both nested and non-nested arrays
      
      * suppress pylint false positives
      
      * remove inverse_mass around grad/div in strong form tests
      
      * add check for valid 'form' argument
      
      * remove unneeded flux terms from strong form tests
      
      * Tweak phrasing: "no jumps" instead of "smooth"
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      30069877
Loading