libMesh::System::Constraint Class Reference
#include <system.h>
Public Member Functions | |
| virtual | ~Constraint () |
| virtual void | constrain ()=0 |
Detailed Description
Abstract base class to be used for sysem constraints. A user class derived from this class may be used to constrain the system by attaching an object with the method attach_constraint_object.
Definition at line 144 of file system.h.
Constructor & Destructor Documentation
| virtual libMesh::System::Constraint::~Constraint | ( | ) | [inline, virtual] |
Member Function Documentation
| virtual void libMesh::System::Constraint::constrain | ( | ) | [pure virtual] |
Constraint function. This function will be called to constrain the system prior to a solve and must be provided by the user in a derived class.
Referenced by libMesh::System::user_constrain().
The documentation for this class was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:40 UTC
Hosted By: