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 |
Enumerations | |
enum class | Dumux::TvdApproach { Dumux::TvdApproach::none , Dumux::TvdApproach::uniform , Dumux::TvdApproach::li , Dumux::TvdApproach::hou } |
Available Tvd approaches. More... | |
enum class | Dumux::DifferencingScheme { Dumux::DifferencingScheme::none , Dumux::DifferencingScheme::vanleer , Dumux::DifferencingScheme::vanalbada , Dumux::DifferencingScheme::minmod , Dumux::DifferencingScheme::superbee , Dumux::DifferencingScheme::umist , Dumux::DifferencingScheme::mclimiter , Dumux::DifferencingScheme::wahyd } |
Available differencing schemes. More... | |