Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
    • Bernd Flemisch's avatar
      [richards] fix parallel test · f0de74b7
      Bernd Flemisch authored
      Commit 219dd9 defaulted the linear solver to a sequential one. Since
      the box Richards test is running in parallel, a parallel linear
      solver has to be set. The AMGBackend gives slightly different results
      above the fuzzy threshold. Therefore, also the reference solution is
      adapted.
      f0de74b7
  2. Jan 22, 2016
  3. Nov 03, 2015
  4. Oct 16, 2015
  5. Jul 14, 2015
  6. May 06, 2015
    • Natalie Schröder's avatar
      [richards] · 12fe4015
      Natalie Schröder authored
      The richards model has now an additional flag useHead, which can be used to switch between pressure-saturation definition and pressureHead-watercontent definition. The primary variables are either pressure in [Pa] or pressure head in [cm]. Default is useHead = false.
      
      tested and reviewed by Bernd
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14716 2fb0f335-1f38-0410-981e-8018bf24f1b0
      12fe4015
  7. Mar 03, 2015
  8. Jan 13, 2015
    • Timo Koch's avatar
      This implements the task of the last dumux day for the implicit tests... · 53ace3de
      Timo Koch authored
      This implements the task of the last dumux day for the implicit tests (common/decoupled/freeflow/geomechanics see earlier commit):
      In test folder:
      1. change SET_TYPE_PROP instead of SET_PROP where possible
      2. Remove commented code where not needed
      3. Remove unnecessary includes
      4. Change the neumann/dirichlet,... functions to the corresponding atPos functions where globalPos is needed
      
      The task for the multidomain folder will follow by thomas
      
      Reviewed by bernd
       
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14046 2fb0f335-1f38-0410-981e-8018bf24f1b0
      53ace3de
  9. Jul 02, 2014
  10. Apr 29, 2014
  11. Oct 09, 2013
  12. May 29, 2013
  13. May 28, 2013
  14. May 24, 2013
  15. Mar 07, 2013
  16. Feb 26, 2013
  17. Dec 05, 2012
  18. Nov 27, 2012
  19. Oct 15, 2012
  20. Oct 01, 2012
  21. Sep 18, 2012
  22. Aug 27, 2012
  23. Aug 08, 2012
  24. Aug 07, 2012
  25. Jun 04, 2012
  26. May 03, 2012
  27. Apr 30, 2012
  28. Apr 10, 2012
  29. Feb 16, 2012
  30. Feb 09, 2012
  31. Feb 03, 2012
    • Bernd Flemisch's avatar
      Reverted commit 7624 according to release manager and PFP. Too many... · 41800117
      Bernd Flemisch authored
      Reverted commit 7624 according to release manager and PFP. Too many undiscussed changes after soft feature freeze. Can be discussed on Monday at the Dumux coffee at 9.30 h. Decisions made there are binding.
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7627 2fb0f335-1f38-0410-981e-8018bf24f1b0
      41800117
    • Andreas Lauser's avatar
      startWithParamters: cleanups · d3feb780
      Andreas Lauser authored
      - capitalize first letter of arguments again. Reason: this would be really
        confusing if the fist letter needs to be a captital one for parameters such as
        "EnableAbsoluteCriterion" (i.e. --Enable-absolute-criterion=1) but must be lowercase
        for some others like "dtInitial" (i.e. --dt-inititial=250.0)
      - remove "startWithParametersProvideGrid" method in start.hh. reason:
        the grid should be provided by a GridCreator. the lens problem has been adapted.
      - introduce SET_RUNTIME_DEFAULT to make it possible to specify default values
        for runtime parameters
      - removed "gridView" argument from the constructor of the box
        problems. Reason: With the gridView, it would not be possible to use
        anything but leafGridViews in the box models. Since the grid can be retrieved
        from the GridCreator, this also does not change to much...
      - print the properties by default again. Reason: printing all
        properties is a quite useful thing which would be hard to discover
        if printing them is disabled by default. on the other hand, if
        somebody is annoyed by the 60+ lines of output he/she will ask the
        developers.
      - provide a default usage() function, but allow problems to provide
        their own.  Reason: Most problems have no specific parameters, but
        there might be problem-specific parameters which should be
        printed. For the 2p test of the box models these spefic parameters
        currently are the coordinates of the lens and the resolution of the
        grid.
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7624 2fb0f335-1f38-0410-981e-8018bf24f1b0
      d3feb780
  32. Jan 31, 2012
  33. Jan 13, 2012
  34. Jan 05, 2012
Loading