ECOGEN
4.0
Evolutive, Compressible, Open, Genuine, Easy, N-phase
Loading...
Searching...
No Matches
LimiterVanLeer.h
Go to the documentation of this file.
1
//
2
// ,---. ,--, .---. ,--, ,---. .-. .-.
3
// | .-' .' .') / .-. ) .' .' | .-' | \| |
4
// | `-. | |(_) | | |(_) | | __ | `-. | | |
5
// | .-' \ \ | | | | \ \ ( _) | .-' | |\ |
6
// | `--. \ `-. \ `-' / \ `-) ) | `--. | | |)|
7
// /( __.' \____\ )---' )\____/ /( __.' /( (_)
8
// (__) (_) (__) (__) (__)
9
// Official webSite: https://code-mphi.github.io/ECOGEN/
10
//
11
// This file is part of ECOGEN.
12
//
13
// ECOGEN is the legal property of its developers, whose names
14
// are listed in the copyright file included with this source
15
// distribution.
16
//
17
// ECOGEN is free software: you can redistribute it and/or modify
18
// it under the terms of the GNU General Public License as published
19
// by the Free Software Foundation, either version 3 of the License,
20
// or (at your option) any later version.
21
//
22
// ECOGEN is distributed in the hope that it will be useful,
23
// but WITHOUT ANY WARRANTY; without even the implied warranty of
24
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
// GNU General Public License for more details.
26
//
27
// You should have received a copy of the GNU General Public License
28
// along with ECOGEN (file LICENSE).
29
// If not, see <http://www.gnu.org/licenses/>.
30
31
#ifndef LIMITERVANLEER_H
32
#define LIMITERVANLEER_H
33
34
#include "
Limiter.h
"
35
36
class
LimiterVanLeer
:
public
Limiter
37
{
38
public
:
39
LimiterVanLeer
();
40
virtual
~LimiterVanLeer
();
41
42
virtual
double
limiteSlope
(
const
double
& slope1,
const
double
& slope2);
43
};
44
45
#endif
// LIMITERVANLEER_H
Limiter.h
LimiterVanLeer
Definition
LimiterVanLeer.h:37
LimiterVanLeer::limiteSlope
virtual double limiteSlope(const double &slope1, const double &slope2)
Definition
LimiterVanLeer.cpp:43
LimiterVanLeer::LimiterVanLeer
LimiterVanLeer()
Definition
LimiterVanLeer.cpp:35
LimiterVanLeer::~LimiterVanLeer
virtual ~LimiterVanLeer()
Definition
LimiterVanLeer.cpp:39
Limiter
Definition
Limiter.h:38
src
Order2
LimiterVanLeer.h
Generated on Mon Sep 18 2023 16:02:46 for ECOGEN by
1.9.8