|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Deposits sediment onto the grid. More...
#include <cstdio>#include <iostream>#include <algorithm>#include "cme.h"#include "simulation.h"#include "cell.h"#include "coast.h"#include "sediment_input_event.h"#include "2di_point.h"Go to the source code of this file.
Deposits sediment onto the grid.
TODO 001 A more detailed description of these routines.
Definition in file do_sediment_input_event.cpp.