rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
nonlin_evol_gen_model_data.m
1 function model_data = nonlin_evol_gen_model_data(model)
2 % function model_data = nonlin_evol_gen_model_data(model)
3 %
4 % method which produces all H dependent data, that is required for a
5 % detailed simulations and is independent of the parameter mu.
6 %
7 % Generated fields of model_data are:
8 % grid : the grid to be used in detailed simulations
9 % W : inner product weighting matrix
10 
11 model_data.grid = construct_grid(model);
12 
13 model_data.W = model.inner_product_matrix_algorithm(model, model_data);
14 
15 %if isequal(params.model_type, 'implicit_nonaffine_linear')
17 % [model_data.implicit_operator, model_data.implicit_constant ] = ...
18 % fv_operators_diff_implicit(model, model_data, [], []);
20 %end
21 %| \docupdate
function clear_all_caches()
This function clears the caches generated for caching of gradient data in evolution schemes...