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

This test initializes different greedy algorithms for the generation of reduced basis and empirical operator interpolation spaces. More...

Go to the source code of this file.

Functions

function ok = test_basisgen_init ()
 This test initializes different greedy algorithms for the generation of reduced basis and empirical operator interpolation spaces.
 
function [ a ,
b ] = 
testbasisgeninit>dummyop (a, b)
 

Detailed Description

This test initializes different greedy algorithms for the generation of reduced basis and empirical operator interpolation spaces.

Definition in file test_basisgen_init.m.

Function Documentation

function ok = test_basisgen_init ( )

This test initializes different greedy algorithms for the generation of reduced basis and empirical operator interpolation spaces.

Test cases
  • 1. POD-Greedy
  • 2. EI-Greedy (one basis for two operators)
  • 3. PODEI-Greedy Algorithm (with one EI basis for two operators)
  • 4. Subsequent generation of RB and CRB with algorithms 1 and 2
  • 5. Subsequent generation of RB and two CRBs for two operators
  • 6. PODEI-Greedy Algorithm (with two EI bases for three operators)

TODO: Test 6 is disfunctional at the moment.

Return values
okok

Definition at line 17 of file test_basisgen_init.m.