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 | Base = ScalarState< typename Eq::PrimitiveDepths > |
using | Base = ScalarStateBase< Depths > |
using | Traits = StateTraits< ScalarStateBase< Eq::PrimitiveDepths > > |
Public Member Functions | |
ScalarState & | operator+= (const Base &other) |
ScalarState & | operator-= (const Base &other) |
ScalarState & | operator*= (double lambda) |
using fub::Primitive< Eq >::Base = ScalarState<typename Eq::PrimitiveDepths> |
using fub::ScalarState< Depths >::Base = ScalarStateBase<Depths> |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |