rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
Contents.m File Reference

FV. More...

Go to the source code of this file.

Functions

function  Contents ()
 FV.
 

Detailed Description

FV.

Definition in file Contents.m.

Function Documentation

function Contents ( )

FV.

SCRIPTS.

Files fv_coercivity_bound - function alpha = fv_coercivity_bound(params) fv_conv_diff - function fv_conv_diff(grid,params) fv_conv_diff_step - function NU = fv_conv_diff_step(U,num_conv_flux,num_diff_flux,grid,params) fv_conv_explicit_space - function INC = fv_conv_flux_linearization_matrix - function flux_lin_mat = fv_conv_flux_linearization_matrix([U],[grid],params) fv_conv_flux_matrix - function flux_mat = fv_conv_flux_matrix([U],[grid],params) fv_diff_explicit_space - function INC = fv_error - function errs = fv_error(U1,U2,grid,params); fv_estimate_coercivity_alpha - function [alpha] = fv_estimate_coercivity_alpha(grid,params) fv_init_values - function U = fv_init_values([grid],params) fv_inner_product - function K = fv_inner_product(U1,U2,grid,params); fv_inner_product_matrix - function W = fv_inner_product_matrix(grid,params); fv_l2_error - function l2_error = fv_l2_error(U1,U2,W); fv_num_conv_flux - function num_flux = fv_num_conv_flux(U, grid, params) fv_num_diff_flux - function num_flux_mat = fv_num_diff_flux(U, grid, params) fv_operators_conv_explicit - function [L_E_conv,bdir_E_conv] = fv_operators_conv_explicit([grid],params) fv_operators_conv_implicit - function [L_I_conv,bdir_I_conv] = ... fv_operators_diff_explicit - function [L_E_diff,bdir_E_diff] = fv_operators_diff_explicit([grid],params) fv_operators_diff_implicit - function [L_I_diff,bdir_I_diff] = ... fv_operators_implicit - function [L_I,b_I] = fv_operators_implicit([grid],params) fv_operators_implicit_explicit - function [L_I,L_E,b] = fv_operators_implicit_explicit([grid],params) fv_operators_neuman_explicit - function [L_E_neu, b_E_neu] = fv_operators_neuman_explicit([grid],params) fv_operators_neuman_implicit - function [L_I_neu,b_I_neu] = fv_operators_neuman_implicit([grid],params) fv_search_max_lxf_lambda - function max_lambda = fv_search_max_lxf_lambda([grid],params)

Syntax Update:
Syntax needs to be updated!

Files burgers_fv - small script demonstrating the burgers equation with explicit fv burgers_fv2 - small script demonstrating the burgers equation with explicit fv chemnitz_gdl_experiments - script collecting the commands for running the chemnitz-experiments cmp_rb_detailed_simulation - small script performing a reduced basis simulation and a detailed cmp_rb_lin_nonlin_evol - small script performing a reduced basis simulation with the compute_gdl_velocity2 - script computing a velocity field for simple gdl model by solving a get_nonlin_evol_params - small script setting basic params structure for nonlin_evol rb_nonlin_error_convergence - small script performing a reduced basis simulation with the richards_fv - small script demonstrating the burgers equation with explicit fv test_ei - small script testing the empirical interpolation test_lin_nonlin_evol - small script performing one time step in linear and nonlinear test_local_operator_evaluation - small script testing, whether detailed and local operator

Syntax Update:
Syntax needs to be updated!
Documentation Update:

Definition at line 17 of file Contents.m.