[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [FEMM] writing user-defined data into filename



Is this a single point, or multiple points?

For example, if you solve a femm problem, calculate a
related variable, and then wish to save the single point
each time; use something like this

handle1=openfile("VariableStorage.txt","a");
group_select_block(1)
x=blockintegral(6)
y= [complicated formula of x terms]
write(handle1,y,"\n")
clearblock()
closefile(handle1)
exitpost()

                  - Robert -

On Fri, 27 Feb 2004 09:47:54 -0000
 "Cheng, Y." <yc6@xxxxxxxxxxxxxxx> wrote:
> Dear all,
> 
> I would like to write some data of a user-defined
> variable in LUA into a filename. Can I use the
> mo_makeplot function to do so please? If so, how can I do
> it please?
> 
> Please help.
> 
> regards,
> Y. Aaron Cheng
> 
> _______________________________________________
> FEMM mailing list
> FEMM@xxxxxxxxxxxxxxxxxxxxxx
> http://femm.foster-miller.net/mailman/listinfo/femm