Added a plot for the exact 2D equation
This commit is contained in:
parent
2eb8c42ae9
commit
8fb5d863d2
14
plots/exact_2D.plt
Normal file
14
plots/exact_2D.plt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
load 'main.plt'
|
||||||
|
set output 'exact.eps'
|
||||||
|
|
||||||
|
set yrange [0:1]
|
||||||
|
set xrange [0:1]
|
||||||
|
|
||||||
|
set pm3d at b
|
||||||
|
set ticslevel 0.08
|
||||||
|
|
||||||
|
set nokey
|
||||||
|
|
||||||
|
set isosample 40,40
|
||||||
|
|
||||||
|
splot (sin(x*pi) * cos(y*pi))**2
|
Loading…
Reference in New Issue
Block a user