Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Go to the source code of this file.
Namespaces | |
fub | |
The fub namespace. | |
Functions | |
template<typename Equation > | |
void | fub::ComputeAmplitudes (Characteristics< Equation > &litudes, const Primitive< Equation > &left, const Primitive< Equation > &right, double rhoc, double ooc2, double dx, int ix) |
template<typename Equation > | |
void | fub::ComputeAmplitudes (CharacteristicsArray< Equation > &litudes, const PrimitiveArray< Equation > &left, const PrimitiveArray< Equation > &right, Array1d rhoc, Array1d ooc2, double dx, int ix) |