| 
    Finite Volume Solver
    prototype
    
   A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin. 
   | 
 
#include <StateArray.hpp>
Public Types | |
| using | Base = ArrayState< typename Eq::PrimitiveDepths, Width > | 
| using | Base = ArrayStateBase< Depths, Width > | 
| using | Traits = StateTraits< ArrayStateBase< Eq::PrimitiveDepths, Width > > | 
Public Member Functions | |
| ArrayState & | operator+= (const Base &other) | 
| ArrayState & | operator-= (const Base &other) | 
| ArrayState & | operator*= (double lambda) | 
| using fub::PrimitiveArray< Eq, Width >::Base = ArrayState<typename Eq::PrimitiveDepths, Width> | 
| using fub::ArrayState< Depths, Width >::Base = ArrayStateBase<Depths, Width> | 
      
  | 
  inherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited |