Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 24, 2016
  3. 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
  4. Mar 10, 2016
  5. Feb 23, 2016
    • 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
  6. Jan 22, 2016
  7. 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
  8. Jul 17, 2014
  9. Feb 06, 2014
  10. Oct 11, 2013
  11. Sep 02, 2013
  12. Aug 29, 2013
  13. May 29, 2013
  14. May 28, 2013
  15. May 24, 2013
  16. Dec 21, 2012
  17. Oct 17, 2012
  18. Sep 18, 2012
  19. Sep 11, 2012
  20. Aug 27, 2012
  21. Aug 22, 2012
  22. May 10, 2012
  23. Feb 23, 2012
  24. Feb 22, 2012
  25. Feb 06, 2012
  26. Jan 31, 2012
  27. Jan 23, 2012
  28. Jan 05, 2012
  29. Jan 02, 2012
  30. Dec 16, 2011
  31. Nov 01, 2011
  32. Oct 27, 2011
  33. Aug 08, 2011
  34. Jul 28, 2011
Loading