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

function computing homogeneous dirichlet-values by pointwise evaluations More...

Go to the source code of this file.

Functions

function
Udirichlet = 
dirichlet_values_homogeneous (glob, params)
 function computing homogeneous dirichlet-values by pointwise evaluations More...
 

Detailed Description

function computing homogeneous dirichlet-values by pointwise evaluations

Definition in file dirichlet_values_homogeneous.m.

Function Documentation

function Udirichlet = dirichlet_values_homogeneous (   glob,
  params 
)

function computing homogeneous dirichlet-values by pointwise evaluations

Parameters
globglob
paramsa structure with model parameters
Return values
UdirichletUdirichlet
Required fields of params:
  • c_dir —  constant dirichlet value
  • debug —  flag indicating wether debug output shall be turned on
  • 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.
Documentation Update:

Definition at line 17 of file dirichlet_values_homogeneous.m.

Here is the caller graph for this function: