#include <stdio.h>
#include <math.h>
#include <string.h>
#include <glib.h>
#include <utils/utils.h>
#include <sed/sed_sedflux.h>
#include "diffusion.h"
Go to the source code of this file.
Defines | |
#define | SKIN_DEPTH_PERCENT (1.) |
#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) |
void | get_diffusion_components (Eh_dbl_grid slope_dir, Eh_dbl_grid k_long, Eh_dbl_grid k_cross, Eh_dbl_grid k_x, Eh_dbl_grid k_y) |
Eh_dbl_grid | diffuse_grid (Eh_dbl_grid g, double **k_x, double **k_y, double dt, double dx, double dy) |
Sed_cell * | diffuse_sediment_2 (Sed_cube prof, double k_long_max, double k_cross_max, double skin_depth, double dt, int options) |
Definition in file diffusion.c.