Skip to content
Snippets Groups Projects
  1. Nov 15, 2024
  2. Nov 12, 2024
  3. Nov 06, 2024
  4. Nov 05, 2024
  5. Oct 28, 2024
  6. Oct 07, 2024
  7. Sep 06, 2024
  8. Sep 01, 2024
  9. Aug 28, 2024
  10. Aug 22, 2024
  11. Aug 21, 2024
  12. Aug 07, 2024
  13. Jul 11, 2024
  14. Jul 06, 2024
  15. Jun 23, 2024
    • Sander, Oliver's avatar
      Fix LocalIntegralEnergy for nonconforming discretizations · 1f5c6c83
      Sander, Oliver authored
      This broke recently (or never worked), because nonconforming
      discretizations were not tested anywhere.  This patch therefore
      also generalizes harmonicmaptest to also test with a
      nonconforming discretization.
      
      As part of the fix, the interpolation rules get a new method
      `evaluateValueAndDerivative`, because the previous way to get
      the value and the derivative in a single call (the `evaluateDerivative`
      method that takes a value as an argument) only worked for the
      conforming case.
      1f5c6c83
    • Sander, Oliver's avatar
      harmonicmaptest: Start with trust-region radius 0.25 · 72817e6e
      Sander, Oliver authored
      This avoid two unsuccessful iterations at the beginning,
      and hence reduces the overall time to run the test somewhat.
      72817e6e
  16. May 01, 2024
  17. Apr 30, 2024
  18. Apr 20, 2024
    • Sander, Oliver's avatar
      Write a wrapper for densities from dune-elasticity · 9c9ec672
      Sander, Oliver authored
      dune-elasticity also has densities, but they implement a slightly
      different interface.  Instead of having special code for such
      densities in the LocalIntegralAssembler, add a wrapper that
      makes densities from dune-elasticity look like dune-gfe densities.
      9c9ec672
  19. Apr 16, 2024
  20. Apr 05, 2024
  21. Mar 25, 2024
    • Sander, Oliver's avatar
      013757f0
    • Lisa Julia Nebel's avatar
      Add a MixedRiemannianPNSolver · 9cdb73e4
      Lisa Julia Nebel authored and Sander, Oliver's avatar Sander, Oliver committed
      The MixedRiemannianPNSolver can assemble when different finite element
      spaces are used for deformations and rotations (in, e.g., a Cosserat
      model).  CHOLMOD is used for the inner solver.
      
      This can be much faster than the MixedRiemannianTRSolver.
      9cdb73e4
    • Lisa Julia Nebel's avatar
      Remove unused include statements and type definitions · 8254ae8a
      Lisa Julia Nebel authored and Sander, Oliver's avatar Sander, Oliver committed
      8254ae8a
    • Sander, Oliver's avatar
      Test filmonsubstratetest even when there is no dune-parmg · d8965ca1
      Sander, Oliver authored
      Previously this wouldn't compile, because GlobalP2Mapper only supported
      1d and 2d grids when used without dune-parmg.  This has now been fixed,
      so we can enable filmonsubstratetest and filmonsubstratetest-mixed
      (which involve a 3d grid) also for the situation without dune-parmg.
      
      Strangely, the test without the -mixed produces different results
      depending on whether the dune-parmg version of GlobalP2Mapper is used
      or not. Minor differences are to be expected because the precise
      behavior of multigrid methods (which are used by the TR solver) depends
      on the dof ordering.  But the difference seen here is a bit large
      for my taste.
      
      I don't quite understand this, so this commit introduces some
      subcasing to make CI pass, and document the current behavior.
      d8965ca1
Loading