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

function extracting a subset of the offline data More...

Go to the source code of this file.

Functions

function
offline_data_subset = 
rb_burgers_fem_offline_subset (offline_data, indices)
 function extracting a subset of the offline data More...
 

Detailed Description

function extracting a subset of the offline data

Definition in file rb_burgers_fem_offline_subset.m.

Function Documentation

function offline_data_subset = rb_burgers_fem_offline_subset (   offline_data,
  indices 
)

function extracting a subset of the offline data

See the offline-routine for specifications of the fields of offline_data

Parameters
offline_dataoffline data
indicesindices
Return values
offline_data_subsetoffline data subset
Required fields of offline_data:
  • H —  H
  • H1 —  H1
  • H2 —  H2
  • M —  M
  • B1 —  B1
  • B2 —  B2
  • A —  A
  • G1 —  G1
  • G3 —  G3
  • G4 —  G4
Generated fields of offline_data_subset:
  • H —  H
  • H1 —  H1
  • H2 —  H2
  • M —  M
  • B1 —  B1
  • B2 —  B2
  • A —  A
  • G1 —  G1
  • G3 —  G3
  • G4 —  G4
Syntax Update:
Syntax needs to be updated!
Documentation Update:

Definition at line 17 of file rb_burgers_fem_offline_subset.m.

Here is the caller graph for this function: