<?xml version="1.0" ?><rss version="2.0">
  <channel>
    <title>Flyspray:: </title>
    <lastBuildDate>Tue, 07 Sep 2010 11:22:45 +0200</lastBuildDate>
    <description>Flyspray:: Dune: Recently opened tasks</description>
    <link>http://www.dune-project.org/flyspray/</link>
        <item>
      <title>FS#818: Topological embedding and indices of subentities are missing</title>
      <author>Carsten Gräser</author>
      <pubDate>Tue, 07 Sep 2010 11:22:45 +0200</pubDate>
      <description><![CDATA[Currently there is no information on the embedding of subentities available. If you e.g. have an element e you can not get the local index of the i-th vertex of some e.subEntity(j) within e. Furthermore you can not even obtain the index/id of this vertex.<br />
<br />
This fact makes the subEntity method of Entity and the iterators and geometries of codim 0]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=818</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=818</guid>
    </item>
        <item>
      <title>FS#817: Assertion failure in BasicGeometry::normal</title>
      <author>Jonathan Youett</author>
      <pubDate>Thu, 26 Aug 2010 14:03:03 +0200</pubDate>
      <description><![CDATA[When running test-ug.cc with the actual trunk versions of the dune core modules I get the following error:<br />
./test-ug <br />
Testing UGGrid and UGGrid with red/green refinement<br />
test-ug: ../../../dune/grid/genericgeometry/cachedmapping.hh:91: Dune::GenericGeometry::CachedJacobianTransposed::operator const typename Dune::GenericGeometry::CachedStorage::Traits::JacobianTransposedType&amp;() const [with unsigned int dim = 2u, GeometryTraits = Dune::GenericGeometry::DefaultGeometryTraits]: Assertion `*this&#039; failed.<br />
Abgebrochen<br />
<br />
In my code the same error appears when using an UG grid consisting of prisms.<br />
<br />
<br />
<br />
 <br />
  ]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=817</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=817</guid>
    </item>
        <item>
      <title>FS#816: Bogus task</title>
      <author>Markus Blatt</author>
      <pubDate>Fri, 13 Aug 2010 14:41:23 +0200</pubDate>
      <description><![CDATA[Please ignore.]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=816</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=816</guid>
    </item>
        <item>
      <title>FS#815: Tests for generic geometries are not run when &#039;make check&#039; is called</title>
      <author>Oliver Sander</author>
      <pubDate>Mon, 09 Aug 2010 16:16:08 +0200</pubDate>
      <description><![CDATA[When calling &#039;make check&#039; in dune-grid/dune/grid/genericgeometry/test, the tests are compiled, but not run.  This means that the automatic tests miss some important information.]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=815</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=815</guid>
    </item>
        <item>
      <title>FS#814: Explain in the build system tutorial how hand-written modules can be tested for</title>
      <author>Oliver Sander</author>
      <pubDate>Fri, 16 Jul 2010 11:48:54 +0200</pubDate>
      <description><![CDATA[As Christian explained nicely on the list<br />
<br />
You will have to add something like the following to project:<br />
<br />
dumux/m4/dumux.m4:<br />
<br />
dnl -*- autoconf -*-<br />
# Macros needed to find dumux and dependent libraries.  They are called by<br />
# the macros in ${top_src_dir}/dependencies.m4, which is generated by<br />
# &quot;dunecontrol autogen&quot;<br />
<br />
# Additional checks needed to build dumux<br />
# This macro should be invoked by every module which depends on dumux, as<br />
# well as by dumux itself<br />
AC_DEFUN([DUMUX_CHECKS])<br />
<br />
# Additional checks needed to find dumux<br />
# This macro should be invoked by every module which depends on dumux, but<br />
# not by dumux itself<br />
AC_DEFUN([DUMUX_CHECK_MODULE],<br />
[<br />
  DUNE_CHECK_MODULES([dumux],[dumux/dumux.hh])<br />
])<br />
<br />
<br />
The macro DUMUX_CHECK_MODULE is required to find your module. If you<br />
didn&#039;t do any fancy tricks, the default version should do the<br />
trick. If you provide libraries, you should add the name of the lib to<br />
the DUNE_CHECK_MODULES entry (have a look at dune-grid for example).<br />
]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=814</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=814</guid>
    </item>
        <item>
      <title>FS#813: dune-common-dev package conflicts with autoconf-archive</title>
      <author>Oliver Sander</author>
      <pubDate>Mon, 05 Jul 2010 18:41:16 +0200</pubDate>
      <description><![CDATA[The Debian package dune-common-dev_2.0-3 conflicts with the package autoconf-archive, because it contains a few files from the archive and installs them.  Some of the files are locally modified, others are (appear to be) verbatim copies.  Hence an installation would overwrite files originally installed by the autoconf-archive (and vice versa), a thing that dpkg doesn&#039;t let you do.<br />
<br />
The situation is worse if you install dune-common globally without the help of a package manager.  In that case, files from the autoconf-archive will be tacitly overwritten.<br />
<br />
]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=813</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=813</guid>
    </item>
        <item>
      <title>FS#812: ./dune/grid/genericgeometry/test/testgeo.hh missing from 2.0 tarball</title>
      <author>Elias Pipping</author>
      <pubDate>Wed, 30 Jun 2010 20:06:09 +0200</pubDate>
      <description><![CDATA[dune/grid/genericgeometry/test/testmapping.cc and dune/grid/genericgeometry/test/testgeo.cc try to include testgeo.hh which is also listed in SOURCES of dune/grid/genericgeometry/test/Makefile.am. For some reason, that file is not part of the tarball whereas it does exist in the trunk.]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=812</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=812</guid>
    </item>
        <item>
      <title>FS#811: automagic dependency: gmp</title>
      <author>Elias Pipping</author>
      <pubDate>Wed, 30 Jun 2010 19:43:14 +0200</pubDate>
      <description><![CDATA[passing --without-gmp does not work.<br />
<br />
as one can already see from output such<br />
<br />
checking for __gmpz_abs in -Lno/lib -lgmp... yes<br />
<br />
it clearly doesn&#039;t do what it&#039;s supposed to (--without-gmp is equivalent to --with-gmp=no). ]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=811</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=811</guid>
    </item>
        <item>
      <title>FS#810: Destructor of parallel UGGrid fails</title>
      <author>Oliver Sander</author>
      <pubDate>Tue, 29 Jun 2010 17:08:35 +0200</pubDate>
      <description><![CDATA[The attached test file is supposed to load a grid from a gmsh file, loadbalance it and quit. However the UGGrid destructor throws an exception on all but the master processors:<br />
<br />
sander@haile:~/dune-parallel/dune-grid/dune/grid/io/file/test$ mpirun -np 2 destructortest<br />
DimX=2, DimY=1, DimZ=1<br />
Reading 3d Gmsh grid...<br />
version 2 Gmsh file detected<br />
file contains 14 nodes<br />
file contains 48 elements<br />
number of real vertices = 14<br />
number of boundary elements = 24<br />
number of elements = 24<br />
Reading 3d Gmsh grid...<br />
version 2 Gmsh file detected<br />
file contains 14 nodes<br />
file contains 48 elements<br />
number of real vertices = 14<br />
number of boundary elements = 24<br />
number of elements = 24<br />
Process 1 is about to terminate!<br />
Process 0 is about to terminate!<br />
GridError: UG3d::DisposeMultiGrid returned error code!<br />
<br />
<br />
Here is the file<br />
<br />
#include &quot;config.h&quot;<br />
<br />
#include <br />
#include <br />
#include <br />
<br />
using namespace Dune;<br />
<br />
int main( int argc, char** argv ) try<br />
{  <br />
    Dune::MPIHelper::instance( argc, argv );<br />
<br />
    typedef Dune::UGGrid GridType;<br />
    GridType grid;<br />
<br />
    Dune::GmshReader gmshreader;<br />
    gmshreader.read(grid, &quot;cube.msh&quot;);<br />
<br />
    grid.loadBalance();<br />
<br />
    std::cout ]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=810</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=810</guid>
    </item>
        <item>
      <title>FS#809: dunecontrol --help reports an error</title>
      <author>Carsten Gräser</author>
      <pubDate>Tue, 29 Jun 2010 12:01:54 +0200</pubDate>
      <description><![CDATA[The help on dunecontrol says that the options -h and --help show the help text.<br />
Using these options leads to<br />
<br />
ERROR: unknown command &quot;--help&quot; / ERROR: unknown command &quot;-h&quot;<br />
<br />
However the help text is still displayed as for any unknown command.<br />
<br />
]]></description>
      <link>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=809</link>
      <guid>http://www.dune-project.org/flyspray/index.php?do=details&amp;task_id=809</guid>
    </item>
      </channel>
</rss>
