Skip to content

TransformationConstraintHandler

TransformationConstraintHandler

TransformationConstraintHandler()

Bases: ConstraintHandler

Transformation constraint handler.

TransformationConstraintHandler enforces both single-point and multi-point boundary conditions by performing static condensation of the constrained degrees of freedom, reducing the total number of equations in the system.

Tcl form

constraints Transformation

Example
from femora.core.model import Model

model = Model()
handler = model.analysis.constraint.transformation()

Create a Transformation constraint handler.