an efficient C++ finite element environment
|
|
Go to the documentation of this file.
27 Float Re1,
const geo& omega,
string approx)
36 mrh[0] =
a*xh[0] +
b.trans_mult(xh[1]) -
lh;
37 mrh[1] =
b*xh[0] -
c*xh[1] -
kh;
see the problem_mixed page for the full documentation
navier_stokes_dg::value_type value_type
void update_derivative(const value_type &uh) const
value_type residue(const value_type &uh) const
form inertia(W w, U u, V v, integrate_option iopt=integrate_option())
navier_stokes_upw_dg(Float Re, const geo &omega, string approx)
see the test page for the full documentation
see the Float page for the full documentation
form inertia_upw(field w, trial u, test v, integrate_option iopt=integrate_option())
Eigen::Matrix< field, 2, 1 > value_type
see the test page for the full documentation
form d_inertia_upw(field w, trial dw, field u, test v, integrate_option iopt=integrate_option())
The inertia term of the Navier-Stokes equation with the discontinuous Galerkin method – upwinding var...
see the geo page for the full documentation