Skip to content
Snippets Groups Projects
  1. Aug 21, 2024
  2. Aug 12, 2024
  3. Aug 08, 2024
  4. Aug 07, 2024
  5. Jul 11, 2024
  6. Jul 10, 2024
  7. Jul 09, 2024
  8. Jul 08, 2024
  9. Jul 07, 2024
  10. Jul 06, 2024
  11. Jul 04, 2024
  12. Jun 23, 2024
    • Sander, Oliver's avatar
      Merge branch 'fix-nonconforming-interpolation' into 'master' · d7f0fc07
      Sander, Oliver authored
      Fix nonconforming interpolation
      
      See merge request !153
      d7f0fc07
    • 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
Loading