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

plot the reduced basis, the colateral reduced basis, the interpolation points and the maximum error decrease during CRB generation. More...

Go to the source code of this file.

Functions

function h = nonlin_evol_plot_detailed_data (model, detailed_data, plot_params)
 plot the reduced basis, the colateral reduced basis, the interpolation points and the maximum error decrease during CRB generation. More...
 

Detailed Description

plot the reduced basis, the colateral reduced basis, the interpolation points and the maximum error decrease during CRB generation.

Definition in file nonlin_evol_plot_detailed_data.m.

Function Documentation

function h = nonlin_evol_plot_detailed_data (   model,
  detailed_data,
  plot_params 
)

plot the reduced basis, the colateral reduced basis, the interpolation points and the maximum error decrease during CRB generation.

Parameters
modelmodel
detailed_datadetailed data
plot_paramsparameter structure controlling the output of the plot. For time dependent problems plot_params are often passed to plot_element_data() and plot_sequence().
Return values
hfigure handle of plot
Required fields of model:
  • plot —  plot
  • debug —  flag indicating wether debug output shall be turned on
  • mu_names —  a string array containing the symbolic names of the parameter vector \(\mu\)
Required fields of detailed_data:
  • RB —  RB
  • grid —  a structure containing geometry information of a mesh used for the discretizations
  • QM —  QM
  • BM —  BM
  • grid.nelements —  grid.nelements
  • TM —  TM
  • ei_info —  ei info
Required fields of plot_params:
  • plot —  plot

Definition at line 17 of file nonlin_evol_plot_detailed_data.m.

Here is the call graph for this function: