[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 baseline numerical flux (without upwind term) associated with convection. More...
#include <convective_numerical_flux.hpp>
Public Member Functions | |
virtual | ~BaselineNumericalFluxConvective ()=default |
Base class destructor required for abstract classes. | |
virtual 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 =0 |
Returns the convective numerical flux at an interface. | |
Base class of baseline numerical flux (without upwind term) associated with convection.
Definition at line 15 of file convective_numerical_flux.hpp.