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::KineticStateDepths, Width > |
using | Base = ArrayStateBase< Depths, Width > |
using | Traits = StateTraits< ArrayStateBase< Eq::KineticStateDepths, Width > > |
Public Member Functions | |
ArrayState & | operator+= (const Base &other) |
ArrayState & | operator-= (const Base &other) |
ArrayState & | operator*= (double lambda) |
using fub::KineticStateArray< Eq, Width >::Base = ArrayState<typename Eq::KineticStateDepths, Width> |
using fub::ArrayState< Depths, Width >::Base = ArrayStateBase<Depths, Width> |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |