| [P]arallel [Hi]gh-order [Li]brary for [P]DEs
    Latest
    Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods | 
| Public Member Functions | |
| BassiRebay2 (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_input, std::shared_ptr< ArtificialDissipationBase< dim, nstate >> artificial_dissipation_input) | |
| Constructor. | |
| std::array< real, nstate > | evaluate_solution_flux (const std::array< real, nstate > &soln_int, const std::array< real, nstate > &soln_ext, const dealii::Tensor< 1, dim, real > &normal_int) const override | 
| Evaluate solution flux at the interface.  More... | |
|  Public Member Functions inherited from PHiLiP::NumericalFlux::NumericalFluxDissipative< dim, nstate, real > | |
| NumericalFluxDissipative (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_input, std::shared_ptr< ArtificialDissipationBase< dim, nstate >> artificial_dissipation_input) | |
| Constructor. | |
| virtual | ~NumericalFluxDissipative ()=default | 
| Abstract class must have a virtual destructor and an implementation. | |
| virtual std::array< real, nstate > | evaluate_auxiliary_flux (const dealii::types::global_dof_index current_cell_index, const dealii::types::global_dof_index neighbor_cell_index, const real artificial_diss_coeff_int, const real artificial_diss_coeff_ext, const std::array< real, nstate > &soln_int, const std::array< real, nstate > &soln_ext, const std::array< dealii::Tensor< 1, dim, real >, nstate > &soln_grad_int, const std::array< dealii::Tensor< 1, dim, real >, nstate > &soln_grad_ext, const dealii::Tensor< 1, dim, real > &normal_int, const real &penalty, const bool on_boundary=false) const =0 | 
| Auxiliary flux at the interface. | |
| Additional Inherited Members | |
|  Protected Attributes inherited from PHiLiP::NumericalFlux::NumericalFluxDissipative< dim, nstate, real > | |
| const std::shared_ptr< Physics::PhysicsBase< dim, nstate, real > > | pde_physics | 
| Associated physics. | |
| const std::shared_ptr< ArtificialDissipationBase< dim, nstate > > | artificial_dissip | 
| Link to artificial dissipation. | |
Definition at line 135 of file viscous_numerical_flux.hpp.
| 
 | overridevirtual | 
Evaluate solution flux at the interface.
\[\hat{u} = {u_h} \]
Implements PHiLiP::NumericalFlux::NumericalFluxDissipative< dim, nstate, real >.
Definition at line 246 of file viscous_numerical_flux.cpp.