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

Online rb simulation by online greedy minimizing redidual norm over dictionary, or normal RB simulation: More...

Go to the source code of this file.

Functions

function
rb_sim_data = 
dictionary_rb_simulation (model, reduced_data)
 Online rb simulation by online greedy minimizing redidual norm over dictionary, or normal RB simulation: More...
 

Detailed Description

Online rb simulation by online greedy minimizing redidual norm over dictionary, or normal RB simulation:

Definition in file dictionary_rb_simulation.m.

Function Documentation

function rb_sim_data = dictionary_rb_simulation (   model,
  reduced_data 
)

Online rb simulation by online greedy minimizing redidual norm over dictionary, or normal RB simulation:

model.rb_online_mode: 0 standard rb, no adaptivity model.rb_online_mode: 1 Delta-extended indicator for online extension

B. Haasdonk 5.3.2015

Parameters
modelmodel
reduced_datareduced data
Return values
rb_sim_datarb sim 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
  • rb_online_mode —  rb online mode
  • coercivity_alpha —  coercivity alpha
  • RB_online_stop_Nmax —  RB online stop Nmax
  • RB_stop_epsilon —  RB stop epsilon
Required fields of reduced_data:
  • AN_comp —  AN comp
  • fN_comp —  fN comp
  • N —  N
  • bar_Hff —  bar Hff
  • bar_Haf —  bar Haf
  • bar_Haa —  bar Haa
Generated fields of rb_sim_data:
  • Delta —  Delta
  • eps_sequence —  eps sequence
  • basis_indices —  basis indices
  • iter —  iter
  • current_eps —  current eps
  • uN —  uN
  • t_lincomb —  t lincomb
  • t_solution —  t solution

Definition at line 17 of file dictionary_rb_simulation.m.