rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
List of all members | Public Member Functions
ARE.GammaCalculation.Lyapunov Class Reference

Detailed Description

LYAPUNOV This is the default implementation for the calculation of the gamma value.

Andreas Schmidt, 2016

Definition at line 19 of file Lyapunov.m.

Inheritance diagram for ARE.GammaCalculation.Lyapunov:
Inheritance graph
[legend]
Collaboration diagram for ARE.GammaCalculation.Lyapunov:
Collaboration graph
[legend]

Public Member Functions

function data = gen_detailed_data (ModelData model_data,IDetailedData detailed_data)
 Store some additional data for the online calculation Actually, we need nothing! More...
 
function fn = gen_reduced_data (ModelData model_data,IDetailedData detailed_data,IReducedData reduced_data)
 
function gamma = gamma (model,ModelData model_data, dsim)
 CALCULATE Calculate the value of gamma through a high dimensional solution of the Lyapunov equation. More...
 
- Public Member Functions inherited from ARE.GammaCalculation.GammaCalculatorInterface
virtual function fn = gen_reduced_data (IDetailedData detailed_data,IReducedData reduced_data)
 GEN_REDUCED_DATA The return value of this function should be a function handle that has the following form rb_gamma = fn(rmodel, reduced_data, sim) More...
 
function g = gamma (ModelData model_data, sim)
 GAMMA This function should be implemented when this method allows the calculation of the true gamma value. More...
 
function s = name ()
 This function should return the name of the gamma calculation method. By default its just the class name! More...
 

Member Function Documentation

function gamma = ARE.GammaCalculation.Lyapunov.gamma (   model,
ModelData  model_data,
  dsim 
)

CALCULATE Calculate the value of gamma through a high dimensional solution of the Lyapunov equation.

Parameters
modelmodel
model_dataMatlab structure storing (possibly) high dimensional data needed by IDetailedModel.detailed_simulation().
dsimdsim
Return values
gammagamma
Required fields of model:
  • assemble —  assemble
  • n —  n

Definition at line 57 of file Lyapunov.m.

Here is the caller graph for this function:

function data = ARE.GammaCalculation.Lyapunov.gen_detailed_data ( ModelData  model_data,
IDetailedData  detailed_data 
)
virtual

Store some additional data for the online calculation Actually, we need nothing!

Parameters
model_dataMatlab structure storing (possibly) high dimensional data needed by IDetailedModel.detailed_simulation().
detailed_dataobject defining the basis generation algorithm and storage for storing high dimensional data, i.e. dependent on dimension \(H\). This data is necessary for detailed simulations, construction of online matrices, reduced_data and reconstruction of reduced simulations.
Return values
datadata

Implements ARE.GammaCalculation.GammaCalculatorInterface.

Definition at line 31 of file Lyapunov.m.


The documentation for this class was generated from the following file: