21 #ifndef FUB_EQUATIONS_PERFECT_GAS_MIX_HLLEM_HPP
22 #define FUB_EQUATIONS_PERFECT_GAS_MIX_HLLEM_HPP
29 extern template struct Hllem<PerfectGasMix<1>>;
30 extern template struct Hllem<PerfectGasMix<2>>;
31 extern template struct Hllem<PerfectGasMix<3>>;
37 extern template class FluxMethod<perfect_gas::Hllem<PerfectGasMix<1>>>;
38 extern template class FluxMethod<perfect_gas::Hllem<PerfectGasMix<2>>>;
39 extern template class FluxMethod<perfect_gas::Hllem<PerfectGasMix<3>>>;
Definition: perfect_gas/HllemMethod.hpp:27
The fub namespace.
Definition: AnyBoundaryCondition.hpp:31