an efficient C++ finite element environment
|
|
The Navier-Stokes equations with the discontinuous Galerkin method – class header.
navier_stokes_dg::value_type value_type
void update_derivative(const value_type &uh) const
value_type residue(const value_type &uh) const
navier_stokes_upw_dg(Float Re, const geo &omega, string approx)
see the Float page for the full documentation
Eigen::Matrix< field, 2, 1 > value_type
The Navier-Stokes equations with the discontinuous Galerkin method and upwinding – class body.
see the geo page for the full documentation