Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. Nov 16, 2016
    • Martin Beck's avatar
      [fix/tutorial-exercise1f] Exercise 1f makes more sense now · 36d017c4
      Martin Beck authored
      The changing constitutive relations task in exercise 1 previously was about
      exchanging the EffToAbsLaw with a LinearMaterial law. It makes more sense to
      replace the RegularizedBrooksCorey.
      The description in the handbook was adapted accordingly.
      36d017c4
  3. Jul 26, 2016
    • Bernd Flemisch's avatar
      remove superfluous `Dumux::` qualifiers · 35bf6f1d
      Bernd Flemisch authored
      Everything in our .hh files is defined within the namespace `Dumux`.
      There were numerous occurrences of `Dumux::` qualifiers that were
      unnecessary. Remove those occurrences. Necessary qualifications
      remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
      35bf6f1d
  4. Mar 24, 2016
  5. Mar 23, 2016
    • Larissa de Vries's avatar
      [cleanup][tests] Use new standard grid creator for structured grids · c86f4bfe
      Larissa de Vries authored and Timo Koch's avatar Timo Koch committed
      This includes several tasks (in this commit tutorial / stokes / 1p / 2p-sequential)
      * Remove unnecessary header includes
      * Use vectors / FieldVectors when reading from input file more often
      * Use input file for structured grids instead of dgf files for most tests
      * Adapt usage message
      
      Several severe fixes to the original commit were provided by Dennis.
      c86f4bfe
  6. Mar 10, 2016
  7. Mar 09, 2016
  8. Mar 07, 2016
  9. Feb 23, 2016
    • Johannes Hommel's avatar
      Handbook2.9 tutorial · e7613809
      Johannes Hommel authored
      Updated the sequential tutorial in the handbook.
      Deleted the old solutions_(de)coupled folders. The previous commit added the new updated solutions.
      e7613809
    • Johannes Hommel's avatar
      Handbook2.9 tutorial · ebc8f9d1
      Johannes Hommel authored
      Updated the tutorial and its description in the handbook to use implicit instead of coupled and sequential instead of decoupled.
      ebc8f9d1
  10. Feb 10, 2016
  11. Feb 02, 2016
  12. Jan 22, 2016
  13. Dec 08, 2015
  14. Nov 03, 2015
  15. Oct 19, 2015
  16. Aug 25, 2015
  17. Jul 28, 2015
  18. Jul 24, 2015
  19. Jul 21, 2015
    • Bernd Flemisch's avatar
      [boundary conditions] setDirichlet: improve documentation and usage · 4133c8ed
      Bernd Flemisch authored
      The general setDirichlet function takes two parameters (pvIdx, eqIdx)
      corresponding to the index of the primary variable and the index of the
      balance equation. A convenience function that only takes one parameter
      exists which calls the general version with two equal parameters. So
      far, this one parameter has been documented as equation index. However,
      it is better to refer to the parameter as a primary variable index.
      
      This commit changes the parameter name and improves the documentation.
      Furthermore, it replaces calls in the tests, whenever the general
      version was called with two parameters of different name but equal value
      or whenever the simplified version was called with an equation index
      instead of a primary variable index.
      
      See FS#270 for details.
      
      Reviewed by Timo.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15115 2fb0f335-1f38-0410-981e-8018bf24f1b0
      4133c8ed
  20. Jul 14, 2015
  21. Jun 24, 2015
  22. Jan 28, 2015
  23. Sep 24, 2014
  24. Sep 17, 2014
  25. Sep 05, 2014
  26. Aug 29, 2014
  27. Jul 23, 2014
  28. Jul 17, 2014
  29. Feb 06, 2014
Loading