src/PDE/PDEStack.cpp file

Stack of partial differential equations.

This file defines 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.