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

(trivial) function computing a detailed reconstruction by linear combination of the coefficients in the simulation data with the orthonormal reduced basis RB More...

Go to the source code of this file.

Functions

function
rb_sim_data = 
rb_reconstruction_comsol (model, detailed_data, rb_sim_data)
 (trivial) function computing a detailed reconstruction by linear combination of the coefficients in the simulation data with the orthonormal reduced basis RB More...
 

Detailed Description

(trivial) function computing a detailed reconstruction by linear combination of the coefficients in the simulation data with the orthonormal reduced basis RB

Definition in file rb_reconstruction_comsol.m.

Function Documentation

function rb_sim_data = rb_reconstruction_comsol (   model,
  detailed_data,
  rb_sim_data 
)

(trivial) function computing a detailed reconstruction by linear combination of the coefficients in the simulation data with the orthonormal reduced basis RB

Parameters
modelmodel
detailed_datadetailed data
rb_sim_datarb sim data
Return values
rb_sim_datarb sim data
Required fields of detailed_data:
  • RB —  RB
Required fields of rb_sim_data:
  • a —  a
  • uN —  uN
Generated fields of rb_sim_data:
  • U —  U

Definition at line 17 of file rb_reconstruction_comsol.m.