$extrastylesheet
#include <linear.h>
Public Member Functions | |
| Linear (EquationSystems &es) | |
| Linear (EquationSystems &es, const std::string &name, const unsigned int number) | |
| ~Linear () | |
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.
| libMesh::Linear< T >::Linear | ( | EquationSystems & | es | ) | [inline, explicit] |
| libMesh::Linear< T >::Linear | ( | EquationSystems & | es, |
| const std::string & | name, | ||
| const unsigned int | number | ||
| ) | [inline] |
Constructor. Requires a referece to the EquationSystems object.
Definition at line 84 of file linear.h.
: T (es, name, number) { libmesh_deprecated(); }
| libMesh::Linear< T >::~Linear | ( | ) | [inline] |