#include <utils/utils.h>
#include <sed/sed_sedflux.h>
Go to the source code of this file.
Defines | |
#define | DIFFUSION_OPT_FILL (1<<0) |
#define | DIFFUSION_OPT_LAND (1<<1) |
#define | DIFFUSION_OPT_WATER (1<<2) |
Functions | |
Sed_cell * | diffuse_sediment (Sed_cube prof, double k_max, double skin_depth, double dt, int options) |
Sed_cell * | diffuse_sediment_2 (Sed_cube prof, double k_cross_max, double k_long_max, double skin_depth, double dt, int options) |
#define DIFFUSION_OPT_FILL (1<<0) |
Definition at line 24 of file diffusion.h.
#define DIFFUSION_OPT_LAND (1<<1) |
Definition at line 25 of file diffusion.h.
#define DIFFUSION_OPT_WATER (1<<2) |
Definition at line 26 of file diffusion.h.