Skip to content
Snippets Groups Projects
  1. Oct 17, 2024
    • Oliver Sander's avatar
      Remove STD_BVP_Configure from ugwrapper.hh · 4d5c2e35
      Oliver Sander authored
      Now that STD_BVP_Configure has a domain* argument, ADL is enough
      to find the correct method in dune-uggrid, and the wrapper in
      ugwrapper.hh is not needed anymore.
      4d5c2e35
    • Oliver Sander's avatar
      [UGGrid] Stop calling CreateDomain/RemoveDomain · c6626a4f
      Oliver Sander authored
      These two methods have been removed from dune-uggrid.  Instead
      'domain' objects can be simply handled via new/delete.
      
      The current code looks like it leaks to the 'domain' object,
      but it probably did so before, too.  To be fixed in a
      later commit.
      c6626a4f
    • Oliver Sander's avatar
      Call STD_BVP_Configure directly · 428b88cd
      Oliver Sander authored
      Previously, the ConfigPtr variable stored a pointer to that method.
      We don't use the extra flexibility offered by that, so let's simplify
      the code and just call STD_BVP_Configure directly.
      428b88cd
  2. Oct 08, 2024
  3. Oct 04, 2024
  4. Sep 30, 2024
  5. 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
  6. Sep 27, 2024
  7. Sep 23, 2024
  8. Sep 20, 2024
  9. Sep 05, 2024
  10. Sep 04, 2024
  11. Aug 13, 2024
  12. Aug 09, 2024
  13. May 31, 2024
  14. May 13, 2024
  15. May 10, 2024
  16. May 08, 2024
  17. May 06, 2024
Loading