Rheolef  7.1
an efficient C++ finite element environment
burgers.icc

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
u
Definition: leveque.h:25
Float
see the Float page for the full documentation
point
see the point page for the full documentation