Tsunami Project Lab
Loading...
Searching...
No Matches
src
solvers
Solver.h
Go to the documentation of this file.
1
8
#pragma once
9
#include "
../constants.h
"
10
11
namespace
tsunami_lab
{
12
namespace
solvers {
13
class
Solver;
14
}
15
}
16
17
class
tsunami_lab::solvers::Solver
{
18
19
public
:
20
virtual
~Solver
() {};
21
33
virtual
void
netUpdates
(
t_real
i_hL,
t_real
i_hR,
t_real
i_huL,
34
t_real
i_huR,
t_real
o_netUpdateL[2],
35
t_real
o_netUpdateR[2]) = 0;
36
};
tsunami_lab::solvers::Solver
Definition
Solver.h:17
tsunami_lab::solvers::Solver::~Solver
virtual ~Solver()
Definition
Solver.h:20
tsunami_lab::solvers::Solver::netUpdates
virtual void netUpdates(t_real i_hL, t_real i_hR, t_real i_huL, t_real i_huR, t_real o_netUpdateL[2], t_real o_netUpdateR[2])=0
constants.h
tsunami_lab
Definition
constants.h:12
tsunami_lab::t_real
float t_real
floating point type
Definition
constants.h:17
Generated by
1.11.0