DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
Loading...
Searching...
No Matches
Sfx_UpwindScheme1st.hpp File Reference
#include <cassert>
#include <vector>
#include <ranges>
#include <numeric>
#include "include/Sfx_UniversalConstants.h"

Go to the source code of this file.

Namespaces

namespace  Sfx

Functions

template<std::ranges::input_range Rng>
requires std::same_as<Rng,std::vector<double>>
auto Sfx::UpwindDerivatr1st (Rng aRng)
 Implementation of the upwind derivative scheme using generic programming.