set Global refinement = {{ 1 | 3 | 3 | 0 | 3 | 3 }} #{{ 2 | 3 | 3 | 1 | 3 | 3 }}
set Right hand side = {{ zero | zero | trigpoly | constant | zero | zero }}
set Boundary values = {{ sine | sine | zero | zero | jump | sine }}
-set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.inp
+set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.gnuplot
string o_filename = prm.get ("Output file");
ofstream gnuplot(o_filename.c_str());
fill_data (out);
- out.write_ucd (gnuplot);
+ out.write_gnuplot (gnuplot);
gnuplot.close ();
// release the lock of the DoF object to
set Global refinement = {{ 1 | 3 | 3 | 0 | 3 | 3 }} #{{ 2 | 3 | 3 | 1 | 3 | 3 }}
set Right hand side = {{ zero | zero | trigpoly | constant | zero | zero }}
set Boundary values = {{ sine | sine | zero | zero | jump | sine }}
-set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.inp
+set Output file = results/{{ zoom_in | ball | curved_line | random | jump | L-region }}.gnuplot
string o_filename = prm.get ("Output file");
ofstream gnuplot(o_filename.c_str());
fill_data (out);
- out.write_ucd (gnuplot);
+ out.write_gnuplot (gnuplot);
gnuplot.close ();
// release the lock of the DoF object to
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams