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

Realization of the iterative schema for RB methods according to my diploma thesis. More...

Go to the source code of this file.

Functions

function
rb_sim_data = 
dom_dec_rb_simulation (model, reduced_data)
 Realization of the iterative schema for RB methods according to my diploma thesis. More...
 

Detailed Description

Realization of the iterative schema for RB methods according to my diploma thesis.

Definition in file dom_dec_rb_simulation.m.

Function Documentation

function rb_sim_data = dom_dec_rb_simulation (   model,
  reduced_data 
)

Realization of the iterative schema for RB methods according to my diploma thesis.

Parameters
modelmodel
reduced_datareduced data
Return values
rb_sim_datarb sim data
Required fields of model:
  • dirichlet_side —  dirichlet side
  • operators —  operators
  • RB_approximate_thetaN —  RB approximate thetaN
  • RB_maxiterN —  RB maxiterN
  • RB_sim_tol —  RB sim tol
  • base_model.compute_output_functional —  base model.compute output functional
  • base_model.dual_mode —  base model.dual mode
  • 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_output —  operators output
  • base_model —  base model
  • coercivity_alpha —  coercivity alpha
  • continuity_gamma —  continuity gamma
Required fields of reduced_data:
  • AN_comp —  AN comp
  • fN_comp —  fN comp
  • I_0 —  I 0
  • I_G —  I G
  • N —  N
  • dual_reduced_data —  dual reduced data
  • vN_comp —  vN comp
  • vNext_comp —  vNext comp
  • fN_d_comp —  fN d comp
  • vNfR_comp —  vNfR comp
  • AN_pd_comp —  AN pd comp
  • vNAR1_comp —  vNAR1 comp
  • vNAR2_comp —  vNAR2 comp
  • R_11 —  R 11
  • R_12 —  R 12
  • R_22 —  R 22
  • G —  G
Generated fields of rb_sim_data:
  • uN —  cell, coefficient vectors of all iteratives
  • RB_thetaN —  relaxation-parameter
  • numiter —  number of iterations
  • reached_maxiter —  indicates the cause of termination
  • reached_tolerance —  indicates the cause of termination
  • Delta —  vector of error estimates for all iteratives in uN
  • sN —  sN
  • Delta_s —  Delta s
  • rb_dual_sim_data —  rb dual sim data

Definition at line 17 of file dom_dec_rb_simulation.m.

Here is the caller graph for this function: