Skip to content
Snippets Groups Projects
  1. Sep 18, 2014
  2. Sep 17, 2014
  3. Sep 08, 2014
  4. Sep 05, 2014
    • Bernd Flemisch's avatar
      [nonisothermal] move the already existing non-isothermal two-phase · ca130fff
      Bernd Flemisch authored
      models to the generic setting
      
      In order to use a new nonisothermal model, only the includes in
      the corresponding application files have to be changed from
      including the dedicated non-isothermal model such as
      #include <dumux/implicit/2p2cni/2p2cnimodel.hh>
      to the corresponding isothermal one such as
      #include <dumux/implicit/2p2c/2p2cmodel.hh>
      This has been done for the tests in test/implicit/2pni, ...2p2cni and
      ...co2ni.
      
      For enabling the isothermal models to get the new non-isothermal
      functionality, it was sufficient to modify the files ...properties.hh
      and ...propertydefaults.hh:
      
      - In ...properties.hh, a non-isothermal type tag such as "TwoPTwoCNI" is
        introduced that inhereits from the corresponding isothermal one AND
        the type tag "NonIsothermal". In order to not mix it up with the old
        non-isothermal models, corresponding safety guards were added.
      
      - In ...propertydefaults.hh, the properties introduced in
        niproperties.hh of the isothermal model have to be set.
      
      The old non-isothermal models have been deprecated by emitting a warning
      if the corresponding ...properties.hh file is included. To ensure that
      they still work, the ...properties.hh file is included on top of every
      file that corresponds to the old model. Together with the safety guard
      mentioned above, this guarantees that in fact the old model is chosen if
      desired.
      
      Reviewed by Alex K.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13290 2fb0f335-1f38-0410-981e-8018bf24f1b0
      ca130fff
    • Bernd Flemisch's avatar
      [multidomain] reflect the move to PDELab 2.0 in dune.module, README · 2a070b6b
      Bernd Flemisch authored
      files and installation script
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13288 2fb0f335-1f38-0410-981e-8018bf24f1b0
      2a070b6b
    • Bernd Flemisch's avatar
      [multidomain] move from PDELab 1.1 to 2.0 · 39e7a22a
      Bernd Flemisch authored
      Allows to use an unpatched (!) PDELab 2.0 for the multidomain
      applications. Users have to upgrade to PDELab 2.0 and the 2.0 release
      branch of dune-multidomain. 
      
      - Subdomain GridFunctionSpaces are expected to use
        Dune::PDELab::NoConstraints instead of
        ...NonoverlappingConformingDirichletConstraints. Users have to remove
        the corresponding property settings in the subproblem files.
      
      - Subdomain GridOperators are no longer needed. The property name has
        been removed from subdomainproperties.hh. Users have to remove
        the corresponding property settings in the subproblem files.
      
      - Use OrderingTags instead of Mappers.
      
      - The storage of residual, current and old solution in the
        assembler/model uses shared_ptr now. 
      
      - The components of the multidomain vector containers are accessed via
        the base() method. Everything in splitandmerge.hh still relies on
        EntityBlockwiseOrdering. 
      
      Reviewed by gruenich.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13287 2fb0f335-1f38-0410-981e-8018bf24f1b0
      39e7a22a
    • Bernd Flemisch's avatar
      [multidomain] replace deprecated GenericReference* · f89eebf5
      Bernd Flemisch authored
      Reviewed by gruenich.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13285 2fb0f335-1f38-0410-981e-8018bf24f1b0
      f89eebf5
    • Bernd Flemisch's avatar
      [buildsystem] merge from strip-pdelab: allow out-of-source builds, make · eed0fd31
      Bernd Flemisch authored
      correct use of wildcards, add ALUGrid flags to tests with AMG.
      
      Merge revisions 12949, 13246 and 13248 from the strip-pdelab branch.
      They all improve the buildsystem behavior.
      
      Thanks to Markus Blatt for the work.
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13282 2fb0f335-1f38-0410-981e-8018bf24f1b0
      eed0fd31
  5. Sep 03, 2014
  6. Sep 02, 2014
  7. Aug 29, 2014
  8. Aug 27, 2014
  9. Aug 22, 2014
  10. Aug 13, 2014
  11. Jul 24, 2014
  12. Jul 17, 2014
  13. Jul 08, 2014
  14. Jul 02, 2014
  15. Jul 01, 2014
  16. Jun 30, 2014
  17. Jun 06, 2014
  18. Jun 05, 2014
  19. Jun 04, 2014
  20. May 29, 2014
  21. May 22, 2014
  22. May 20, 2014
  23. May 19, 2014
Loading