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

Detailed Description

Struct with control fields for the analytical PDE functions, the discretization and the parametrization.

This struct defines which IDetailedModel implementation shall be chosen for detailed simulations as described in Module (M1) and contains function pointers and numerical values specifying

Usually, one of the convenience functions gen_detailed_model() or gen_models() is used to create a IDetailedModel object from this description.

Instances of ModelDescr structures can be found in the model directory.

Definition at line 15 of file dummyclasses.c.

Public Attributes

 rb_problem_type
 string specifying the problem type. More...
 
 dmodel_constructor
 function pointer to the constructor of the IDetailedModel implementation. More...
 

Member Data Documentation

ModelDescr.dmodel_constructor

function pointer to the constructor of the IDetailedModel implementation.

By default this is '@rb_problem_type.DetailedModel'.

Definition at line 52 of file dummyclasses.c.

ModelDescr.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 45 of file dummyclasses.c.


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