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

small script demonstrating RB-approach with adaptive N choice for a simple advection problem. Only dirichlet-data parametrization, should be made more complex later. Demonstrates the unequal error estimator increase is a motivation for model adaptivity. More...

Go to the source code of this file.

Functions

function  advection_Nadapt ()
 small script demonstrating RB-approach with adaptive N choice for a simple advection problem. Only dirichlet-data parametrization, should be made more complex later. Demonstrates the unequal error estimator increase is a motivation for model adaptivity.
 

Detailed Description

small script demonstrating RB-approach with adaptive N choice for a simple advection problem. Only dirichlet-data parametrization, should be made more complex later. Demonstrates the unequal error estimator increase is a motivation for model adaptivity.

Definition in file advection_Nadapt.m.

Function Documentation

function advection_Nadapt ( )

small script demonstrating RB-approach with adaptive N choice for a simple advection problem. Only dirichlet-data parametrization, should be made more complex later. Demonstrates the unequal error estimator increase is a motivation for model adaptivity.

The results of the MATHMOD-Paper on Nadaptivity are generated with this script.

Documentation Update:

Definition at line 17 of file advection_Nadapt.m.