CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Simulates wave propagation using CShore or the COVE approach. More...
#include <assert.h>
#include <cmath>
#include <unistd.h>
#include <string>
#include <iostream>
#include <iomanip>
#include <algorithm>
#include "cme.h"
#include "coast.h"
#include "simulation.h"
#include "interpolate.h"
Go to the source code of this file.
Data Structures | |
class | ifstream |
STL class. More... | |
class | ios |
STL class. More... | |
Simulates wave propagation using CShore or the COVE approach.
TODO 001 A more detailed description of these routines.
Definition in file calc_waves.cpp.