file
DiffEqStack.hppStack of differential equations.
Contents
- Reference
This file declares class DiffEqStack, which implements various functionality related to registering and instantiating differential equation types. Registration and instantiation use a differential equation factory, which is a std::map (an associative container), associating unique differential equation keys to their constructor calls. For more details, see the in-code documentation of the constructor.
Namespaces
- namespace walker
- Walker declarations and definitions.
Classes
- class walker::DiffEqStack
- Differential equations stack.