|
Programmierpraktikum NPDGL I
|
model class representing the data functions Mehr ...
#include <model.hh>


Ö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 | |
model class representing the data functions
1.7.3