src/PDE/Riemann/RiemannSolver.hpp file

Riemann solver interface class for various Riemann solvers.

Contents

This file defines a generic Riemann solver interface class. The class uses runtime polymorphism without client-side inheritance: inheritance is confined to the internals of the class, invisible to client-code. The class exclusively deals with ownership enabling client-side value semantics. Credit for this idea goes to Sean Parent at Adobe: https://github.com/sean-parent/sean-parent.github.com/wiki/ Papers-and-Presentations.

Namespaces

namespace inciter
Inciter declarations and definitions.

Classes

class inciter::RiemannSolver
Generic Riemann solver interface class for various Riemann solvers.