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

Detailed Description

Definition at line 18 of file DetailedData.m.

Inheritance diagram for DARE.DetailedData:
Inheritance graph
[legend]
Collaboration diagram for DARE.DetailedData:
Collaboration graph
[legend]

Public Member Functions

 DetailedData (model,ModelData model_data)
 
- Public Member Functions inherited from ARE.DetailedData
 DetailedData (model,ModelData model_data)
 DETAILEDATA Constructor for the DetailedData class. More...
 
function s = get_rb_size ()
 GET_RB_SIZE returns the size of the reduced basis. More...
 
function  set_gamma_mode (model)
 SET_GAMMA_CALCULATION set the mode for the gamma calculation If you change the gamam mode, the state will be set to uninitialized, which means you first have to run INITIAILIZE_GAMMA in order to be able to calculate. More...
 
function this = initialize_gamma (model,ModelData model_data)
 INITIALIZE_GAMMA Call the gen_detailed_data method in the gamma calculation interface and populate the data to the field in detailed_data. More...
 
function dd = extract_subbasis (N)
 EXTRACT_SUBBASIS Extract a part of the basis. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ARE.DetailedData
static function this = initialize_with_bgen (model,ModelData model_data)
 This function is used in the gen_detailed_data function and creates an instance of the DetailedData class and instantiates the basis building procedure: More...
 
- Public Attributes inherited from ARE.DetailedData
 RB_V
 Store the reduced basis:
 
 RB_W
 
 RB_size
 The size of the reduced basis.
 
 info
 Information that was returned by the basis generation algorithm.
 
 gamma = {""}
 Handler for the norm of the inverse operator norm ||L^{-1}|| The field gamma is filled by the corresponding gamma_calculation Information returned by gen_detailed_data from the gamma interface. More...
 
 gamma_mode
 Name of the gamma mode, stored within this detailed data instance.
 
 model_data
 Model data handle, just for the easier calculation of the reduced matrices:
 
 algorithm
 This is a handle to the gamma calculation interface. This can be any class that implements the GAMMACALCULATORINTERFACE class. More...
 
 gamma_initialized = false
 
 gamma_calculation
 

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