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

small script demonstrating a buckley leverett problem discretization and RB model reduction More...

Go to the source code of this file.

Functions

function
outfile = 
newton_steps (step)
 small script demonstrating a buckley leverett problem discretization and RB model reduction
 

Detailed Description

small script demonstrating a buckley leverett problem discretization and RB model reduction

Definition in file newton_steps.m.

Function Documentation

function outfile = newton_steps (   step)

small script demonstrating a buckley leverett problem discretization and RB model reduction

single detailed simulation with given data and plot. Run this with varying parameters mu until sure that scheme is stable. Modify dt or the data-functions accordingly, until a nice parameter-domain with uniformly stable detailed scheme is obtained. generate colateral reduced basis of L_E operator compare single detailed simulation with and without interpolated space operator generate dummy reduced basis from single trajectory and check, if ei_interpolation with projection on this space maintains result. A simple reduced simulation can also be performed. All results should be visually identical generate reduced basis time measurement of reduced simulation and use reduced basis in rb_demo_gui

Parameters
stepstep
Return values
outfileoutfile
Documentation Update:

Definition at line 17 of file newton_steps.m.