rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
comsol_lin_stat_gen_detailed_data.m
1 function detailed_data = comsol_lin_stat_gen_detailed_data(model,model_data)
2 %function detailed_data = lin_stat_gen_detailed_data(model,model_data)
3 %
4 % function computing the high-dimensional parameter independent
5 % data required for rb-treatment of a fem-problem, comprises all
6 % expensive computations. Is mainly identical to lin_stat_gen_detailed_data
7 % but adds some quantities needed in comsol_models before creating the
8 % reduced basis.
9 %
10 % Oliver Zeeb, 14.09.12
11 
12 detailed_data = [];
13 detailed_data = structcpy(detailed_data,model_data);
14 
15 
16 detailed_data = rb_basis_generation(model,detailed_data);
function s1 = structcpy(s1, s2)
copies the fields of structure s2 into structure s1. If the field to be copied does not exist in s1 y...
Definition: structcpy.m:17
function detailed_data = rb_basis_generation(model, detailed_data)
reduced basis construction with different methods