Print
in x. index.
Print
in y. index.
Print
in z. index.
Also the primary unknowns are printed; by example,
print -temp in temp. index.
Furthermore, also data generated by post_calcul is printed.
Use matlab (a trademark of The MathWorks, Inc.) to plot.
By example, if you want to plot temperatures after a 2D calculation with control_print_matlab 100 -yes, then do in matlab the following:
load x.100
load y.100
load temp.100
fill(x,y,temp)
By example, if you want to plot temperatures after a 3D calculation with control_print_matlab 100 -yes, then do in matlab the following:
load x.100
load y.100
load z.100
load temp.100
fill3(x,y,z,temp)