Skip to content
Snippets Groups Projects
  1. Jan 22, 2016
  2. Jan 21, 2016
  3. Jan 20, 2016
  4. Jan 19, 2016
  5. Jan 18, 2016
    • Christoph Grüninger's avatar
      Merge branch 'fix/2pminc' into 'master' · 41809700
      Christoph Grüninger authored
      [2pminc][bugfix] Fix compiler error variable unknown
      
      This is a quick fix that dumux compiles again.
      It looks like the 2pminc needs some cleanup (-> dumux-day?)
      
      See merge request !48
      41809700
    • Timo Koch's avatar
      [bugfix] Fix compiler error variable unknown · d7f3f55f
      Timo Koch authored
      d7f3f55f
    • Timo Koch's avatar
      [changelog] Update changelog · fa9e3181
      Timo Koch authored
      fa9e3181
    • Timo Koch's avatar
      [gridcreator] Deprecate simplex, cube, dgf grid creator · ee1f299b
      Timo Koch authored
      Structured grids can be defined (since dumux 2.8 / dune 2.4)
      via the input file like follows:
      
      [Grid]
      LowerLeft = 0 0 0
      UpperRight = 4 5 6
      Cells = 2 2 6
      CellType = Simplex
      Refinement = 1         # optional
      
      Note that Simplex is only available for grids supporting simplices.
      For multidomain applications the property GridParameterGroup can be
      set in each sub problem if you need to define different grids for
      the subdomains in the same input file.
      
      DGF
      The new default gridcreator (since dumux 2.8) has the
      identical functionality with identical interface. Just specify
      
      [Grid]
      File = bla.dgf
      ee1f299b
Loading