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

Function computing all required matrizes for the simulation. More...

Go to the source code of this file.

Functions

function [ A
, r
,
A_gamma ,
r_gamma ] = 
dom_dec_operators (model, model_data)
 Function computing all required matrizes for the simulation. More...
 

Detailed Description

Function computing all required matrizes for the simulation.

Definition in file dom_dec_operators.m.

Function Documentation

function [ A , r , A_gamma , r_gamma ] = dom_dec_operators (   model,
  model_data 
)

Function computing all required matrizes for the simulation.

Parameters
modelmodel
model_datamodel data
Return values
AA
rr
A_gammaA gamma
r_gammar gamma
Required fields of model:
  • decomp_mode —  if 0 or 1, matrizes of the detailed systems are assembled, if 2 , coefficients for the matrix of the reduced system are computed
  • base_model.operators —  base model.operators
  • base_model —  base model
Required fields of model_data:
  • operators —  operators
  • df_infos —  df infos
  • gamma_dofs —  gamma dofs

Definition at line 17 of file dom_dec_operators.m.

Here is the caller graph for this function: