|
PLUTO
|
Velocity limiter for relativistic hydro or MHD. More...
#include "pluto.h"
Go to the source code of this file.
Functions | |
| void | VelocityLimiter (double *v, double *vp, double *vm) |
Velocity limiter for relativistic hydro or MHD.
Flatten reconstruction when either the left or right reconstructed velocity values exceeds one.
Definition in file vel_limiter.c.
| void VelocityLimiter | ( | double * | v, |
| double * | vp, | ||
| double * | vm | ||
| ) |
Check whether the total reconstructed velocity is > 1 If a superluminal value occurs, flatten distribution.
Definition at line 16 of file vel_limiter.c.
