rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Files
Scripts

Detailed Description

Files

file  addpaths_changed.m
 script which allows to use a second rbmatlab branch overloading an existing one, e.g. for temporary changed, patches, laptop version, etc.
 
file  advection_fv_output.m
 small script implementing a simple advection example for producing matrices to be used in the RB-DS framework Discretization with FV Functions.
 
file  advection_fv_output_optimization.m
 script using the advection_fv_output_opt model to demonstrate optimization using a reduced basis.
 
file  buckley_leverett.m
 small script demonstrating a buckley leverett problem discretization and RB model reduction
 
file  compute_gdl_velocity2.m
 script computing a velocity field for simple gdl model by solving a laplace problem with suitable boundary conditions
 
file  convdiff.m
 small script demonstrating the convdiff example from the M2AN Paper, that is also implemented in Dune. Later it will be possible to use the Dune implementation through a mex interface.
 
file  convdiff_new.m
 small script demonstrating the convdiff example from the M2AN Paper, that is also implemented in Dune. Later it will be possible to use the Dune implementation through a mex interface.
 
file  cpde2016.m
 CPDE2016 This function reproduces all the results from the CPDE paper.
 
file  dom_dec_final.m
 script generating figures of the paper "An Iterative Domain Decomposition Procedure for The Reduced Basis Method"
 
file  duneconvdiff.m
 small script demonstrating the convdiff example from the M2AN Paper, that is also implemented in Dune. Later it will be possible to use the Dune implementation through a mex interface. Martin Drohmann 06.05.2009 based on burgers_fv.m by Bernard Haasdonk 14.8.2007
 
file  follicle_rect_experiments.m
 experiments with the model of the human follicle growth
 
file  get_nonlin_evol_params.m
 small script setting basic params structure for nonlin_evol problem
 
file  newton.m
 small script demonstrating a buckley leverett problem discretization and RB model reduction
 
file  nonlin_symmetry.m
 file performing RB steps for nonlin_symmetry model
 
file  nonlin_symmetry_oop.m
 small script demonstrating the burgers equation with explicit fv discretization and RB model reduction example is meant to demonstrate automatic symmetry detection by the algorithm.
 
file  rbf_elliptic.m
 function for meshless collocation of fem-problem. step can be used to choose several cases. step=1 does not need to be called directly but is used by the other steps. So call step=2, 3 and change options there.
 
file  richards_fv.m
 small script demonstrating the richards equation with explicit fv discretization and RB model reduction Bernard Haasdonk 14.8.2007
 
file  riemann_burgers.m
 script demonstrating the burgers equation with explicit fv discretization, empirical interpolation and RB model reduction
 
file  simtech_animation.m
 small script performing animation, that can be captured
 
file  step10_plot_trajectories.m
 script generating a tikz graphic showing trajectories for certain selected parameters
 
file  step1_detailed_simulation.m
 script performing a single detailed simulation and plotting it.
 
file  step2_empirical_interpolation.m
 script constructing a collateral reduced basis space for localized space operators.
 
file  step3_detailed_ei_simulation.m
 script performing a detailed simulation with empirical interpolated operators comparing the result with a regular detailed simulation.
 
file  step4_dummy_reduced_basis.m
 script constructing a reduced basis from a single trajectory and performing a detailed simulation where the data is projected on the dummy reduced basis space after each time step.
 
file  step5_rb_generation.m
 script constructing a reduced basis space
 
file  step6_demo_rb_gui.m
 script comparing time for a reduced and a detailed simulation and starting the demonstration GUI
 
file  step7_error_landscape.m
 script generating error landscapes by computing the true error of reduced simulations vs. detailed simulations for given test parameters over differing basis sizes.
 
file  step8_estimator_landscape.m
 script generating landscapes plot data by computing the error estimator of reduced simulations for given test parameters over differing basis sizes.
 
file  test_rb_burgers_fv.m
 load(burgers_fv_detailed_interpol.mat) disp(example of demo_nonlin_symmetry:)
 
file  thermalblock.m
 thermalblock example
 
file  ulm_fuelcell_gdl.m
 small script demonstrating RB-approach for the fuelcell-gdl with the simtech image initial data
 
file  weak_strong_POD_Greedy_comp.m
 script comparing weak and strong POD-Greedy on lin_evol default example