rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
weak_strong_POD_Greedy_comp.m File Reference

script comparing weak and strong POD-Greedy on lin_evol default example More...

Go to the source code of this file.

Functions

function res = weak_strong_POD_Greedy_comp (step)
 script comparing weak and strong POD-Greedy on lin_evol default example More...
 
function errs = weakstrongPODGreedycomp>compute_test_errs (fn, Ns, Mtest, test_savepath)
 
function errs = weakstrongPODGreedycomp>compute_test_projection_errs (model, model_data, fn, Ns, Mtest)
 

Detailed Description

script comparing weak and strong POD-Greedy on lin_evol default example

Definition in file weak_strong_POD_Greedy_comp.m.

Function Documentation

function res = weak_strong_POD_Greedy_comp (   step)

script comparing weak and strong POD-Greedy on lin_evol default example

expected result
  • strong POD-Greedy: longer runtime, better quality than weak-POD-Greedy for same training set
  • weak-POD-Greedy on larger train set: faster than coarser strong POD-Greedy better tes quality than coarser strong POD-Greedy
Parameters
stepstep
Return values
resres

Definition at line 17 of file weak_strong_POD_Greedy_comp.m.

Here is the call graph for this function: