rbmatlab 0.10.01
|
convection diffusion example using dune-rb for high dimensional computations and data structures More...
Go to the source code of this file.
Functions | |
function descr = | convdiff_dune_descr ( params) |
convection diffusion example using dune-rb for high dimensional computations and data structures | |
function mu = | convdiffdunedescr>dune_get_mu ( model) |
function | convdiffdunedescr>reconstruct_and_compare ( model, rb_sim_data) |
convection diffusion example using dune-rb for high dimensional computations and data structures
Definition in file convdiff_dune_descr.m.
function descr = convdiff_dune_descr | ( | params | ) |
convection diffusion example using dune-rb for high dimensional computations and data structures
params | params |
descr | descr |
name —
name rb_problem_type —
rb problem type RB_detailed_data_constructor —
RB detailed data constructor mexptr —
mexptr T —
T nt —
nt dt —
dt mu_names —
mu names mu_ranges —
mu ranges mu —
mu coeff_ops —
coeff ops coeff_ops.LL_I_ptr —
coeff ops.LL I ptr coeff_ops.LL_E_ptr —
coeff ops.LL E ptr coeff_ops.bb_ptr —
coeff ops.bb ptr coeff_ops.u0_ptr —
coeff ops.u0 ptr filecache_ignore_fields_in_model —
filecache ignore fields in model verbose —
verbose debug —
debug data_const_in_time —
data const in time RB_train_num_intervals —
RB train num intervals RB_val_size —
RB val size RB_stop_epsilon —
RB stop epsilon RB_refinement_mode —
RB refinement mode Definition at line 1 of file convdiff_dune_descr.m.
function convdiffdunedescr>reconstruct_and_compare | ( | model, | |
rb_sim_data | |||
) |
Definition at line 172 of file convdiff_dune_descr.m.