This file contains different higher order methods for approximating the velocity. More...
#include <cmath>
#include <functional>
#include <iostream>
#include <string>
#include <dumux/common/exceptions.hh>
#include <dumux/common/parameters.hh>
Go to the source code of this file.
This file contains different higher order methods for approximating the velocity.
Classes | |
class | Dumux::StaggeredUpwindMethods< Scalar, upwindSchemeOrder > |
This file contains different higher order methods for approximating the velocity. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Enumerations | |
enum class | Dumux::TvdApproach { Dumux::none , Dumux::uniform , Dumux::li , Dumux::hou } |
Available Tvd approaches. More... | |
enum class | Dumux::DifferencingScheme { Dumux::none , Dumux::vanleer , Dumux::vanalbada , Dumux::minmod , Dumux::superbee , Dumux::umist , Dumux::mclimiter , Dumux::wahyd } |
Available differencing schemes. More... | |