Reduced basis implementation for linear stationary PDEs.
Classes | |
class | DetailedData |
So far, this only implements the SimpleDetailedData class. More... | |
class | DetailedModel |
Detailed model for a linear stationary problem with a Finite element discretization. More... | |
class | ReducedData |
Reduced data implementation for linear stationary problems with finite element discretizations. More... | |
class | ReducedModel |
reduced model for linear stationary problems as given by a LinStat.DetailedModel. More... | |
Functions | |
function ModelDescr descr = | descr_default () |
function initializing some fields of a lin-stat model More... | |
function ModelDescr descr = LinStat.descr_default | ( | ) |
function initializing some fields of a lin-stat model
descr | descr |
verbose —
5
debug —
0
rb_problem_type —
'LinStat' mu_names —
{}
mu_ranges —
{}
decomp_mode —
0
compute_output_functional —
0
operators —
fem_operators() operators_output —
fem_operators_output() get_inner_product_matrix —
extracts the inner product matrix from the model_data
is_stationary —
1
axes_tight —
1
has_diffusivity —
0
has_source —
0
has_reaction —
0
has_advection —
0
has_output_functional —
0
has_dirichlet_values —
0
has_neumann_values —
0
has_robin_values —
0
Definition at line 18 of file descr_default.m.