<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,</p>
<p><br>
</p>
<p>We have a finite volume code with structured grid. We use the DMDA data structure.</p>
<p><br>
</p>
<p>Now we have the load balancing problem as shown in the attached picture. The domain is decomposed into 4 partitions. The sub-domain in black (proc 2) is solid which is of no interest. We would like to calculate only the fluid part in proc 1, 3 and 4 which
 means the resource in proc 2 is wasted. Does DMDA now support multi-block with communication between blocks? I mean I build block 1 and assign to proc1, block 2 to proc 3 and block 3 to proc 4. So the solid sub-domain does not exist. Any suggestion?<br>
</p>
<p><br>
</p>
<p>Or I have to do it using DMPLEX? Since data structure of the whole code  is based on  DMDA, is there any "simple way" to switch from DMDA to DMPLEX without changing the loop structure in the code?</p>
<p><br>
</p>
<p>Thank you.<br>
</p>
<p><br>
</p>
<p>Best regards</p>
<p>Jianjun<br>
</p>
</body>
</html>