src/PDE/PDEStack.hpp file

Stack of differential equations.

Contents

This file declares class PDEStack, which implements various functionality related to registering and instantiating partial differential equation types. Registration and instantiation use a partial differential equation factory, which is a std::map (an associative container), associating unique partial differential equation keys to their constructor calls. For more details, see the in-code documentation of the constructor.

Namespaces

namespace inciter
Inciter declarations and definitions.

Classes

class inciter::PDEStack
Partial differential equations stack.