MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
hyperbolic.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::FluxFunction
 Abstract class for hyperbolic flux for a system of hyperbolic conservation laws. More...
 
class  mfem::NumericalFlux
 Abstract class for numerical flux for a system of hyperbolic conservation laws on a face with states, fluxes and characteristic speed. More...
 
class  mfem::HyperbolicFormIntegrator
 Abstract hyperbolic form integrator, assembling (F(u, x), ∇v) and <F̂(u⁻,u⁺,x) n, [v]> terms for scalar finite elements. More...
 
class  mfem::RusanovFlux
 Rusanov flux, also known as local Lax-Friedrichs, F̂ n = ½(F(u⁺,x)n + F(u⁻,x)n) - ½λ(u⁺ - u⁻) where λ is the maximum characteristic speed. More...
 
class  mfem::ComponentwiseUpwindFlux
 Component-wise upwinded flux. More...
 
class  mfem::AdvectionFlux
 Advection flux. More...
 
class  mfem::BurgersFlux
 Burgers flux. More...
 
class  mfem::ShallowWaterFlux
 Shallow water flux. More...
 
class  mfem::EulerFlux
 Euler flux. More...
 

Namespaces

namespace  mfem
 

Variables

MFEM_DEPRECATED typedef NumericalFlux mfem::RiemannSolver