rbmatlab 0.10.01
|
Files | |
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 | 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 | gen_nonlin_symmetry_mpg.m |
small script generating a movie of simulation sequences | |
file | nonlin_symmetry.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. These results are presented at HYP2008 | |
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 | 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 | thermalblock.m |
thermalblock example step 1: detailed simulation with different parameters step 2: reduced basis simulation step 3: demo_rb_gui |