Skip to content
Snippets Groups Projects
  1. Jan 16, 2018
  2. Jan 13, 2018
  3. Jan 10, 2018
  4. Jan 08, 2018
  5. Jan 06, 2018
  6. Jan 04, 2018
  7. Jan 03, 2018
    • Timo Koch's avatar
      [pointsources] Do not enable by default · 0fcb18b3
      Timo Koch authored
      The point source computation in FVProblem uses the problem implementation to compute the point source map.
      However it is executed in the constructor where the problem implemenation is not fully instatiated yet as it
      derives from FVProblem. This patch disables point source computation by default. If you want to specify point
      sources you have to manually call problem->computePointSourceMap() now.
      0fcb18b3
    • Bernd Flemisch's avatar
      [sequential] remove all calls to the deprecated `*_PARAM*` macros · 08b5eca7
      Bernd Flemisch authored
      Replace all calls of `*_PARAM*` macros by correspnding calls to
      `getParam`. Remove the corresponding properties. If `getParam`
      is called more than once for one parameter, specify a default value
      in [`properties.hh`](dumux/porousmediumflow/sequential/properties.hh).
      Otherwise, specify the default value in the call to `getParam`.
      08b5eca7
  8. Dec 22, 2017
  9. Dec 21, 2017
  10. Dec 20, 2017
Loading