rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
advection_fv_output.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 More...

Go to the source code of this file.

Functions

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

Definition in file advection_fv_output.m.

Function Documentation

function advection_fv_output (   step)

small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions

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 trajecories. comparison of detailed and reduced simulation figures of detailed simulations based on step 4 figures of reduced simuations 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.m.