Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
cpu_slope_limiters.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Real slope_limiter (const Real &l, const Real &m, const Real &r)
void slope_limiter (const Real &l, const Real &m, const Real &r, Real &slope_abs, Real &slope_sign)

Function Documentation

◆ slope_limiter() [1/2]

Real slope_limiter ( const Real & l,
const Real & m,
const Real & r )
inline

MC slope limiter

Definition at line 16 of file cpu_slope_limiters.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ slope_limiter() [2/2]

void slope_limiter ( const Real & l,
const Real & m,
const Real & r,
Real & slope_abs,
Real & slope_sign )

MC limiter. Give absolute value of slope and its sign separately

Definition at line 32 of file cpu_slope_limiters.hpp.

Here is the call graph for this function: