Skip to content
Snippets Groups Projects
  1. Jul 11, 2024
  2. Aug 12, 2023
  3. Jun 13, 2022
  4. Jan 14, 2022
    • Thomas H. Gibson's avatar
      Add an Euler model (#196) · f3d986bb
      Thomas H. Gibson authored
      * Add Euler module
      
      * Add simple vortex example
      
      * Document Euler operator and add pulse experiment
      
      * Test euler examples in lazy mode
      
      * Make rk4_step importable
      
      * Remove copypasta from example headers
      
      * Make vortex initial condition importable
      
      * Add Euler convergence test to test suite
      
      * Rename: EulerContainer -> EulerField
      
      * Clean up vortex initial condition
      
      * Add type annotations and rename array container
      
      * Clean up helper functions
      
      * Add Euler module to the docs
      Unverified
      f3d986bb
  5. Oct 25, 2021
  6. Jun 30, 2021
  7. Jun 17, 2021
  8. Jun 11, 2021
    • Thomas H. Gibson's avatar
      Return non-geometric factors for all groups (#121) · ee30ed68
      Thomas H. Gibson authored
      
      * Update function: dt_non_geometric_factor -> dt_non_geometric_factors
      
      * Add timestep estimation helper function
      
      * Add clarifying remark about timestep estimation
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      
      * Make wavespeed argument option
      
      * Drop dt estimator; provide characteristic lengthscales
      
      * Expand and update documentation
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      
      * Allow HyperbolicOperator.max_characteristic_velocity to return local data
      
      * Add warning to dt_geometric_factors about non-volume discretizations
      
      * Add fudge factor to surface advection time step
      
      * Time step estimation: clean up freeze/thaw semantics
      
      * Wave models: clean up freeze/thaw
      
      * Variable coefficient wave model: do not nodal-reduce characteristic velocity
      
      * Add missing freeze(...) for dim=1 case
      
      * Add missing thaw in dt utils unit test
      
      * Fix variable coefficient wave example
      
      * Memoize characteristic lengths rather than geometric factors
      
      * Use actx from wave speed DOFArray in variable coefficient operator
      
      * Pass array context to estimate_rk4_timestep
      
      * Ensure application actx is passed through to timestep estimation
      
      * Update Operator method interfaces for timestepping
      
      * Always return thawed characteristic lengthscales
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      Unverified
      ee30ed68
  9. Jun 05, 2021
  10. Jun 04, 2021
  11. Jun 02, 2021
  12. May 26, 2021
  13. May 25, 2021
  14. May 22, 2021
  15. May 21, 2021
  16. May 19, 2021
  17. May 18, 2021
  18. 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>
      Unverified
      30069877
  19. May 13, 2021
  20. May 12, 2021
  21. May 10, 2021
  22. May 03, 2021
  23. Apr 30, 2021
  24. Apr 28, 2021
  25. Apr 26, 2021
  26. Apr 25, 2021
  27. Apr 16, 2021
  28. Apr 15, 2021
  29. Nov 19, 2020
  30. Sep 08, 2020
  31. Aug 26, 2020
  32. Jul 24, 2020
  33. Jun 28, 2020
Loading