Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
PenaltyMP_FE Class Reference#include <PenaltyMP_FE.h>
Inheritance diagram for PenaltyMP_FE::
List of all members.
Detailed Description
PenaltyMP\_FE is a subclass of FE\_Element used to enforce a multi point constraint, of the form
, where
are the constrained degrees-of-freedom at the constrained node,
are the retained degrees-of-freedom at the retained node and
a matrix defining the relationship between these degrees-of-freedom.
To enforce the constraint a matrix
is added to the tangent for the degrees-of-freedom
, where
. Nothing is added to the residual. \
}
Definition at line 67 of file PenaltyMP_FE.h.
Constructor & Destructor Documentation
PenaltyMP_FE::~PenaltyMP_FE (
|
) [virtual]
|
|
Member Function Documentation
const Vector & PenaltyMP_FE::getResidual (
|
Integrator * theIntegrator ) [virtual]
|
|
const Vector & PenaltyMP_FE::getTangForce (
|
const Vector & x,
|
|
double fact = 1.0 ) [virtual]
|
|
const Matrix & PenaltyMP_FE::getTangent (
|
Integrator * theIntegrator ) [virtual]
|
|
int PenaltyMP_FE::setID (
|
void ) [virtual]
|
|
The documentation for this class was generated from the following files:
|