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
      Don't let use of Communicators depend on GRID_DIM · 8fd1da76
      Sander, Oliver authored
      It is pretty confusing to have the behavior of the solvers depend
      on the value of a preprocessor macro that is only used in this
      module in only a very inconsistent way.
      8fd1da76
    • Sander, Oliver's avatar
      Implement GlobalP2Mapper for cube grids without dune-parmg · 1428d2d3
      Sander, Oliver authored
      Unfortunately, this code is used even in sequential situations,
      but previously the code only supported 1d- and 2d grids.
      And as we still support installations without dune-parmg,
      this commit adds an implementation for hypercube grids
      of all dimensions.
      1428d2d3
    • 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
Loading