rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
lin_stat_reduced_data_subset.m File Reference

method which modifies reduced_data, which is the data, that will be passed to the online-simulation algorithm. More...

Go to the source code of this file.

Functions

function
reduced_data_subset = 
lin_stat_reduced_data_subset (model, reduced_data)
 method which modifies reduced_data, which is the data, that will be passed to the online-simulation algorithm.
 

Detailed Description

method which modifies reduced_data, which is the data, that will be passed to the online-simulation algorithm.

Definition in file lin_stat_reduced_data_subset.m.

Function Documentation

function reduced_data_subset = lin_stat_reduced_data_subset (   model,
  reduced_data 
)

method which modifies reduced_data, which is the data, that will be passed to the online-simulation algorithm.

Typically, this routine only does a submatrix extraction of the Nmax sized offline-objects to produce N sized objects for the real simulation.

Parameters
modelmodel
reduced_datareduced data
Return values
reduced_data_subsetreduced data subset
Required fields of model:
  • N —  number of reduced basis vectors to choose
Required fields of reduced_data:
  • N —  number of reduced basis vectors in the reduced_data, must be larger than model.N!!
  • AN_comp —  AN comp
  • fN_comp —  fN comp
  • lN_comp —  lN comp
  • Gff —  Gff
  • G —  G
Generated fields of reduced_data_subset:
  • AN_comp —  AN comp
  • fN_comp —  fN comp
  • lN_comp —  lN comp
  • Gff —  Gff
  • G —  G
  • N —  N

Definition at line 17 of file lin_stat_reduced_data_subset.m.