rbmatlab 0.10.01
Functions
models/common/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)

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:
  • dt —  time step size for evolution discretizations
  • mu —  the parameter vector $\mu$. It should only be set via the function set_mu.

Documentation Update:

Definition at line 1 of file model_default.m.

All Classes Namespaces Files Functions Variables