<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
I get an error while reading in the structured field file, which I generated according to the manual specifications (I believe). Gmsh is crashing when I select the structured file to read in using GUI, or gives me an error message if I type the file name by
 hand. Could you please advise me what I do wrong, or ideally provide with a working example?
<div><br>
</div>
<div>Here is my structured file:</div>
<div><br>
</div>
<div>
<div>-10.0 -10.0 0.0</div>
<div>20.0 20.0 1.0</div>
<div>2 2 2</div>
<div>500.0 500.0</div>
<div>500.0 500.0</div>
<div>400.0 400.0</div>
<div>400.0 400.0</div>
</div>
<div><br>
</div>
<div>Here is the manpage entry:</div>
<div><br>
</div>
<div><dt style="line-height: 20.5200004577637px; color: rgb(37, 37, 37); font-family: helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">
<code style="line-height: 1.35; font-size: 12px;">Structured</code><a name="index-Structured" style="line-height: 1.35; text-decoration: none; color: rgb(6, 69, 173); background: none;"></a></dt><dd style="line-height: 20.5200004577637px; color: rgb(37, 37, 37); font-family: helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">
<div style="line-height: 1.35; margin-top: 0.8em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; ">
Linearly interpolate between data provided on a 3D rectangular structured grid.<br style="line-height: 1.35;">
<br style="line-height: 1.35;">
The format of the input file is:<br style="line-height: 1.35;">
<br style="line-height: 1.35;">
Ox Oy Oz <br style="line-height: 1.35;">
Dx Dy Dz <br style="line-height: 1.35;">
nx ny nz <br style="line-height: 1.35;">
v(0,0,0) v(0,0,1) v(0,0,2) ... <br style="line-height: 1.35;">
v(0,1,0) v(0,1,1) v(0,1,2) ... <br style="line-height: 1.35;">
v(0,2,0) v(0,2,1) v(0,2,2) ... <br style="line-height: 1.35;">
... ... ... <br style="line-height: 1.35;">
v(1,0,0) ... ... <br style="line-height: 1.35;">
<br style="line-height: 1.35;">
where O are the coordinates of the first node, D are the distances between nodes in each direction, n are the numbers of nodes in each direction, and v are the values on each node.<br style="line-height: 1.35;">
Options:<br style="line-height: 1.35;">
</div>
<dl compact="compact" style="line-height: 1.35;"><dt style="line-height: 1.35;"><code style="line-height: 1.35; font-size: 12px;">FileName</code></dt><dd style="line-height: 1.35;">
<div style="line-height: 1.35; margin-top: 0.8em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; ">
Name of the input file<br style="line-height: 1.35;">
type: path<br style="line-height: 1.35;">
default value: <code style="line-height: 1.35; font-size: 12px;">""</code></div>
</dd><dt style="line-height: 1.35;"><code style="line-height: 1.35; font-size: 12px;">OutsideValue</code></dt><dd style="line-height: 1.35;">
<div style="line-height: 1.35; margin-top: 0.8em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; ">
Value of the field outside the grid (only used if the "SetOutsideValue" option is true).<br style="line-height: 1.35;">
type: float<br style="line-height: 1.35;">
default value: <code style="line-height: 1.35; font-size: 12px;">0</code></div>
</dd><dt style="line-height: 1.35;"><code style="line-height: 1.35; font-size: 12px;">SetOutsideValue</code></dt><dd style="line-height: 1.35;">
<div style="line-height: 1.35; margin-top: 0.8em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; ">
True to use the "OutsideValue" option. If False, the last values of the grid are used.<br style="line-height: 1.35;">
type: boolean<br style="line-height: 1.35;">
default value: <code style="line-height: 1.35; font-size: 12px;">0</code></div>
</dd><dt style="line-height: 1.35;"><code style="line-height: 1.35; font-size: 12px;">TextFormat</code></dt><dd style="line-height: 1.35;">
<div style="line-height: 1.35; margin-top: 0.8em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; ">
True for ASCII input files, false for binary files (4 bite signed integers for n, double precision floating points for v, D and O)<br style="line-height: 1.35;">
type: boolean<br style="line-height: 1.35;">
default value: <code style="line-height: 1.35; font-size: 12px;">0</code></div>
</dd></dl>
<div>Thanks!</div>
<div><br>
</div>
<div>Michal Kopera</div>
</dd></div>
</body>
</html>