|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 26 of file navier_stokes_upw_dg.h.
Inheritance diagram for navier_stokes_upw_dg:Public Types | |
| typedef Float | float_type |
| typedef navier_stokes_dg::value_type | value_type |
Public Types inherited from navier_stokes_dg | |
| typedef Float | float_type |
| typedef Eigen::Matrix< field, 2, 1 > | value_type |
Public Member Functions | |
| 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 |
Public Member Functions inherited from navier_stokes_dg | |
| 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 |
| value_type | derivative_solve (const value_type &mrh) const |
| value_type | derivative_trans_mult (const value_type &mrh) const |
| Float | space_norm (const value_type &uh) const |
| Float | dual_space_norm (const value_type &mrh) const |
Additional Inherited Members | |
Public Attributes inherited from navier_stokes_dg | |
| Float | Re |
| space | Xh |
| space | Qh |
| integrate_option | iopt |
| form | a0 |
| form | b |
| form | c |
| form | mu |
| form | mp |
| field | lh0 |
| field | lh |
| field | kh |
| problem | pmu |
| problem | pmp |
| form | a1 |
| problem_mixed | stokes1 |
| typedef Float float_type |
Definition at line 27 of file navier_stokes_upw_dg.h.
Definition at line 28 of file navier_stokes_upw_dg.h.
| navier_stokes_upw_dg | ( | Float | Re, |
| const geo & | omega, | ||
| string | approx | ||
| ) |
Definition at line 26 of file navier_stokes_upw_dg.icc.
| navier_stokes_upw_dg::value_type residue | ( | const value_type & | uh | ) | const |
Definition at line 31 of file navier_stokes_upw_dg.icc.
| void update_derivative | ( | const value_type & | uh | ) | const |
Definition at line 40 of file navier_stokes_upw_dg.icc.