rbmatlab 0.10.01
|
Struct with control fields for the reduced basis generation.
This struct defines which IDetailedData, IReducedData and IReducedModel implementation shall be chosen for the generation of the reduced basis and the reduced simulation as described in Module (M2) and Module (M3) and contains control fields overwriting the default behaviour of the IDetailedData instance.
See also: IReducedModel.IReducedModel() constructor for details on the handling of this structure.
Definition at line 56 of file dummyclasses.c.
Public Attributes | |
rb_problem_type | |
string specifying the problem type. | |
rmodel_constructor | |
function pointer to the constructor of the IReducedModel implementation. | |
reduced_data_constructor | |
function pointer to the constructor of the IReducedData implementation. | |
detailed_data_constructor | |
function pointer to the constructor of the IDetailedData implementation. |
function pointer to the constructor of the IDetailedData implementation.
By default this is '@rb_problem_type.DetailedData'.
Definition at line 98 of file dummyclasses.c.
string specifying the problem type.
Usually this is the namespace where the IDetailedModel, IReducedModel, IDetailedData and IReducedData implementations are found, e.g. 'LinStat'.
Definition at line 77 of file dummyclasses.c.
function pointer to the constructor of the IReducedData implementation.
By default this is '@rb_problem_type.ReducedData'.
Definition at line 91 of file dummyclasses.c.
function pointer to the constructor of the IReducedModel implementation.
By default this is '@rb_problem_type.ReducedModel'.
Definition at line 84 of file dummyclasses.c.