Rheolef  7.2
an efficient C++ finite element environment
navier_stokes_upw_dg.h
Go to the documentation of this file.
1 // You should have received a copy of the GNU General Public License
25 #include "navier_stokes_dg.h"
27  typedef Float float_type;
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 };
33 #include "navier_stokes_upw_dg.icc"
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
navier_stokes_upw_dg(Float Re, const geo &omega, string approx)
value_type residue(const value_type &uh) const
void update_derivative(const value_type &uh) const
navier_stokes_dg::value_type value_type