ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
Loading...
Searching...
No Matches
List of all members
ryujin::ScalarConservation::Indicator< ScalarNumber > Class Template Reference

#include <source/scalar_conservation/indicator.h>

Inheritance diagram for ryujin::ScalarConservation::Indicator< ScalarNumber >:
Inheritance graph
[legend]
Collaboration diagram for ryujin::ScalarConservation::Indicator< ScalarNumber >:
Collaboration graph
[legend]

Public Types

Typedefs and constexpr constants
template<int dim, typename Number = double>
using View = IndicatorView< dim, Number >
 

Public Member Functions

Constructor and setup
 Indicator (const HyperbolicSystem &hyperbolic_system, const std::string &subsection="/Indicator")
 
Information and statistics
 ACCESSOR_READ_ONLY (evc_factor)
 
template<int dim, typename Number >
auto view () const
 

Detailed Description

template<typename ScalarNumber = double>
class ryujin::ScalarConservation::Indicator< ScalarNumber >

A suitable indicator strategy that is used to form the preliminary high-order update.

Definition at line 34 of file indicator.h.

Member Typedef Documentation

◆ View

template<typename ScalarNumber = double>
template<int dim, typename Number = double>
using ryujin::ScalarConservation::Indicator< ScalarNumber >::View = IndicatorView<dim, Number>

Alias for the view on the indicator for a given dimension dim and choice of number type Number.

Definition at line 47 of file indicator.h.

Constructor & Destructor Documentation

◆ Indicator()

template<typename ScalarNumber = double>
ryujin::ScalarConservation::Indicator< ScalarNumber >::Indicator ( const HyperbolicSystem hyperbolic_system,
const std::string &  subsection = "/Indicator< ScalarNumber >" 
)
inline

Constructor.

Definition at line 58 of file indicator.h.

Member Function Documentation

◆ ACCESSOR_READ_ONLY()

template<typename ScalarNumber = double>
ryujin::ScalarConservation::Indicator< ScalarNumber >::ACCESSOR_READ_ONLY ( evc_factor  )

◆ view()

template<typename ScalarNumber = double>
template<int dim, typename Number >
auto ryujin::ScalarConservation::Indicator< ScalarNumber >::view ( ) const
inline

Return a view on the Indicator 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 83 of file indicator.h.


The documentation for this class was generated from the following file: