Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
burgers.icc

The Burgers equation – the f function.

The Burgers equation – the f function

point f (const Float& u) { return point (sqr(u)/2); }
see the Float page for the full documentation
see the point page for the full documentation
Definition cavity_dg.h:29
Definition leveque.h:25