<div dir="ltr">Dear flash users,<div><br></div><div>I created a new module with the new variable FPOS.</div><div><br></div><div>In the laser slab simulation initBlock, </div><div><br></div><div>I initialize the value of this variable by doing :</div><div><br></div><div>call Grid_putPointData(blockId, CENTER, FPOS_VAR, EXTERIOR, axis, pos1)</div><div><br></div><div>where pos1 = 0.1e-4</div><div><br></div><div>I verify with the visualisation software Visit that the value is 0.1e-4 everywhere for this variable at time = 0.</div><div><br></div><div>The problem is when I want to modify this variable in my new module I use </div><div>solnData(FPOS_VAR, i, j, k) and when I print it I see the value NaN.</div><div><br></div><div>It seems that solnData(FPOS_VAR,i,j,k) is not filed with any value.</div><div>But if I print for example the value of ion temperature initialized in the same way </div><div>in the initBlock simulation file, solnData(TION_VAR,i,j,k) it gives me the right value.</div><div><br></div><div>If anybody has an idea of this issue with solnData(FPOS_VAR,i,j,k) = NaN ??</div><div>It would help me a lot.</div><div><br></div><div>Thank you for your help,</div><div><br></div><div>Antoine</div><div><br></div><div><br><div><br></div><div><br></div></div></div>