|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for phi:Public Member Functions | |
| phi (Float n1=2, Float c1=1, Float r1=0) | |
| Float | operator() (const Float &x) const |
| Float | derivative (const Float &x) const |
| Float | operator() (const point &x) const |
| phi (size_t d1, Float nu1, Float t1=0) | |
| point | x0t () const |
| point | d_x0t_dt () const |
| Float | operator() (const point &x) const |
| phi (Float sigma1) | |
Static Public Member Functions | |
| static Float | sigma (size_t d, Float nu1, Float t=0) |
Public Attributes | |
| Float | sigma |
Protected Member Functions | |
| Float | f (Float y) const |
| Float | df_dy (Float y) const |
Protected Attributes | |
| Float | n |
| Float | c |
| Float | r |
| size_t | d |
| Float | nu |
| Float | t |
| Float | u0 |
| point | x0 |
Static Protected Attributes | |
| static const size_t | max_iter = 100 |
| static constexpr Float | t0 = 0.2 |
Definition at line 34 of file rotating-hill.h.
Definition at line 26 of file transport_dg_error.cc.
Definition at line 32 of file rotating-hill.h.
Definition at line 36 of file rotating-hill.h.
| point x0t | ( | ) | const |
Definition at line 38 of file rotating-hill.h.
| point d_x0t_dt | ( | ) | const |
Definition at line 42 of file rotating-hill.h.
Definition at line 25 of file transport_dg_error.cc.
|
protected |
|
protected |
Definition at line 46 of file rotating-hill.h.
Definition at line 46 of file rotating-hill.h.
|
protected |
Definition at line 46 of file rotating-hill.h.
|
protected |
Definition at line 46 of file rotating-hill.h.
|
protected |
Definition at line 46 of file rotating-hill.h.
|
staticconstexprprotected |
Definition at line 47 of file rotating-hill.h.
Definition at line 27 of file transport_dg_error.cc.