rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Classes
Greedy.User Namespace Reference

Detailed Description

Interface classes to be implemented by the Greedy.Algorithm user.

Classes

class  FVDetailedModelDefault
 Interface specialization of an IDetailedModel ready to use with Greedy algorithms for (time dependent) Finite volume discretizations. More...
 
class  IDetailedData
 an interface specialization for detailed data objects used with the Greedy algorithm. More...
 
class  IDetailedModel
 This is and IDetailedModel interface specialization for detailed models that shall be suitable for Greedy algorithms. More...
 
class  IReducedDataNode
 Interface for leaf nodes of the DataTree in Greedy.User.ReducedData objects. More...
 
class  IReducedModel
 interface specialization for a reduced model that can be used with the Greedy algorithm for basis generation. More...
 
class  ReducedData
 a default reduced data implementation which stores a data tree object copying the structure of a Greedy.User.IDetailedData.datatree as returned by the greedy algorithm objects. More...