<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br><br>I'm trying to solve a problem on a square shape domain with mixed boundary conditions, with Dirichlet on top and right sides of the square and Neumann on the other two sides.<br><br>The first idea I thought is to enumerate all the nodes such that Dirichlet points have an index separated from the others (that is, if a side is divided into n parts, then all free nodes have index from 0 to (n*n)-1, while Dirichlet points have index from n*n a (n*n)+2n)<br><br>Is that a possibility or could DUNE make something different?<br><br>Thank you for your disponibility,<br><br>Best,<br><br>Mauro<br>                                        </div></body>
</html>