#include <ShallowWater.hpp>
|
| ExactRiemannSolver (const ShallowWater &equation) |
|
void | SolveRiemannProblem (Complete &state, const Complete &left, const Complete &right, Direction dir) |
| Returns either left or right, depending on the upwind velocity. More...
|
|
void | SolveRiemannProblem (CompleteArray &state, const CompleteArray &left, const CompleteArray &right, Direction dir) |
| Returns either left or right, depending on the upwind velocity. More...
|
|
std::array< double, 2 > | ComputeSignals (const Complete &, const Complete &, Direction dir) |
| Returns the upwind velocity in the specified direction. More...
|
|
std::array< Array1d, 2 > | ComputeSignals (const CompleteArray &, const CompleteArray &, Direction dir) |
| Returns the upwind velocity in the specified direction. More...
|
|
Complete | ComputeMiddleState (const Complete &left, const Complete &right, Direction dir) |
|
◆ Complete
◆ CompleteArray
◆ ExactRiemannSolver()
◆ ComputeMiddleState()
◆ ComputeSignals() [1/2]
Returns the upwind velocity in the specified direction.
◆ ComputeSignals() [2/2]
Returns the upwind velocity in the specified direction.
◆ SolveRiemannProblem() [1/2]
Returns either left or right, depending on the upwind velocity.
◆ SolveRiemannProblem() [2/2]
Returns either left or right, depending on the upwind velocity.
◆ equation_
The documentation for this class was generated from the following file: