Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes
Polymorphic Value Types

This group summarizes all types which have a polymorphic behaviour. More...

Classes

class  fub::AnyBoundaryCondition< GriddingAlgorithm >
 This is a polymorphic value type that wraps any BoundaryCondition object. More...
 
class  fub::AnyInitialData< GriddingAlgorithm >
 This class is a polymoprhic value type which stores components to initialize a gridding algorithm during its initialization procedure. More...
 
class  fub::AnyTaggingMethod< GriddingAlgorithm >
 This class is a polymorphic value type that stores objects which satisfies the TaggingMethod<GriddingAlgorithm> concept. More...
 
class  fub::AnyReconstruction< IntegratorContext >
 This is a polymorphic wrapper class for reconstruction strategies used by IntegratorContext. More...
 
class  fub::AnyTimeIntegrator< IntegratorContext >
 This is a polymorphic wrapper class for TimeIntegator strategies used by IntegratorContext. More...
 
class  fub::AnyFluxMethod< IntegratorContext >
 This is a polymorphic wrapper class for FluxMethod strategies used by IntegratorContext. More...
 

Detailed Description

This group summarizes all types which have a polymorphic behaviour.