rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
List of all members | Public Attributes
BasisGenDescr Class Reference

Detailed Description

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. More...
 
 rmodel_constructor
 function pointer to the constructor of the IReducedModel implementation. More...
 
 reduced_data_constructor
 function pointer to the constructor of the IReducedData implementation. More...
 
 detailed_data_constructor
 function pointer to the constructor of the IDetailedData implementation. More...
 

Member Data Documentation

BasisGenDescr.detailed_data_constructor

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.

BasisGenDescr.rb_problem_type

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.

BasisGenDescr.reduced_data_constructor

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.

BasisGenDescr.rmodel_constructor

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.


The documentation for this class was generated from the following file: