Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
navier_stokes_dg.h

The Navier-Stokes equations with the discontinuous Galerkin method – class header.

The Navier-Stokes equations with the discontinuous Galerkin method – class header

typedef Float float_type;
typedef Eigen::Matrix<field,2,1> value_type;
navier_stokes_dg (Float Re, const geo& omega, string approx);
value_type initial (string restart) const;
value_type residue (const value_type& uh) const;
void update_derivative (const value_type& uh) const;
Float space_norm (const value_type& uh) const;
Float dual_space_norm (const value_type& mrh) const;
integrate_option iopt;
form a0, b, c, mu, mp;
mutable form a1;
};
see the Float page for the full documentation
see the field page for the full documentation
see the form page for the full documentation
see the geo page for the full documentation
see the problem_mixed page for the full documentation
see the problem page for the full documentation
see the space page for the full documentation
The Navier-Stokes equations with the discontinuous Galerkin method – class body.
The Navier-Stokes equations with the discontinuous Galerkin method – class body.
void update_derivative(const value_type &uh) const
Float dual_space_norm(const value_type &mrh) const
integrate_option iopt
problem_mixed stokes1
value_type derivative_solve(const value_type &mrh) const
value_type initial(string restart) const
value_type residue(const value_type &uh) const
value_type derivative_trans_mult(const value_type &mrh) const
Float space_norm(const value_type &uh) const
Eigen::Matrix< field, 2, 1 > value_type