|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <State.hpp>
Public Types | |
| using | Traits = StateTraits< ScalarStateBase< Depths > > |
| using | Base = ScalarStateBase< Depths > |
Public Member Functions | |
| template<typename Equation > | |
| ScalarState (const Equation &eq) | |
| ScalarState & | operator+= (const Base &other) |
| ScalarState & | operator-= (const Base &other) |
| ScalarState & | operator*= (double lambda) |
| using fub::ScalarState< Depths >::Base = ScalarStateBase<Depths> |
| using fub::ScalarState< Depths >::Traits = StateTraits<ScalarStateBase<Depths> > |
|
inline |
|
inline |
|
inline |
|
inline |