![]() |
ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
|
#include <source/skeleton/wave_speed_estimator.h>


Public Types | |
Typedefs and constexpr constants | |
| template<int dim, typename Number = double> | |
| using | View = WaveSpeedEstimatorView< dim, Number > |
Public Member Functions | |
Constructor and setup | |
| WaveSpeedEstimator (const HyperbolicSystem &hyperbolic_system, const std::string &subsection="/WaveSpeedEstimator") | |
Information and statistics | |
| template<int dim, typename Number > | |
| auto | view () const |
A fast approximative solver for the associated 1D Riemann problem. The solver has to ensure that the estimate \(\lambda_{\text{max}}\) that is returned for the maximal wavespeed is a strict upper bound.
Definition at line 34 of file wave_speed_estimator.h.
| using ryujin::Skeleton::WaveSpeedEstimator< ScalarNumber >::View = WaveSpeedEstimatorView<dim, Number> |
Alias for the view on the wave speed estimator for a given dimension dim and choice of number type Number.
Definition at line 47 of file wave_speed_estimator.h.
|
inline |
Constructor.
Definition at line 58 of file wave_speed_estimator.h.
|
inline |
Return a view on the WaveSpeedEstimator for a given dimension dim and choice of number type Number (which can be a scalar float, or double, as well as a VectorizedArray holding packed scalars).
Definition at line 77 of file wave_speed_estimator.h.