Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 25 of file navier_stokes_dg.h.
Public Types | |
typedef Float | float_type |
typedef Eigen::Matrix< field, 2, 1 > | value_type |
Public Member Functions | |
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 |
Public Attributes | |
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 26 of file navier_stokes_dg.h.
typedef Eigen::Matrix<field,2,1> value_type |
Definition at line 27 of file navier_stokes_dg.h.
navier_stokes_dg | ( | Float | Re, |
const geo & | omega, | ||
string | approx | ||
) |
Definition at line 25 of file navier_stokes_dg1.icc.
navier_stokes_dg::value_type initial | ( | string | restart | ) | const |
Definition at line 42 of file navier_stokes_dg1.icc.
navier_stokes_dg::value_type residue | ( | const value_type & | uh | ) | const |
Definition at line 62 of file navier_stokes_dg1.icc.
void update_derivative | ( | const value_type & | uh | ) | const |
Definition at line 69 of file navier_stokes_dg1.icc.
navier_stokes_dg::value_type derivative_solve | ( | const value_type & | mrh | ) | const |
Definition at line 76 of file navier_stokes_dg1.icc.
navier_stokes_dg::value_type derivative_trans_mult | ( | const value_type & | mrh | ) | const |
Definition at line 82 of file navier_stokes_dg1.icc.
Float space_norm | ( | const value_type & | uh | ) | const |
Definition at line 25 of file navier_stokes_dg2.icc.
Float dual_space_norm | ( | const value_type & | mrh | ) | const |
Definition at line 28 of file navier_stokes_dg2.icc.
Float Re |
Definition at line 36 of file navier_stokes_dg.h.
space Xh |
Definition at line 37 of file navier_stokes_dg.h.
space Qh |
Definition at line 37 of file navier_stokes_dg.h.
integrate_option iopt |
Definition at line 38 of file navier_stokes_dg.h.
form a0 |
Definition at line 39 of file navier_stokes_dg.h.
form b |
Definition at line 39 of file navier_stokes_dg.h.
form c |
Definition at line 39 of file navier_stokes_dg.h.
form mu |
Definition at line 39 of file navier_stokes_dg.h.
form mp |
Definition at line 39 of file navier_stokes_dg.h.
field lh0 |
Definition at line 40 of file navier_stokes_dg.h.
field lh |
Definition at line 40 of file navier_stokes_dg.h.
field kh |
Definition at line 40 of file navier_stokes_dg.h.
problem pmu |
Definition at line 41 of file navier_stokes_dg.h.
problem pmp |
Definition at line 41 of file navier_stokes_dg.h.
|
mutable |
Definition at line 42 of file navier_stokes_dg.h.
|
mutable |
Definition at line 43 of file navier_stokes_dg.h.