Skip to content
Snippets Groups Projects
  1. Jul 09, 2024
  2. Jul 08, 2024
  3. Jul 06, 2024
  4. Jul 04, 2024
  5. 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
      Remove a few unused static data members · a5db27c6
      Sander, Oliver authored
      a5db27c6
  6. Jun 22, 2024
  7. May 16, 2024
  8. May 07, 2024
  9. May 01, 2024
  10. Apr 30, 2024
  11. Apr 23, 2024
  12. Apr 20, 2024
  13. Apr 16, 2024
  14. Apr 05, 2024
    • Sander, Oliver's avatar
      Use simpler matrix types for element Hesse matrices · d8ecb0bc
      Sander, Oliver authored
      Non-composite settings use Dune::Matrix<double>,
      composite settings use a FieldMatrix where each entry
      is Dune::Matrix<double>.
      
      This is not quite as simple as the dune-functions convention,
      which is to use Dune::Matrix in all cases.  But it is still
      simpler than before.
      d8ecb0bc
    • Sander, Oliver's avatar
      Use plain std::vector<double> for element energy gradients · a7ed4215
      Sander, Oliver authored
      This is what dune-function mandates.  We don't actually use
      dune-functions here a lot, but it is still nice to stay in the spirit.
      Also, I am thinking about using dune-functions bases for *some*
      indexing work in the future.
      
      Plus, I hope that getting rid of the blocking will improve run-times
      of debug builds a little bit, in particular in the
      LocalIntegralStiffness class.
      a7ed4215
  15. Mar 26, 2024
  16. Mar 25, 2024
  17. Mar 24, 2024
  18. Mar 19, 2024
Loading