rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
models Directory Reference
Directory dependency graph for models:
models

Directories

directory  +advection_Nadapt
 
directory  +ThermalBlock
 
directory  advection_output
 
directory  common
 
directory  comsol
 
directory  dune-rb
 
directory  european_option_pricing
 
directory  hmm_micro_local
 
directory  multiscale_buckley_leverett
 
directory  nonlin_evol_oop
 
directory  porsche
 

Files

file  advection_diffusion_fv_model.m [code]
 
file  advection_fv_output_model_hp.m [code]
 
file  buckley_leverett_model.m [code]
 
file  burgers_1d_model.m [code]
 simple model for Burgers PDE $d/dt x + d/d_xi (1/2 * v * x^2) = 0$ on the unit square xi in [0,1] with initial value x(.,0) = x0(.) = piecewise constant x_left and x_right on left/right half of domain and dirichlet boundary values x_left and x_right and discretization via Lax-friedrichs (central differences with numerical diffusion) The v is the velocity. the parameter vector is [x_left, x_right, v]
 
file  convdiff_model.m [code]
 function creating a simple model for a linear convection diffusion problem
 
file  dare_advection_diffusion.m [code]
 
file  elastic_membrane_model.m [code]
 
file  elastic_rope_model.m [code]
 
file  elliptic_debug_model.m [code]
 
file  follicle_model.m [code]
 model of the human follicle growth
 
file  follicle_rect_model.m [code]
 model of the human follicle growth
 
file  laminar_flow_model.m [code]
 Model of laminar flow (steady Navier-Stokes) around cylinder in a pipe.
 
file  minimal_ei_model.m [code]
 
file  multiscale_thermalblock_model.m [code]
 
file  newton_model.m [code]
 
file  nonlin_symmetry_model.m [code]
 
file  oscillator_model.m [code]
 
file  poisson_model.m [code]
 
file  praktikum_ellipt_model.m [code]
 
file  praktikum_poisson_model.m [code]
 
file  quadratic_poisson_model.m [code]
 quadratic poisson equation on unit interval
 
file  richards_fv_model.m [code]
 
file  riemann_burgers_model.m [code]
 
file  thermalblock_dd_model.m [code]
 Custom thermalblock model used for domain decomposition.
 
file  thermalblock_model.m [code]
 Thermal Block example similar as described in the book of A.T. patera and G. Rozza (just one parameter more)
 
file  thermalblock_model_hp.m [code]
 Thermal Block example similar as described in the book of A.T. patera and G. Rozza (just one parameter more)
 
file  thermalblock_model_struct.m [code]
 Thermal Block example similar as described in the book of A.T. patera and G. Rozza (just one parameter more)
 
file  twoscale_thermalblock_model.m [code]
 
file  unit_ball_model.m [code]