| 
    Finite Volume Solver
    prototype
    
   A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin. 
   | 
 
This type has a constructor which takes an equation and might allocate any dynamically sized member variable. More...
#include <State.hpp>
Public Types | |
| using | Equation = Eq | 
| using | ValueType = double | 
| using | Traits = StateTraits< ConservativeBase< Equation > > | 
Public Member Functions | |
| Conservative ()=default | |
| Conservative (const ConservativeBase< Eq > &x) | |
| Conservative & | operator= (const ConservativeBase< Eq > &x) | 
| Conservative (const Equation &eq) | |
| Conservative & | operator+= (const Conservative &other) | 
This type has a constructor which takes an equation and might allocate any dynamically sized member variable.
| using fub::Conservative< Eq >::Equation = Eq | 
| using fub::Conservative< Eq >::Traits = StateTraits<ConservativeBase<Equation> > | 
| using fub::Conservative< Eq >::ValueType = double | 
      
  | 
  default | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline |