rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
advection_fv_output_vconst.m File Reference

small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions. The steps generate the results for the at-Automatisierungstechnik 2010 Paper More...

Go to the source code of this file.

Functions

function  advection_fv_output_vconst (step)
 small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions. The steps generate the results for the at-Automatisierungstechnik 2010 Paper
 
function
ds_model = 
advectionfvoutputvconst>fast_model (params)
 
function Acomp = advectionfvoutputvconst>A_components (model, model_data)
 
function Acoeff = advectionfvoutputvconst>A_coefficients (model)
 
function Bcomp = advectionfvoutputvconst>B_components (model, model_data)
 
function Bcoeff = advectionfvoutputvconst>B_coefficients (model)
 

Detailed Description

small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions. The steps generate the results for the at-Automatisierungstechnik 2010 Paper

Definition in file advection_fv_output_vconst.m.

Function Documentation

function advection_fv_output_vconst (   step)

small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions. The steps generate the results for the at-Automatisierungstechnik 2010 Paper

mu_names = {cone_weight,vx_weight,vy_weight}; mu_ranges = [0,1]^3

possible steps

initialization of model and plot of model data detailed simulation of lin_evol conversion to DS primal model, lin_ds detailed simulation conversion to DS primal model, DS detailed simulation and comparison with lin_evol compute several trajectories. compute reduced basis based on trajectories. comparison of detailed and reduced simulation figures of detailed simulations based on step 4 figures of reduced simulations based on step 4 time measurements based on step 4 compare original and accelerated ds_model generate greedy basis on subset of parameter domain reduced simulations and error plots test of matlab ode solver for resulting sparse system further plots for at-Automatisierungstechnik paper

Parameters
stepstep

Definition at line 17 of file advection_fv_output_vconst.m.