rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
model_default.m
Go to the documentation of this file.
1 function model=model_default(model, T, nt)
2 % model = model_default(model)
3 
4 model.t = 0;
5 model.tstep = 1;
6 model.decomp_mode = 0;
7 model.verbose = 0;
8 model.debug = 0;
9 model.orthonormalize = @model_orthonormalize_qr;
10 model.dt = model.T / model.nt;
11 model.ei_time_indices = 1:model.nt+1;
12 model.mu = zeros(size(model.mu_names));
13 %| \docupdate