|
Tsunami Project Lab
|
#include "WavePropagation1d.h"#include "../solvers/Roe.h"#include "../solvers/FWave.h"#include "../io/Csv.h"#include <catch2/catch.hpp>#include <cmath>#include <cstdint>
Functions | |
| TEST_CASE ("Test the 1d wave propagation solver.", "[WaveProp1d]") | |
| TEST_CASE ("Spot-check middle-state plateau against middle_states.csv.", "[WaveProp1dMiddleStates]") | |
| TEST_CASE ("Lake-at-rest stays stationary under f-wave + bathymetry.", "[WaveProp1dLakeAtRest]") | |
| TEST_CASE ("setGhostBoundary mixes per-side outflow and reflecting BCs.", "[WaveProp1dSetGhostBoundary]") | |
| TEST_CASE ("Wet-dry interface inside the domain acts as a wall.", "[WaveProp1dWetDryInterface]") | |
| TEST_CASE | ( | "Lake-at-rest stays stationary under f-wave + bathymetry." | , |
| "" | [WaveProp1dLakeAtRest] ) |
| TEST_CASE | ( | "setGhostBoundary mixes per-side outflow and reflecting BCs." | , |
| "" | [WaveProp1dSetGhostBoundary] ) |
| TEST_CASE | ( | "Spot-check middle-state plateau against middle_states.csv." | , |
| "" | [WaveProp1dMiddleStates] ) |
| TEST_CASE | ( | "Test the 1d wave propagation solver." | , |
| "" | [WaveProp1d] ) |
| TEST_CASE | ( | "Wet-dry interface inside the domain acts as a wall." | , |
| "" | [WaveProp1dWetDryInterface] ) |