Linear (EquationSystems &es, const std::string &name, const unsigned int number)
~Linear ()
Detailed Description
template<class T = Solver> class Linear< T >
This is a generic class that defines a linear to be used in a simulation. A user can define a linear by deriving from this class and implementing certain functions.
Author:
Benjamin S. Kirk, 2003-2004.
Definition at line 44 of file linear.h.
Constructor & Destructor Documentation
template<class T > Linear< T >::Linear (EquationSystems &es) [inline]Constructor. Requires a reference to a system to be solved.
Definition at line 72 of file linear.h.
:
T (es)
{
}
template<class T > Linear< T >::Linear (EquationSystems &es, const std::string &name, const unsigned intnumber) [inline]Constructor. Requires a referece to the EquationSystems object.
Definition at line 81 of file linear.h.
:
T (es, name, number)
{
}
template<class T > Linear< T >::~Linear () [inline]Destructor.
Definition at line 92 of file linear.h.
{
}
Author
Generated automatically by Doxygen for libMesh from the source code.