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 | Traits = StateTraits< ArrayStateBase< Depths, Width > > |
using | Base = ArrayStateBase< Depths, Width > |
Public Member Functions | |
template<typename Equation > | |
ArrayState (const Equation &eq) | |
ArrayState & | operator+= (const Base &other) |
ArrayState & | operator-= (const Base &other) |
ArrayState & | operator*= (double lambda) |
using fub::ArrayState< Depths, Width >::Base = ArrayStateBase<Depths, Width> |
using fub::ArrayState< Depths, Width >::Traits = StateTraits<ArrayStateBase<Depths, Width> > |
|
inline |
|
inline |
|
inline |
|
inline |