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

[detailed_data_primal, detailed_data_dual] = lin_evol_split_detailed_data(detailed_data) More...

Go to the source code of this file.

Functions

function [
detailed_data_primal
,
detailed_data_dual ] = 
lin_evol_split_detailed_data (detailed_data)
 [detailed_data_primal, detailed_data_dual] = lin_evol_split_detailed_data(detailed_data) More...
 

Detailed Description

[detailed_data_primal, detailed_data_dual] = lin_evol_split_detailed_data(detailed_data)

Definition in file lin_evol_split_detailed_data.m.

Function Documentation

function [ detailed_data_primal , detailed_data_dual ] = lin_evol_split_detailed_data (   detailed_data)

[detailed_data_primal, detailed_data_dual] = lin_evol_split_detailed_data(detailed_data)

function that splits detailed_data into detailed_data_primal and detailed_data_dual. This is important in case you are interested in an improved output and therefore use a dual problem.

See lin_evol_primal_dual_gen_detailed_data.m on how to construct and connect dual and primal detailed_data so this function works properly.

This function is mainly used by lin_evol_primal_dual_gen_reduced_data and lin_evol_rb_operators_primal_dual.

Parameters
detailed_datadetailed data
Return values
detailed_data_primaldetailed data primal
detailed_data_dualdetailed data dual
Required fields of detailed_data:
  • grid —  a structure containing geometry information of a mesh used for the discretizations
  • W —  W
  • dual_RB —  dual RB
  • dual_RB_info —  dual RB info
  • dual_N —  dual N
  • dual_L_I_comp —  dual L I comp
  • dual_L_E_comp —  dual L E comp
  • dual_b_comp —  dual b comp
Generated fields of detailed_data_dual:
  • grid —  grid
  • W —  W
  • RB —  RB
  • RB_info —  RB info
  • N —  N
  • L_I_comp —  L I comp
  • L_E_comp —  L E comp
  • b_comp —  b comp

Definition at line 17 of file lin_evol_split_detailed_data.m.

Here is the call graph for this function:

Here is the caller graph for this function: