rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups 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
 
- Public Member Functions inherited from SimpleDetailedData
 SimpleDetailedData (rmodel, model_data)
 constructor for the SimpleDetailedData class
 
function  delete_rb (index)
 removes certain reduced basis functions.
 
function siz = get_rb_size (dummy)
 returns the dimension of the stored reduced basis space
 
- Public Member Functions inherited from IDetailedData
 IDetailedData (BasisGenDescr bg_descr, model_data)
 constructor generating the reduced basis spaces
 
function ret = subsref (S)
 forwarding of fieldnames access to the underlying model_data struct
 
virtual function
rb_size = 
get_rb_size (IReducedModel rmodel)
 returns the dimension of the stored reduced basis space.
 

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
 
 do_pod = false
 boolean flag indicating whether a POD shall be applied to the reduced basis vectors.
 
 do_orthonormalize = false
 boolean flag indicating whether the reduced basis vectors shall be orthonormalized.
 
 customized_basis_generation_ptr = "[]"
 

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.


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