#include <Advection.hpp>
|
| ExactRiemannSolver (const Advection2d &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, 1 > | ComputeSignals (const Complete &, const Complete &, Direction dir) |
| Returns the upwind velocity in the specified direction. More...
|
|
std::array< Array1d, 1 > | ComputeSignals (const CompleteArray &, const CompleteArray &, Direction dir) |
| Returns the upwind velocity in the specified direction. More...
|
|
◆ Complete
◆ CompleteArray
◆ ExactRiemannSolver()
◆ 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: