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 <cstdio>
#include <cmath>
#include <string>
#include <iostream>
#include <fstream>
#include <algorithm>
#include "cme.h"
#include "coast.h"
#include "simulation.h"
#include "cshore/cshore.h"
#include "2d_point.h"
Go to the source code of this file.
Data Structures | |
class | ios |
STL class. More... | |
class | ifstream |
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.