LifeV
|
Numerical fluxes for hyperbolic scalar equations. More...
#include <boost/bind.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/algorithm/SolverAztecOO.hpp>
#include <lifev/core/fem/Assembly.hpp>
#include <lifev/core/algorithm/NonLinearBrent.hpp>
Go to the source code of this file.
Data Structures | |
class | AbstractNumericalFlux< Mesh, SolverType > |
AbstractNumericalFlux Gives a common interface for hyperbolic's flux function. More... | |
class | GodunovNumericalFlux< Mesh, SolverType > |
GodunovNumericalFlux Gives an implementation for Godunov solver for hyperbolic's flux function. More... | |
Namespaces | |
anonymous_namespace{HyperbolicFluxNumerical.hpp} | |
LifeV | |
Default Physical Solver. | |
Typedefs | |
typedef std::function< Vector(const Real &, const Real &, const Real &, const Real &, const std::vector< Real > &) > | vectorFunction |
Functions | |
Real | functionDotNormal (const Real &unknown, const vectorFunction &function, const KN< Real > &normal, const Real &t, const Real &x, const Real &y, const Real &z, const Real &plusMinus, const std::vector< Real > &fieldsValues) |
Real | absFunctionDotNormal (const Real &unknown, const vectorFunction &function, const KN< Real > &normal, const Real &t, const Real &x, const Real &y, const Real &z, const Real &plusMinus, const std::vector< Real > &fieldsValues) |
Numerical fluxes for hyperbolic scalar equations.
Alessio Fumagalli aless io.f umaga lli@ mail. poli mi.it
Definition in file HyperbolicFluxNumerical.hpp.