|
rbmatlab 0.10.01
|
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) | |
model = model_default(model)
Definition in file model_default.m.
| function model = model_default | ( | model, | |
| T, | |||
| nt | |||
| ) |
model = model_default(model)
| model | model |
| T | T |
| nt | nt |
| model | 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 
dt — time step size for evolution discretizations mu — the parameter vector
. It should only be set via the function set_mu. Definition at line 1 of file model_default.m.
1.7.4