[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Base class of numerical flux associated with convection. More...
#include <convective_numerical_flux.hpp>
Public Member Functions | |
NumericalFluxConvective (std::unique_ptr< BaselineNumericalFluxConvective< dim, nstate, real > > baseline_input, std::unique_ptr< RiemannSolverDissipation< dim, nstate, real > > riemann_solver_dissipation_input) | |
Constructor. | |
std::array< real, nstate > | evaluate_flux (const std::array< real, nstate > &soln_int, const std::array< real, nstate > &soln_ext, const dealii::Tensor< 1, dim, real > &normal1) const |
Returns the convective numerical flux at an interface. | |
Protected Attributes | |
std::unique_ptr< BaselineNumericalFluxConvective< dim, nstate, real > > | baseline |
Baseline convective numerical flux object. | |
std::unique_ptr< RiemannSolverDissipation< dim, nstate, real > > | riemann_solver_dissipation |
Upwind convective numerical flux object. | |
Base class of numerical flux associated with convection.
Definition at line 231 of file convective_numerical_flux.hpp.