Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <ShallowWater.hpp>
Public Types | |
using | Complete = fub::Complete< ShallowWater > |
using | CompleteArray = fub::CompleteArray< ShallowWater > |
Public Member Functions | |
std::array< double, 2 > | operator() (const ShallowWater &equation, const Complete &left, const Complete &right, Direction dir) |
std::array< Array1d, 2 > | operator() (const ShallowWater &equation, const CompleteArray &left, const CompleteArray &right, Direction dir) |
std::array<double, 2> fub::ShallowWaterSignalVelocities::operator() | ( | const ShallowWater & | equation, |
const Complete & | left, | ||
const Complete & | right, | ||
Direction | dir | ||
) |
std::array<Array1d, 2> fub::ShallowWaterSignalVelocities::operator() | ( | const ShallowWater & | equation, |
const CompleteArray & | left, | ||
const CompleteArray & | right, | ||
Direction | dir | ||
) |