Hi, I like to compute self defined functions depending on field-variables (Ex, Ey, etc.) and finally print them on stdout. But sometimes the output interferes with the meep-ping output.
To avoid this, I'm using the guile file-port functions and write into an separate file. 1. Is it possible to force meep-ping not to print, while other functions are running? (I think progress-interval is not very useful for this case) I would suggest a boolean: (set! meep-ping #f) and (set! meep-ping #t) 2. is it possible to use the libctl print function on a file-port? 3. is it possible to define a string-parameter? e.g. meep filename="dummy.out" demo.ctl regards Andreas _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

