12 template <
typename _Type,
typename _Xtype>
14 coords = std::vector<_Xtype>(ncoords, 0.0);
17 template <
typename _Type,
typename _Xtype>
19 coords = std::vector<_Xtype>(ncoords, 0.0);
22 template <
typename _Type,
typename _Xtype>
A specification of a (double/complex) residual class that not only defines a vector residual of a vec...
A base class to be inherited by objects that define residuals.
virtual ~Residual_with_coords()
An empty destructor.
Residual_with_coords(const unsigned &order, const unsigned &ncoords)
Constructor for a 'square' residual object that is, N residuals for N unknowns.
std::vector< _Xtype > coords
The coordinates stored for this residual.
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...