Skip to content
Snippets Groups Projects
  1. Jan 18, 2016
    • 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
    • Bernd Flemisch's avatar
      Merge branch 'feature/valgrind-with-cmake' into 'master' · ee2b94cc
      Bernd Flemisch authored
      Feature/valgrind with cmake
      
      
      
      See merge request !43
      ee2b94cc
  2. Jan 15, 2016
    • Christoph Grüninger's avatar
      Merge branch 'bugfix/cmake-test-macro' into 'master' · dca4896c
      Christoph Grüninger authored
      [bugfix] Make test require executable
      
      The test falsely required an executable with the name of the test
      instead of the name of the executable. As the comment correctly states
      the test needs the executable to run not a test target..
      
      See merge request !45
      dca4896c
    • Timo Koch's avatar
      [bugfix] Make test require executable · b0c49f92
      Timo Koch authored
      The test falsely required an executable with the name of the test
      instead of the name of the executable. As the comment correctly states
      the test needs the executable to run not a test target..
      b0c49f92
    • Bernd Flemisch's avatar
      Merge branch 'feature/pointsources-rebased' into 'master' · e8189455
      Bernd Flemisch authored
      Feature/pointsources rebased
      
      Implements a point source feature.
      
      Source terms can be implemented as point sources in the problem file.
      A point source is a new class that stores point coordinates and a values PrimaryVariable vector
      with a source value for each equation.
      Point sources can also be solution dependent. For that the user adds a point source at
      the wished location with values 0.0. Then in the method solDependentPointSource() one
      gets all point sources associated with the DOF that the method is called for and can
      add to their values, values dependent on the current solution.
      The user specifies the source in kg/s (very convenient!).
      
      * [x] Move point source calculation from implicit problem to a helper function
      * [x] Make PointSource a Dumux property so people can use cutomized point source classes derived from a base class
      * [x] Consider extrusion for dim < 3 when calculating the volume
      
      * [x] Implement TimeDependentPointSource?
      * [x] Make it work for adaptive grids
      * [x] Implement PointSource constructor without value (for solDependentSources), the value is then set in solDependentPointSources.
      
      This branch has been rebased recently onto master.
      
      See merge request !36
      e8189455
  3. Jan 14, 2016
  4. Jan 13, 2016
  5. Jan 12, 2016
  6. Jan 08, 2016
  7. Jan 07, 2016
Loading