Skip to content
Snippets Groups Projects
  1. Aug 08, 2018
  2. Aug 06, 2018
  3. Jul 20, 2018
  4. Jul 12, 2018
  5. Jul 09, 2018
  6. Jun 28, 2018
    • Kilian Weishaupt's avatar
      [test] Use new grid managers · 5a326c86
      Kilian Weishaupt authored and Timo Koch's avatar Timo Koch committed
      5a326c86
    • Timo Koch's avatar
      [io][gridmanager] Implement grid manager and grid data classes without singleton · 82be40dc
      Timo Koch authored
      Implement a grid manager class that creates grids and a grid data object. The new class
      is no longer a singleton. It is instantiated by the user. It is possible to get a
      shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes.
      
      * No longer sets the overlap automatically (overlap to be checked by the grid geometry)
      * Does not depend on discretization method or TypeTag anymore
      
      Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
      82be40dc
  7. Jun 18, 2018
  8. Jun 05, 2018
  9. May 16, 2018
  10. May 14, 2018
  11. May 07, 2018
  12. May 03, 2018
  13. Apr 26, 2018
  14. Apr 23, 2018
  15. Apr 17, 2018
  16. Apr 15, 2018
  17. Apr 10, 2018
  18. Apr 06, 2018
  19. Apr 05, 2018
  20. Mar 29, 2018
  21. Mar 27, 2018
  22. Mar 15, 2018
  23. Mar 01, 2018
  24. Feb 12, 2018
  25. Feb 09, 2018
  26. Feb 07, 2018
  27. Feb 01, 2018
  28. Jan 18, 2018
    • Timo Koch's avatar
      [solver] Remove TypeTag dependency of linear solver · ac426f91
      Timo Koch authored
      This patch reduces dependencies and makes usage of linear solvers more flexible, i.e. for two problems with different typetag
      
      * Linear solvers don't need type tag anymore, in fact they don't need any template params
      * the preconditioner block size is now provided for the solve method (see e.g. staggered newton controller)
      * the amg has a convencience alias using a TypeTag but is "independent" through indirection via the traits
      ac426f91
  29. Jan 16, 2018
  30. Jan 10, 2018
  31. Jan 08, 2018
  32. Jan 06, 2018
Loading