rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
dictionary_gen_detailed_data.m File Reference

simply random parameter set and snapshot generation More...

Go to the source code of this file.

Functions

function
detailed_data = 
dictionary_gen_detailed_data (model, model_data)
 simply random parameter set and snapshot generation More...
 

Detailed Description

simply random parameter set and snapshot generation

Definition in file dictionary_gen_detailed_data.m.

Function Documentation

function detailed_data = dictionary_gen_detailed_data (   model,
  model_data 
)

simply random parameter set and snapshot generation

B. Haasdonk 5.3.2015

Parameters
modelmodel
model_datamodel data
Return values
detailed_datadetailed data
Required fields of model:
  • get_dofs_from_sim_data —  function u=f(sim_data) returning degrees of freedom stored in a sim_data structure.
  • RB_train_data_mode —  RB train data mode
  • RB_train_size —  RB train size
  • mu_ranges —  matrix storing the admissable ranges for parameter vector components. Each two dimensional column vector represents a range for a component specified by model.mu_names.
  • Mtrain —  Mtrain
  • set_mu —  set mu
  • operators —  operators
  • RB_stop_Nmax —  RB stop Nmax
Generated fields of detailed_data:
  • RB_info.Mtrain —  RB info.Mtrain
  • RB_info.mu_indices —  RB info.mu indices
  • RB_info.Deltas_max —  RB info.Deltas max
  • RB_info.mus —  RB info.mus
  • RB_info.time —  RB info.time
  • RB —  RB

Definition at line 17 of file dictionary_gen_detailed_data.m.