src/PDE/FVPDE.hpp file

Partial differential equation base for finite volume PDEs.

Contents

This file defines a generic partial differential equation (PDE) class for PDEs that use finite volume spatial discretization. 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 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::FVPDE
Partial differential equation base for discontinuous Galerkin PDEs.