10 template <
typename _Type,
typename _Xtype>
15 template <
typename _Type,
typename _Xtype>
A templated class for equations that can be inherited from to allow instantiation of ODE/PDE objects ...
A specification of a (double/complex) residual class that not only defines a vector residual of a vec...
An equation object base class used in the BVP/IVP classes.
Equation(const unsigned &order)
Constructor for equation class.
virtual ~Equation()
An empty destructor, virtual since we have virtual methods.
A base class to be inherited by objects that define residuals.
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechani...