<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">LH2 Flyspray</title>
  <subtitle type="text">
    LH2 FlysprayDuMuX: Recently opened tasks  </subtitle>
  <id>http://www.dumux.org/flyspray/</id>
    <updated>2012-05-16T09:49:35Z</updated>
  <link rel="self" type="text/xml" href="feed.php?feed_type=atom"/>
  <link rel="alternate" type="text/html" hreflang="en" href="/flyspray/feed.php"/>
    <entry>
    <title>FS#160: Move DuMuX to Dune 2.2</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=160" />    
    <updated>2012-05-16T09:49:35Z</updated>    
    <published>2012-05-16T09:49:35Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Dune 2.2 is just around the corner, the release is planned to be in three week and the branch is already created. Are there any plans to move DuMuX from Dune 2.1 to 2.2?<br />
<br />
I\&#039;d like to make the move as soon as possible because for coupling we use some hand-picked versions from SVN which is annoying and error prone.<br />
We would all profit from the bugfixes done by the Dune devs.<br />
<br />
I\&#039;d propose to start the transition for dumux (stable) directly after the Dune release. If we decide that, it would be a good idea to commit changes during the next three weeks.<br />
<br />
I volunteer to do the work for dumux and dumux-lecture. For dumux-devel changes, I can help on request.<br />
<br />
What are your thoughts?      </div>
    </content>
    <author><name>Christoph Grüninger</name></author>
    <id>http://www.dumux.org/flyspray/:160</id>
  </entry>
    <entry>
    <title>FS#159: Unification of common flux variables capabilities</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=159" />    
    <updated>2012-05-11T18:17:10Z</updated>    
    <published>2012-05-11T18:17:10Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Let us chase a new pig through the village, and I would like to thank Philipp for bringing this up: There is a lot of unification potential for the flux variables. I propose two stages:<br />
<br />
1. Establish a base class, e.g. BoxFluxVariables providing and implementing the following interface:<br />
face():<br />
The (sub-control-volume) face to which the flux variables are referring.<br />
<br />
up/downstreamIdx(int phaseIdx):<br />
Obvious. We could default phaseIdx to 0 admitting a shortcut for single-phase models.<br />
<br />
normalVelocity(int phaseIdx):<br />
The normal component of the phase velocity. A default implementation using Darcy\&#039;s law is provided which can be used by all standard porous media models. It could be overwritten by e.g. Stokes or extended by the possibility to use Forchheimer.<br />
<br />
These are the only face quantities which are necessary for calculating the advective fluxes. Inheriting the model-specific flux variables from the base would greatly simplify all box flux variables. Plus greatly simplify the calculation of the advective fluxes in the computeFlux routine. <br />
<br />
This sounds great, but there is a catch: for the calculation of Darcy\&#039;s velocity, one has to upwind the mobility. For the calculation of the mass or enthalpy fluxes afterwards, one has to upwind again, e.g. density. If the upwind weight alpha is different from 1, this gives a different result as we would currently get. I think we can live with this since we anyway almost never choose the upwind weight different from 1. It also is rather a matter of interpretation than doing something better or worse. <br />
<br />
2. Diffusive fluxes: This will require a bit more discussion, since this is handled rather differently among the individual models. We should discuss this after finishing 1.<br />
<br />
Please contribute your thoughts. <br />      </div>
    </content>
    <author><name>Bernd Flemisch</name></author>
    <id>http://www.dumux.org/flyspray/:159</id>
  </entry>
    <entry>
    <title>FS#158: Decide whether gradients should have dimension dim or dimworld</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=158" />    
    <updated>2012-05-02T15:25:20Z</updated>    
    <published>2012-05-02T15:25:20Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Improve consistency for gradients whether it is a FieldVector&lt;Scalar, dim&gt; or a FieldVector&lt;Scalar, worlddim&gt;. We should investigate what would be correct and what we have to change.      </div>
    </content>
    <author><name>Christoph Grüninger</name></author>
    <id>http://www.dumux.org/flyspray/:158</id>
  </entry>
    <entry>
    <title>FS#144: remove deprecated methods</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=144" />    
    <updated>2012-04-09T12:09:16Z</updated>    
    <published>2012-04-02T12:43:22Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        After the release, it is time to remove the deprecated methods from the trunk. They are listed below. Please let me know if you have objections. Methods for which no objections arise will be removed April 5th. <br />
<br />
dumux/material/spatialparameters/boxspatialparameters1p.hh: <br />
extrusionFactorScv and extrusionFactorScvf, now part of the volume variables <br />
<br />
dumux/material/idealgas.hh: <br />
concentration, replaced by molarDensity<br />
<br />
dumux/material/fluidmatrixinteractions/2p/efftoabslaw.hh:<br />
pC(const Params &amp;params, Scalar Sw, const Scalar temperature)<br />
<br />
dumux/common/start.hh:<br />
startFromDGF, startWithGrid, startWithParameters, all replaced by start<br />
<br />
dumux/common/spline.hh: <br />
set(const ScalarArray&amp;, const ScalarArray&amp;, Scalar, Scalar), replaced by setXYArrays, <br />
set(const PointArray&amp;, Scalar, Scalar), replaced by setArrayOfPoints<br />
<br />
dumux/common/variablelengthspline_.hh, dumux/common/fixedlengthspline_.hh: <br />
various set routines, replaced by more descriptive names<br />
<br />
dumux/io/vtkmultiwriter.hh: <br />
VtkMultiWriter(const std::string&amp;, std::string), replaced by VtkMultiWriter(const GridView&amp;, ...),<br />
beginTimeStep, replaced by beginWrite,<br />
createField, replaced by allocateManagedBuffer,<br />
addVertexData, replaced by attachVertexData, <br />
addCellData, replaced by attachCellData, <br />
endTimeStep, replaced by endWrite <br />
<br />
dumux/decoupled/2p2c/2p2cproblem.hh: <br />
IMPETProblem2P2C(const GridView&amp;, bool) replaced by IMPETProblem2P2C(TimeManager&amp;, ...),<br />
IMPETProblem2P2C(..., SpatialParameters&amp;, ...) replaced by IMPETProblem2P2C(TimeManager&amp;, ...),<br />
initSat(const GlobalPosition&amp;, const Element&amp;) replaced by initSat(const Element&amp;)<br />
initConcentration(const GlobalPosition&amp;, const Element&amp;) replaced by initConcentration(const Element&amp;)<br />      </div>
    </content>
    <author><name>Bernd Flemisch</name></author>
    <id>http://www.dumux.org/flyspray/:144</id>
  </entry>
    <entry>
    <title>FS#143: Doxygen documentation is outdated</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=143" />    
    <updated>2012-03-26T14:33:55Z</updated>    
    <published>2012-03-17T19:21:15Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        The &quot;stable class documentation&quot; on the website still seems to be for the 2.0 release. It should probably be updated to the state of affair of Dumux 2.1.      </div>
    </content>
    <author><name>Andreas Lauser</name></author>
    <id>http://www.dumux.org/flyspray/:143</id>
  </entry>
    <entry>
    <title>FS#142: Improve layout of handbook</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=142" />    
    <updated>2012-03-08T15:16:14Z</updated>    
    <published>2012-03-08T15:07:58Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Dumux handbook appears  as  generated from different sources.<br />
Make graphics appear more coherent through the text, especially used colors in them. <br />
Improve the latex writing of String DuMuX that it appears more like the logo on web site.<br />
Write C++ with smaller +. If not exists write, a style guidefor content and layout. Add a glossary. Add documentation as own category in flyspray.      </div>
    </content>
    <author><name>David Werner</name></author>
    <id>http://www.dumux.org/flyspray/:142</id>
  </entry>
    <entry>
    <title>FS#141: Requested features implemented in eWoms but not in trunk</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=141" />    
    <updated>2012-03-07T00:18:18Z</updated>    
    <published>2012-03-07T00:16:40Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        This task collects all tasks that are closed only because already implemented in the eWoms branch.<br />
We must not forget these tasks.<br />
<br />
Currently:<br />
<del>&#160;<a href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=100&amp;feed_type=atom&amp;project=3" title="Implemented | Task made private | 100%"  class = "closedtasklink">FS#100</a>&#160;</del> - Specify initial and boundary conditions independently of the physical model<br />
<br />
<del>&#160;<a href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=103&amp;feed_type=atom&amp;project=3" title="Implemented | Task made private | 100%"  class = "closedtasklink">FS#103</a>&#160;</del> - Specify problems and spatial parameters independently of the discretization      </div>
    </content>
    <author><name>Christoph Grüninger</name></author>
    <id>http://www.dumux.org/flyspray/:141</id>
  </entry>
    <entry>
    <title>FS#140: Support Clang compiler</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=140" />    
    <updated>2012-02-29T16:02:45Z</updated>    
    <published>2012-02-29T16:02:45Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Currently dumux cannot be compiled with clang. It would be nice to change this because it has better understandable error messages and can compile a little bit faster.<br />
Currently it is said that Dune can be compiled with clang.      </div>
    </content>
    <author><name>Christoph Grüninger</name></author>
    <id>http://www.dumux.org/flyspray/:140</id>
  </entry>
    <entry>
    <title>FS#139: Cleanup SVN folders</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=139" />    
    <updated>2012-02-29T11:18:30Z</updated>    
    <published>2012-02-29T11:18:30Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        At<a href=" svn://svn.iws.uni-stuttgart.de/DUMUX"> svn://svn.iws.uni-stuttgart.de/DUMUX</a> many folders exist and seems to be orphaned. We should get rid of superfluous stuff.      </div>
    </content>
    <author><name>Christoph Grüninger</name></author>
    <id>http://www.dumux.org/flyspray/:139</id>
  </entry>
    <entry>
    <title>FS#138: make doc and --enable-documentation</title>
    <link href="http://www.dumux.org/flyspray/index.php?do=details&amp;task_id=138" />    
    <updated>2012-02-28T14:46:24Z</updated>    
    <published>2012-02-28T14:46:24Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        I&#039;d expect that with &quot;make doc&quot; we create the handbook and the Doxygen documentation. Currently only the Doxygen is run, not LaTeX. In any other case I would not build the both.<br />
<br />
Do we still need the --enable-documentation flag? I think the documentation should only build when explicitly called &quot;make doc&quot;.      </div>
    </content>
    <author><name>Christoph Grüninger</name></author>
    <id>http://www.dumux.org/flyspray/:138</id>
  </entry>
  </feed>

