rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Classes | Namespaces
(M2) Reduced basis generation
Main modules

Detailed Description

Implementation of algorithms and data structures for the generation and storage of reduced basis spaces.

This module provides

The routines and data structure from this module can therefore be used to ease the implementation of an IDetailedData class as described in Module (M3).

Collaboration diagram for (M2) Reduced basis generation:

Classes

class  Greedy.User.IDetailedData
 an interface specialization for detailed data objects used with the Greedy algorithm. More...
 
class  Test.DetailedData
 class generating the reduced basis space for the LinEvol problem with a Greedy algorithm. More...
 
class  SimpleDetailedData
 a very simple detailed data implementation gathering several detailed snapshots spanning the reduced basis space. More...
 

Namespaces

namespace  Greedy
 Customizable implementation of an abstract greedy algorithm.
 
namespace  ParameterSampling
 Parameter sampling sets.
 
namespace  SnapshotsGenerator
 Cacheable generators of detailed data snapshots.