<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi.<br>
The problem seems to be that for Alberta LeafIntersection and
LevelIntersection<br>
are the same type (is that right Martin?). Then the following two
methods are<br>
the same:<br>
template< class HostGrid, class CoordFunction, class Allocator
><br>
struct TwistUtility< GeometryGrid< HostGrid, CoordFunction,
Allocator > ><br>
{<br>
static int twistInSelf ( const GridType &grid,<br>
const LeafIntersection
&intersection )<br>
static int twistInSelf ( const GridType &grid,<br>
const LevelIntersection
&intersection )<br>
}<br>
and cause a problem.<br>
<br>
What happens if you use ALUGrid for surface and bulk?<br>
<br>
Andreas<br>
<br>
<br>
<div class="moz-cite-prefix">On 27/02/15 17:11, Agnese, Marco wrote:<br>
</div>
<blockquote
cite="mid:6FB931E16423BA4994E74C984D8764115E0A9F08@icexch-m4.ic.ac.uk"
type="cite">
<pre wrap="">Hi Duners,
in my code I have a GeometryGrid defined over an Alugrid and a lower dimension GeometryGrid over an Albertagrid. This works fine.
Instead, if I use for both GeometryGrid-s an Alberta grid, it doesn't compile: the error says that TwistUtility cannot be overloaded (see attachment).
What is the problem?
Thank you very much,
cheers,
Marco. </pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
dune-fem mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dune-fem@dune-project.org">dune-fem@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune-fem">http://lists.dune-project.org/mailman/listinfo/dune-fem</a>
</pre>
</blockquote>
<br>
</body>
</html>