[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::NumericalFlux::Central< dim, nstate, real > Class Template Reference

Central numerical flux. Derived from NumericalFluxConvective. More...

#include <convective_numerical_flux.hpp>

Inheritance diagram for PHiLiP::NumericalFlux::Central< dim, nstate, real >:
Collaboration diagram for PHiLiP::NumericalFlux::Central< dim, nstate, real >:

Public Member Functions

 Central (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_input)
 Constructor.
 
- Public Member Functions inherited from PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real >
 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.
 

Additional Inherited Members

- Protected Attributes inherited from PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real >
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.
 

Detailed Description

template<int dim, int nstate, typename real>
class PHiLiP::NumericalFlux::Central< dim, nstate, real >

Central numerical flux. Derived from NumericalFluxConvective.

Definition at line 284 of file convective_numerical_flux.hpp.


The documentation for this class was generated from the following files: