Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
    • 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
    • Sander, Oliver's avatar
      Increase TIMEOUT for harmonicmaptest and cosseratcontinuumtest.cc · 78cc500c
      Sander, Oliver authored
      These tests have started to time out. I have no idea why.
      78cc500c
  2. Mar 24, 2024
  3. Mar 19, 2024
  4. Feb 12, 2024
  5. Feb 07, 2024
  6. Jan 15, 2024
    • Sander, Oliver's avatar
      Replace RigidBodyMotion by ProductManifold · 25239378
      Sander, Oliver authored
      The ProductManifold class generalizes RigidBodyMotion, and can do
      everything that the RigidBodyMotion class can.  Therefore there is
      no point in keeping RigidBodyMotion any longer.  Having two
      implementations for the same thing will just confuse people.
      25239378
  7. Jan 07, 2024
  8. Jan 05, 2024
  9. Jan 02, 2024
  10. Nov 23, 2023
  11. Nov 21, 2023
  12. Oct 27, 2023
  13. May 24, 2023
  14. May 22, 2023
    • Sander, Oliver's avatar
      Disable cosseratrodtest · 42686a3f
      Sander, Oliver authored
      It run-time fails on the CI system for unknown reasons.
      I don't currently have the time to spend more time debugging this.
      Therefore, this patch simply disables the test and leaves a note.
      42686a3f
    • Sander, Oliver's avatar
      Test ADOL-C scalar mode with first-order GFEs · bf261bf5
      Sander, Oliver authored
      Currently this test fails on the CI system with an obscure message
      about not being able to write the tape to a file.  Maybe reducing
      the complexity of the functional (by reducing the FE order) will
      get us around that.  In any case I think testing with first-order FE
      is just as thorough as with second-order ones.
      bf261bf5
    • Sander, Oliver's avatar
      Fix a few signed/unsigned warnings · 610473a6
      Sander, Oliver authored
      610473a6
  15. May 16, 2023
  16. Apr 20, 2023
  17. Mar 15, 2023
  18. Mar 11, 2023
  19. Feb 08, 2023
  20. Jan 31, 2023
  21. Jan 07, 2023
  22. Jul 12, 2022
  23. Jul 11, 2022
Loading