|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include "../arch/arch_device_api.h"

Go to the source code of this file.
Functions | |
| static ARCH_DEV Realf | minmod (const Realf slope1, const Realf slope2) |
| static ARCH_DEV Realf | maxmod (const Realf slope1, const Realf slope2) |
| static ARCH_DEV Realf | slope_limiter_sb (const Realf l, const Realf m, const Realf r) |
| static ARCH_DEV Realf | slope_limiter_minmod (const Realf l, const Realf m, const Realf r) |
| static ARCH_DEV Realf | slope_limiter_mc (const Realf l, const Realf m, const Realf r) |
| static ARCH_DEV Realf | slope_limiter_minmod_amr (const Realf l, const Realf m, const Realf r, const Realf a, const Realf b) |
| static ARCH_DEV Realf | slope_limiter (const Realf l, const Realf m, const Realf r) |
| static ARCH_DEV Realf | slope_limiter_amr (const Realf l, const Realf m, const Realf r, const Realf dx_left, const Realf dx_rght) |
| static ARCH_DEV void | slope_limiter (const Realf l, const Realf m, const Realf r, Realf &slope_abs, Realf &slope_sign) |
Definition at line 39 of file gpu_slope_limiters.hpp.


Definition at line 34 of file gpu_slope_limiters.hpp.


Definition at line 94 of file gpu_slope_limiters.hpp.


MC slope limiter
Definition at line 73 of file gpu_slope_limiters.hpp.

Minmod slope limiter
Definition at line 62 of file gpu_slope_limiters.hpp.

|
inlinestatic |
Definition at line 86 of file gpu_slope_limiters.hpp.

