Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ConstraintHandler Class Reference#include <ConstraintHandler.h>
Inheritance diagram for ConstraintHandler::
List of all members.
Detailed Description
The ConstraintHandler class is an abstract base class. Its purpose is to define the interface common among all subclasses. A constraint handler is responsible for: \begin{enumerate} \item creating the FE\_Element and DOF\_Group objects and adding them to the AnalysisModel. \item setting the initial dof equation numbers to
,
or
. A
indicates to the DOF\_Numberer object that no equation number is to be allocated for this dof, a
that this dof is to be among the last group of dof to be numbered. \item deleting the DOF\_Group and FE\_Element objects that it created.\end{enumerate}
}
Definition at line 67 of file ConstraintHandler.h.
Constructor & Destructor Documentation
ConstraintHandler::ConstraintHandler (
|
int classTag )
|
|
ConstraintHandler::~ConstraintHandler (
|
) [virtual]
|
|
Member Function Documentation
void ConstraintHandler::clearAll (
|
void ) [pure virtual]
|
|
AnalysisModel * ConstraintHandler::getAnalysisModelPtr (
|
void ) const [protected]
|
|
Domain * ConstraintHandler::getDomainPtr (
|
void ) const [protected]
|
|
Integrator * ConstraintHandler::getIntegratorPtr (
|
void ) const [protected]
|
|
int ConstraintHandler::handle (
|
const ID * nodesNumberedLast = 0 ) [pure virtual]
|
|
The documentation for this class was generated from the following files:
|