<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Saikat,
<div class=""><br class="">
</div>
<div class="">I think this is what is expected. If we look at postpro.f in nek’s source code (subroutine gen_rea_bc), there are 4 different formats in which the boundary conditions will be written depending on the element count. </div>
<div class="">In your case, since the element count is greater than 1000 but less than 100,000, we expect the format to be: first 4 character spaces for boundary condition, next 5 characters for element number, 1 character for edge/face number depending on
 2d/3d and so on. As a result, your boundary condition line shows as:</div>
<div class="">
<pre style="white-space: pre-wrap; font-variant-ligatures: normal; orphans: 2; widows: 2;" class=""> E   30724   2731.00       2.00000       0.00000       0.00000       0.00000</pre>
<div class=""><br class="">
</div>
</div>
<div class="">Thanks,</div>
<div class="">Ketan</div>
</body>
</html>