<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Hi, <br>
<br>
I am not exactly understanding what is the LELX parameter and how to
use it.<br>
( LELX/LELY/LELZ: Maximum number of elements per processor for global
fdm solver
)<br>
<br>
and why sometime in the code there is this check <br>
(for example in the  turbchannel's userchk or in genbox.f) :<br>
<br>
          if(nelx.gt.lelx .or. nely.gt.lely .or. nelz.gt.lelz) then<br>
           if(nid.eq.0) write(6,*) 'ABORT: nel_xyz > lel_xyz!'<br>
           call exitt<br>
         endif<br>
<br>
can anyone help me on that ?<br>
<br>
<br>
thank you a lot<br>
francesco<br>
</font>
</body>
</html>