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

sim_data) More...

Go to the source code of this file.

Functions

function
sim_data = 
t_part_rb_reconstruction (model, detailed_data, sim_data)
 sim_data) More...
 

Detailed Description

sim_data)

Definition in file t_part_rb_reconstruction.m.

Function Documentation

function sim_data = t_part_rb_reconstruction (   model,
  detailed_data,
  sim_data 
)

sim_data)

function making an rb reconstruciton for t-partition models. In t-partition there is an overlap at the border of time-partitions. At the border the initial value of the next t-partition is discarded and the last timestep solution of the foregoing t-partition is kept.

Parameters
modelmodel
detailed_datadetailed data
sim_datamatlab struct with simulation data generated e.g. by detailed_simulation() or rb_reconstruction() methods.
Return values
sim_datasim data
Required fields of model:
  • base_model —  base model
  • transition_model —  transition model
Required fields of sim_data:
  • t_part_sim_data —  t part sim data
Required fields of detailed_data:
  • t_part_detailed_data —  t part detailed data
Generated fields of sim_data:
  • U —  U
  • t_part_sim_data —  t part sim data

Definition at line 17 of file t_part_rb_reconstruction.m.