rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
model_default.m File Reference

model = model_default(model) More...

Go to the source code of this file.

Functions

function model = model_default (model, T, nt)
 model = model_default(model) More...
 

Detailed Description

model = model_default(model)

Definition in file model_default.m.

Function Documentation

function model = model_default (   model,
  T,
  nt 
)

model = model_default(model)

Parameters
modelmodel
TT
ntnt
Return values
modelmodel
Required fields of model:
  • T —  end time for evolution problems
  • nt —  number of time steps for evolution discretizations
  • mu_names —  a string array containing the symbolic names of the parameter vector \(\mu\)
Generated fields of model:
  • t —  variable storing timestep currently processed
  • tstep —  tstep
  • decomp_mode —  flag indicating the operation mode of the function:
    • 0 (complete) : no affine parameter dependence or decomposition is performed.
    • 1 (components) : for each output argument a cell array of output matrices is returned representing the \(q\)-th component independent of the parameters given in mu_names.
    • 2 (coefficients) : returns a vector where each coordinate represents the \(q\)-the coefficient \(\sigma_{\cdot}^{q}(\mu)\) dependent on the parameters given in mu_names.
  • verbose —  flag indicating the verbosity level of informative output
  • debug —  flag indicating wether debug output shall be turned on
  • orthonormalize —  orthonormalize
  • dt —  time step size for evolution discretizations
  • ei_time_indices —  ei time indices
  • mu —  the parameter vector \(\mu\). It should only be set via the function set_mu.
Documentation Update:

Definition at line 17 of file model_default.m.

Here is the caller graph for this function: