Skip to content
Snippets Groups Projects
  1. Feb 19, 2016
  2. Jan 13, 2016
  3. Dec 08, 2015
  4. Nov 03, 2015
  5. Oct 19, 2015
  6. Jul 21, 2015
  7. Jul 14, 2015
  8. Apr 16, 2015
  9. Oct 15, 2013
  10. May 24, 2013
  11. Mar 07, 2013
  12. Nov 28, 2012
  13. Nov 27, 2012
  14. Oct 11, 2012
  15. Oct 10, 2012
  16. Oct 04, 2012
  17. Sep 27, 2012
  18. Sep 18, 2012
  19. Aug 27, 2012
  20. Aug 13, 2012
  21. Aug 08, 2012
  22. Feb 09, 2012
  23. Feb 08, 2012
    • Philipp Nuske's avatar
      - all boxmodels start with paremeter files now · 913f2546
      Philipp Nuske authored
      - each model specifies in the *.cc file which parameters are mandatory
      - syntax as well as output further homogenized and beautified
      - for seeing how to group entries in the input file and how to use them
        in the problem: please have a look at test_2p2c
      - for seeing how to create your own grid (no dgf): please have a look at
        test_2pni
      - for specifying a lense:  please have a look at test_2p
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7672 2fb0f335-1f38-0410-981e-8018bf24f1b0
      913f2546
  24. Feb 07, 2012
  25. 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
    • Philipp Nuske's avatar
      - Changed the tests such that the common text block (error / help) comes · d54c808b
      Philipp Nuske authored
        from start.hh. 
      - Disable property printing by default: more clear
      - Add tests for 3p3c(ni) models
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7623 2fb0f335-1f38-0410-981e-8018bf24f1b0
      d54c808b
  26. Feb 02, 2012
  27. Jan 31, 2012
  28. Jan 26, 2012
  29. Dec 16, 2011
  30. May 27, 2011
  31. Jan 04, 2011
  32. Nov 12, 2010
  33. Aug 24, 2010
  34. Jul 14, 2010
Loading