Go to the source code of this file.
|
| static Vec | minmod (const Vec &slope1, const Vec &slope2) |
| static Vec | maxmod (const Vec &slope1, const Vec &slope2) |
| static Vec | slope_limiter_sb (const Vec &l, const Vec &m, const Vec &r) |
| static Vec | slope_limiter_minmod (const Vec &l, const Vec &m, const Vec &r) |
| static Vec | slope_limiter_mc (const Vec &l, const Vec &m, const Vec &r) |
| static Vec | slope_limiter_minmod_amr (const Vec &l, const Vec &m, const Vec &r, const Vec &a, const Vec &b) |
| static Vec | slope_limiter (const Vec &l, const Vec &m, const Vec &r) |
| static Vec | slope_limiter_amr (const Vec &l, const Vec &m, const Vec &r, const Vec &dx_left, const Vec &dx_rght) |
| static void | slope_limiter (const Vec &l, const Vec &m, const Vec &r, Vec &slope_abs, Vec &slope_sign) |
◆ maxmod()
| Vec maxmod |
( |
const Vec & | slope1, |
|
|
const Vec & | slope2 ) |
|
inlinestatic |
◆ minmod()
| Vec minmod |
( |
const Vec & | slope1, |
|
|
const Vec & | slope2 ) |
|
inlinestatic |
◆ slope_limiter() [1/2]
| Vec slope_limiter |
( |
const Vec & | l, |
|
|
const Vec & | m, |
|
|
const Vec & | r ) |
|
inlinestatic |
◆ slope_limiter() [2/2]
| void slope_limiter |
( |
const Vec & | l, |
|
|
const Vec & | m, |
|
|
const Vec & | r, |
|
|
Vec & | slope_abs, |
|
|
Vec & | slope_sign ) |
|
inlinestatic |
◆ slope_limiter_amr()
| Vec slope_limiter_amr |
( |
const Vec & | l, |
|
|
const Vec & | m, |
|
|
const Vec & | r, |
|
|
const Vec & | dx_left, |
|
|
const Vec & | dx_rght ) |
|
inlinestatic |
◆ slope_limiter_mc()
| Vec slope_limiter_mc |
( |
const Vec & | l, |
|
|
const Vec & | m, |
|
|
const Vec & | r ) |
|
inlinestatic |
◆ slope_limiter_minmod()
| Vec slope_limiter_minmod |
( |
const Vec & | l, |
|
|
const Vec & | m, |
|
|
const Vec & | r ) |
|
inlinestatic |
◆ slope_limiter_minmod_amr()
| Vec slope_limiter_minmod_amr |
( |
const Vec & | l, |
|
|
const Vec & | m, |
|
|
const Vec & | r, |
|
|
const Vec & | a, |
|
|
const Vec & | b ) |
|
inlinestatic |
◆ slope_limiter_sb()
| Vec slope_limiter_sb |
( |
const Vec & | l, |
|
|
const Vec & | m, |
|
|
const Vec & | r ) |
|
inlinestatic |