|
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< CompleteBase< Equation > > |
Public Member Functions | |
| Complete ()=default | |
| Complete (const CompleteBase< Eq > &x) | |
| Complete & | operator= (const CompleteBase< Eq > &x) |
| Complete (const Equation &eq) | |
| Complete & | operator+= (const Complete &other) |
This type has a constructor which takes an equation and might allocate any dynamically sized member variable.
| using fub::Complete< Eq >::Equation = Eq |
| using fub::Complete< Eq >::Traits = StateTraits<CompleteBase<Equation> > |
| using fub::Complete< Eq >::ValueType = double |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |