Tsunami Project Lab
Loading...
Searching...
No Matches
WavePropagation1d.test.cpp File Reference
#include "WavePropagation1d.h"
#include "../solvers/Roe.h"
#include "../solvers/FWave.h"
#include "../io/Csv.h"
#include <catch2/catch.hpp>
#include <cmath>
#include <cstdint>
Include dependency graph for WavePropagation1d.test.cpp:

Functions

 TEST_CASE ("Test the 1d wave propagation solver.", "[WaveProp1d]")
 
 TEST_CASE ("Spot-check middle-state plateau against middle_states.csv.", "[WaveProp1dMiddleStates]")
 

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "Spot-check middle-state plateau against middle_states.csv." ,
"" [WaveProp1dMiddleStates] )

◆ TEST_CASE() [2/2]

TEST_CASE ( "Test the 1d wave propagation solver." ,
"" [WaveProp1d] )
Author
Alexander Breuer (alex.breuer AT uni-jena.de)

DESCRIPTION

Unit tests for the one-dimensional wave propagation patch.