Skip to content
Snippets Groups Projects
  1. Nov 24, 2024
  2. Nov 05, 2024
  3. Oct 17, 2024
  4. Oct 08, 2024
  5. Oct 04, 2024
  6. Sep 30, 2024
  7. Sep 28, 2024
    • Oliver Sander's avatar
      Fix two typos · 1d9d4891
      Oliver Sander authored
      1d9d4891
    • Oliver Sander's avatar
      [UGGrid] Simplify computation of integrationElement · 04cc5c3e
      Oliver Sander authored
      UGGrid has used an overly complicated way to compute the
      integrationElement since practically forever.  Instead of computing
      the determinant of the Jacobian of the geometry transformation,
      it computed the inverse determinant of the inverse Jacobian.
      This lead to a matrix inversion being performed at each call
      that wasn't actually necessary.
      
      This patch removes this pointless inversion.
      04cc5c3e
    • Oliver Sander's avatar
      Rename method 'Transformation' to 'JacobianInverseTransformation' · 1269c51c
      Oliver Sander authored
      The name should really point out that it is about the *inverse*
      transformation.
      1269c51c
    • Oliver Sander's avatar
      Simplify UGGridGeometry::corner using constexpr if · 11229352
      Oliver Sander authored
      The UGGrid code dates to before constexpr if existed, and uses
      particular "pointless" casts to achieve a similar effect.
      Replace some of these casts by constexpr if, which is much easier
      to read.
      
      The code is simplified further because UGGrid has recently started
      to use FieldVector for point coordinates.  Therefore, componentwise
      copying is not necessary anymore.
      11229352
  8. Sep 27, 2024
  9. Sep 23, 2024
  10. Sep 20, 2024
  11. Sep 05, 2024
  12. Sep 04, 2024
  13. Aug 13, 2024
  14. Aug 09, 2024
  15. May 31, 2024
  16. May 13, 2024
Loading