rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
set_mu.m
1 function model = set_mu(model,mu)
2 %function model = set_mu_default(model,mu,send_to_dune)
3 %
4 % function setting the parameter vector mu in the model struct
5 % required fields of model:
6 % mu_names : cell array of strings, indicating the fields, which are set
7 % by the current routine
8 
9 % Bernard Haasdonk 20.7.2006
10 % Markus Dihlmann 04.03.2010
11 
12 
13 model = model.set_mu(model,mu);
14