Skip to content
Snippets Groups Projects
  1. Feb 11, 2015
    • Bernd Flemisch's avatar
      [el2p] parallelize the el2p model · 8c450823
      Bernd Flemisch authored
      So far, the el2p model did not run in parallel, since our parallel
      solvers assume a certain ordering of the degrees of freedom. This patch
      mainly introduces an AMG backend that is tailored to the el2p model. It
      simply reorders the linear system by copying from the original system,
      passes the reordered system to the original AMG backend, and
      reorders/copies the result back. This could be achieved more
      efficiently and with less memory usage by already reordering the dofs
      inside the el2p model or by adapting the AMG backend. Since the
      performance impact appears to be minimal, we decided to keep the current
      simple solution and try a better one once we need it.
      
      Reviewed by Martin B.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14235 2fb0f335-1f38-0410-981e-8018bf24f1b0
      8c450823
    • Bernd Flemisch's avatar
      [mpfa] remove unused variable · e0370fc0
      Bernd Flemisch authored
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14234 2fb0f335-1f38-0410-981e-8018bf24f1b0
      e0370fc0
    • Timo Koch's avatar
      [cellcentered] cleanup ccfvelementgeometry · 76973d94
      Timo Koch authored
      Remove unused include and enums. Corrected enums to match cellcentered geometry.
      The enums were still matched to the box method causing a memory overhead for the cellcentered.
      Cellcentered methods should now need less allocated memory. Question remains if vector sizes 
      in element geometry have to be variable (hanging nodes and low dimensional grids)
      
      Reviewed by bernd
        
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14233 2fb0f335-1f38-0410-981e-8018bf24f1b0
      76973d94
  2. Feb 10, 2015
    • Bernd Flemisch's avatar
      [mpnc] retrieve run-time parameter values instead of compile-time · 9b27f263
      Bernd Flemisch authored
      property values
      
      Several values steering the output as well as the Newton have been
      handled inconsistently. While they have been obtained as run-time values
      from the parameter tree in other models or parts of the mpnc model, the
      compile-time property values have been taken at certain locations. Thus,
      despite "advertised" as being run-time, it was not possible to actually
      set them run-time. This was also due to the fact that those values have
      been set as (private) enums. In order to reach consistency, these values
      are member variables now and retrieved run-time.
      
      Reviewed by gruenich.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14228 2fb0f335-1f38-0410-981e-8018bf24f1b0
      9b27f263
  3. Feb 09, 2015
  4. Feb 06, 2015
  5. Feb 05, 2015
  6. Feb 04, 2015
  7. Feb 02, 2015
  8. Jan 30, 2015
  9. Jan 28, 2015
  10. Jan 27, 2015
  11. Jan 26, 2015
  12. Jan 23, 2015
  13. Jan 22, 2015
Loading