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

Detailed Description

So far, this only implements the SimpleDetailedData class.

Definition at line 18 of file DetailedData.m.

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

Public Member Functions

 DetailedData (IDetailedModel dmodel,ModelData model_data)
 constructor of LinStat.DetailedData forwarding to SimpleDetailedData More...
 
- Public Member Functions inherited from SimpleDetailedData
 SimpleDetailedData (rmodel, model_data)
 constructor for the SimpleDetailedData class More...
 
function  delete_rb (index)
 removes certain reduced basis functions. More...
 
function siz = get_rb_size (dummy)
 returns the dimension of the stored reduced basis space More...
 
- Public Member Functions inherited from IDetailedData
 IDetailedData (BasisGenDescr bg_descr, model_data)
 constructor generating the reduced basis spaces More...
 
function ret = subsref (S)
 forwarding of fieldnames access to the underlying model_data struct More...
 
virtual function
rb_size = 
get_rb_size (IReducedModel rmodel)
 returns the dimension of the stored reduced basis space. More...
 

Additional Inherited Members

- Public Attributes inherited from SimpleDetailedData
 RB
 matrix of size H x N holding the Dof vectors of the reduced basis snapshot vectors spanning the reduced basis space \({\cal W}_{\text{red}} \subset {\cal W}_h\)
 
 mu_list
 a list of mu vectors for which snapshots shall be added to the reduced basis space More...
 
 do_pod = false
 boolean flag indicating whether a POD shall be applied to the reduced basis vectors. More...
 
 do_orthonormalize = false
 boolean flag indicating whether the reduced basis vectors shall be orthonormalized. More...
 
 customized_basis_generation_ptr = "[]"
 
- Public Attributes inherited from IDetailedData
BasisGenDescr bg_descr
 struct describing how the basis shall be generated. More...
 
::ModelData model_data
 struct holding \(H\)-dimensional model data, which is needed for an IDetailedModel.detailed_simulation(), e.g. a grid object.
 

Constructor & Destructor Documentation

LinStat.DetailedData.DetailedData ( IDetailedModel  dmodel,
ModelData  model_data 
)

constructor of LinStat.DetailedData forwarding to SimpleDetailedData

Parameters
dmodelobject specifying how the high dimensional data can be computed.
model_dataMatlab structure storing (possibly) high dimensional data needed by IDetailedModel.detailed_simulation().

Definition at line 28 of file DetailedData.m.

Here is the call graph for this function:


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