rbmatlab 0.10.01
|
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 More...
Go to the source code of this file.
Functions | |
function rmodel = | nonlin_symmetry ( steps, combined, M_by_N_ratio, noof_ei_extensions, random, explicit, num_cpus) |
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 |
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
Definition in file nonlin_symmetry.m.
function rmodel = nonlin_symmetry | ( | steps, | |
combined, | |||
M_by_N_ratio, | |||
noof_ei_extensions, | |||
random, | |||
explicit, | |||
num_cpus | |||
) |
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
steps | steps |
combined | combined |
M_by_N_ratio | M by N ratio |
noof_ei_extensions | noof ei extensions |
random | random |
explicit | explicit |
num_cpus | num cpus |
rmodel | rmodel |
Definition at line 1 of file nonlin_symmetry.m.