VTKFIG
0.20.20181114
Easy VTK based in situ visualization
Main Page
Related Pages
Namespaces
Classes
Files
Examples
examples
devel
example-surf2d.cxx
G
main
double G
(
double
x
,
double
y
,
double
t
)
inline
Examples:
examples/example-custom.cxx
,
examples/example-custom1.cxx
,
examples/example-rectcontour2d.cxx
,
examples/example-rectcontour3d.cxx
,
examples/example-rectquiver2d.cxx
,
examples/example-simplexcontour2d.cxx
,
examples/example-simplexcontour3d.cxx
, and
examples/example-simplexquiver2d.cxx
.
Definition at line
13
of file
example-surf2d.cxx
.
14
{
15
16
return
exp(-(x*x+y*y))*sin(t+x)*cos(y-t);
17
}
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11