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

Macros

#define private   public
 

Functions

 TEST_CASE ("Test the derivation of the Roe speeds.", "[RoeSpeeds]")
 
 TEST_CASE ("Test the derivation of the Roe wave speeds.", "[RoeStrengths]")
 
 TEST_CASE ("Test the derivation of the Roe net-updates.", "[RoeUpdates]")
 

Variables

tsunami_lab::solvers::Roer_solver = new tsunami_lab::solvers::Roe()
 

Macro Definition Documentation

◆ private

#define private   public
Author
Alexander Breuer (alex.breuer AT uni-jena.de)

DESCRIPTION

Unit tests of the Roe Riemann solver.

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "Test the derivation of the Roe net-updates." ,
"" [RoeUpdates] )

◆ TEST_CASE() [2/3]

TEST_CASE ( "Test the derivation of the Roe speeds." ,
"" [RoeSpeeds] )

◆ TEST_CASE() [3/3]

TEST_CASE ( "Test the derivation of the Roe wave speeds." ,
"" [RoeStrengths] )

Variable Documentation

◆ r_solver