Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
navier_stokes_criterion.icc
Go to the documentation of this file.
1
26 space T0h (uh.get_geo(), "P1d");
27 return lazy_interpolate (T0h, sqrt(Re*norm2(uh) + 4*norm2(D(uh))));
28}
see the Float page for the full documentation
see the field page for the full documentation
see the space page for the full documentation
field navier_stokes_criterion(Float Re, const field &uh)