rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
advection_fv_output_mcmds.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. Used for the mcmds lin-ds paper. More...

Go to the source code of this file.

Functions

function  advection_fv_output_mcmds (step)
 small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions. Used for the mcmds lin-ds paper.
 
function
ds_model = 
advectionfvoutputmcmds>fast_model (params)
 
function Acomp = advectionfvoutputmcmds>A_components (model, model_data)
 
function Acoeff = advectionfvoutputmcmds>A_coefficients (model)
 
function Bcomp = advectionfvoutputmcmds>B_components (model, model_data)
 
function Bcoeff = advectionfvoutputmcmds>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. Used for the mcmds lin-ds paper.

Definition in file advection_fv_output_mcmds.m.

Function Documentation

function advection_fv_output_mcmds (   step)

small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions. Used for the mcmds lin-ds 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 2 trajecories. 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 MCMDS paper

Parameters
stepstep

Definition at line 17 of file advection_fv_output_mcmds.m.