#include <Fluxes.h>
Public Types | |
typedef BaseImage< DIM, Pixel > | ImageType |
typedef ImageType::Index | Index |
typedef Schemes< DIM, Pixel > | Schemes |
Static Public Member Functions | |
static functions | |
static Pixel | reinitialization (const ImageType &phi, const Index &ind) |
Compute the reinitialization equation ![]() | |
static Pixel | extension (const ImageType &phi, const ImageType &u, const Index &ind) |
Compute the extension equation ![]() | |
static Pixel | advection (const ImageType &u, const Index &ind, const Pixel v[]) |
Compute the advection equation ![]() |
Definition at line 26 of file Fluxes.h.