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