rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
set_mu_lin_evol_opt.m
1 function model = set_mu_lin_evol_opt(model,param_set)
2 %function set_mu_lin_evol_opt(model)
3 %
4 %Function setting the parameters in the model advection_fv_output.model
5 %
6 %Problem: very specific, try to find a more general method to set the
7 %parameters of a model
8 %
9 % param_set must be a vector of length 3 setting the parameters for
10 % position of the source, velocity field in x-direction and velocity-field
11 % in y-direction.
12 %
13 % Markus Dihlmann 04.02.2010
14 %
15 model.cone_weight = param_set(1);
16 model.vx_weight = param_set(2);
17 model.vy_weight = param_set(3);
function advection_fv_output(step)
small script implementing a simple advection example for producing matrices to be used in the RB-DS f...