rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
dictionary_gen_reduced_data.m File Reference

% The following works, but results in slow linear combination reduced_data= lin_stat_gen_reduced_data(model,detailed_data); More...

Go to the source code of this file.

Functions

function
reduced_data = 
dictionary_gen_reduced_data (model, detailed_data)
 % The following works, but results in slow linear combination reduced_data= lin_stat_gen_reduced_data(model,detailed_data); More...
 

Detailed Description

% The following works, but results in slow linear combination reduced_data= lin_stat_gen_reduced_data(model,detailed_data);

Definition in file dictionary_gen_reduced_data.m.

Function Documentation

function reduced_data = dictionary_gen_reduced_data (   model,
  detailed_data 
)

% The following works, but results in slow linear combination reduced_data= lin_stat_gen_reduced_data(model,detailed_data);

later: different saving of error-estimator riesz-representers such that simple multiplication with f and a coefficient vectors is possible

instead: refinement of lin-stat-gen-reduced-data
Parameters
modelmodel
detailed_datadetailed data
Return values
reduced_datareduced data
Required fields of model:
  • decomp_mode —  flag indicating the operation mode of the function:
    • 0 (complete) : no affine parameter dependence or decomposition is performed.
    • 1 (components) : for each output argument a cell array of output matrices is returned representing the \(q\)-th component independent of the parameters given in mu_names.
    • 2 (coefficients) : returns a vector where each coordinate represents the \(q\)-the coefficient \(\sigma_{\cdot}^{q}(\mu)\) dependent on the parameters given in mu_names.
  • operators —  operators
  • compute_output_functional —  compute output functional
  • operators_output —  operators output
  • get_rb_size —  get rb size
  • get_inner_product_matrix —  function W=f(model_data) returning the mass matrix \(W\) for inner product computation \(\langle u,v \rangle = u^t W v\).
Required fields of detailed_data:
  • RB —  RB
Generated fields of reduced_data:
  • Qa —  Qa
  • Qf —  Qf
  • AN_comp —  AN comp
  • fN_comp —  fN comp
  • lN_comp —  lN comp
  • N —  N
  • bar_Hff —  bar Hff
  • bar_Haf —  bar Haf
  • bar_Haa —  bar Haa
  • K_v_a —  K v a
  • v_a —  v a
  • K_v_f —  K v f
  • v_f —  v f
  • used_dictionary_gen_reduced_data —  used dictionary gen reduced data

Definition at line 17 of file dictionary_gen_reduced_data.m.