Programmierpraktikum NPDGL I
Öffentliche Typen | Öffentliche Methoden | Öffentliche Attribute

Model Klassenreferenz

model class representing the data functions Mehr ...

#include <model.hh>

Klassendiagramm für Model:
Inheritance graph
[Legende]
Zusammengehörigkeiten von Model:
Collaboration graph
[Legende]

Aufstellung aller Elemente

Öffentliche Typen

typedef ExerciseA_F FluxFunctionType
 function type of the flux function. This needs to be derived from the

Öffentliche Methoden

 Model ()
 constructor without any arguments (not necessary)
 ~Model ()
 destructor doing nothing (not necessary)
const double endTime () const
 returns the end time of the evolution problem's time interval
const double startTime () const
 returns the start time of the evolution problem's time interval

Öffentliche Attribute

FluxFunctionType f
 flux function evaluation
ExerciseA_DerivF df
 flux function derivative evaluation
ExerciseA_InitData u0
 initial data evaluation
ExerciseA_Dirichlet udir
 Dirichlet data evaluation.
ExerciseA_Exact uexact
 exact data evaluation

Ausführliche Beschreibung

model class representing the data functions


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