| [P]arallel [Hi]gh-order [Li]brary for [P]DEs
    Latest
    Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods | 
Central numerical flux. Derived from BaselineNumericalFluxConvective. More...
#include <convective_numerical_flux.hpp>
| Public Member Functions | |
| CentralBaselineNumericalFluxConvective (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. | |
|  Public Member Functions inherited from PHiLiP::NumericalFlux::BaselineNumericalFluxConvective< dim, nstate, real > | |
| 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 convective flux. | |
Central numerical flux. Derived from BaselineNumericalFluxConvective.
Definition at line 30 of file convective_numerical_flux.hpp.