Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
navier_stokes_upw_dg.h
Go to the documentation of this file.
1
16// You should have received a copy of the GNU General Public License
25#include "navier_stokes_dg.h"
29 navier_stokes_upw_dg (Float Re, const geo& omega, string approx);
30 value_type residue (const value_type& uh) const;
31 void update_derivative (const value_type& uh) const;
32};
see the Float page for the full documentation
see the geo page for the full documentation
The Navier-Stokes equations with the discontinuous Galerkin method – class header.
The Navier-Stokes equations with the discontinuous Galerkin method and upwinding – class body.
Eigen::Matrix< field, 2, 1 > value_type
value_type residue(const value_type &uh) const
void update_derivative(const value_type &uh) const
navier_stokes_dg::value_type value_type