Loading...
Searching...
No Matches
PDE-Impl.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::array< T, 2 > Upwind1(T *d0, T dx)
1st order upwind differencing. d0[1] is the origin.
Definition PDE-Impl.hpp:19
T CD2(T *d0, T dx)
2nd order central differencing. d0[1] is the origin.
Definition PDE-Impl.hpp:39
std::array< T, 2 > ENO3(T *d0, T dx)
3rd order ENO. d0[3] is the origin.
Definition PDE-Impl.hpp:46
std::enable_if_t< std::is_arithmetic< T >::value, T > Square(T x)
Returns the square of x.
Definition MathUtils-Impl.hpp:154
std::array< T, 2 > WENO5(T *v, T h, T eps)
5th order WENO. d0[3] is the origin.
Definition PDE-Impl.hpp:162
1.9.8