<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi.<br>
<br>
What is the expected behaviour for a GridFactory created on a process with rank>0?<br>
1) You are not allowed to call things like insertVertex (ALU throws an exception)<br>
2) insertVertex can be called but createGrid still returns an empty grid<br>
<br>
In the docu for UG we have<br>
   If you're working on a parallel machine, and you want to set up a  <br>
   parallel grid, proceed as described only on the rank-0 process.<br>
   Call <tt>loadBalance()</tt> to actually distribute the grid<br>
so the ALU behaviour seems the correct one?<br>
<br>
The problem is with the GmshReader which seems to ignore the rank and call insertVertex on all
<br>
processors,  causing ALU to throw an exception (at least it did that for me in the gmshtest).<br>
<br>
Best<br>
Andreas<br>
<br>
<br>
</div>
</body>
</html>