Rheolef
7.2
an efficient C++ finite element environment
burgers.icc
The Burgers equation – the f function.
The Burgers equation – the f function
point
f
(
const
Float
&
u
) {
return
point
(sqr(
u
)/2); }
f
point f(const Float &u)
Definition:
burgers.icc:25
Float
see the Float page for the full documentation
point
see the point page for the full documentation
u
Definition:
leveque.h:25