file
DiffEqStack.cppStack of differential equations.
This file defines 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.