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

function computing the reduced basis initial values. If the decomposition mode is coefficients, the detailed_data are superfluous, can (and should for H-independence) be empty. More...

Go to the source code of this file.

Functions

function a0 = rb_init_values_default (model, detailed_data)
 function computing the reduced basis initial values. If the decomposition mode is coefficients, the detailed_data are superfluous, can (and should for H-independence) be empty. More...
 

Detailed Description

function computing the reduced basis initial values. If the decomposition mode is coefficients, the detailed_data are superfluous, can (and should for H-independence) be empty.

Definition in file rb_init_values_default.m.

Function Documentation

function a0 = rb_init_values_default (   model,
  detailed_data 
)

function computing the reduced basis initial values. If the decomposition mode is coefficients, the detailed_data are superfluous, can (and should for H-independence) be empty.

Parameters
modelmodel
detailed_datadetailed data
Return values
a0a0
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.
  • init_values_algorithm —  init values algorithm
  • debug —  flag indicating wether debug output shall be turned on
  • plot —  plot
Required fields of detailed_data:
  • RB —  RB
  • W —  W
  • grid —  a structure containing geometry information of a mesh used for the discretizations

Definition at line 17 of file rb_init_values_default.m.

Here is the call graph for this function: