[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Entropy Conserving Numerical Flux. Derived from BaselineNumericalFluxConvective. More...
#include <convective_numerical_flux.hpp>
Public Member Functions | |
EntropyConservingBaselineNumericalFluxConvective (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_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. | |
![]() | |
virtual | ~BaselineNumericalFluxConvective ()=default |
Base class destructor required for abstract classes. | |
Protected Attributes | |
const std::shared_ptr< Physics::PhysicsBase< dim, nstate, real > > | pde_physics |
Numerical flux requires physics to evaluate split form convective flux. | |
Entropy Conserving Numerical Flux. Derived from BaselineNumericalFluxConvective.
Definition at line 50 of file convective_numerical_flux.hpp.