|
Programmierpraktikum NPDGL I
|
Interface für eine numerische Fluss-Funktion \( g:\mathbb{R}\times\mathbb{R} \to \mathbb{R} \). Mehr ...
#include <interfaces.hh>

Öffentliche Methoden | |
| virtual void | apply (const double u_left, const double u_right, double &g) const =0 |
| Auswertung der Funktion. | |
Interface für eine numerische Fluss-Funktion \( g:\mathbb{R}\times\mathbb{R} \to \mathbb{R} \).
| virtual void NumericalFluxIf::apply | ( | const double | u_left, |
| const double | u_right, | ||
| double & | g | ||
| ) | const [pure virtual] |
Auswertung der Funktion.
Diese Methode wertet den Fluss \( g \) aus.
| u_left | first argument of the flux \( u \) |
| u_right | second argument of the flux \( v \) |
| g | flux evaluation \( g(u,v) \) |
Implementiert in LaxFriedrichsFlux< FluxFunction >.
1.7.3