rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
rb_burgers_fem_detailed_prep.m
1 function detailed_data = rb_burgers_fem_detailed_prep(params)
2 %function detailed_data = rb_burgers_fem_detailed_prep(params)
3 %
4 % method, which prepares offline_data, which is meant as
5 % data, that may be dependent on H, and is not required during the
6 % online-simulation, but it may be used for reconstruction purposes or
7 % computation of online_quantities. i.e. reduced basis vectors,
8 % colateral reduced basis spaces, grid, etc. can be stored here.
9 %
10 % So detailed_data is produced and used only in offline-phase algorithms.
11 %
12 % function dies not do anything, i.e. detailed_data is empty
13 
14 % Bernard Haasdonk 15.5.2007
15 
16 detailed_data = [];
17 
18 % TO BE ADJUSTED TO NEW SYNTAX
19 %| \docupdate