Programmierpraktikum NPDGL I
Öffentliche Methoden

NumericalFluxIf Klassenreferenz

Interface für eine numerische Fluss-Funktion \( g:\mathbb{R}\times\mathbb{R} \to \mathbb{R} \). Mehr ...

#include <interfaces.hh>

Klassendiagramm für NumericalFluxIf:
Inheritance graph
[Legende]

Aufstellung aller Elemente

Öffentliche Methoden

virtual void apply (const double u_left, const double u_right, double &g) const =0
 Auswertung der Funktion.

Ausführliche Beschreibung

Interface für eine numerische Fluss-Funktion \( g:\mathbb{R}\times\mathbb{R} \to \mathbb{R} \).


Dokumentation der Elementfunktionen

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.

Parameter:
u_leftfirst argument of the flux \( u \)
u_rightsecond argument of the flux \( v \)
gflux evaluation \( g(u,v) \)

Implementiert in LaxFriedrichsFlux< FluxFunction >.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: