trusspy.handlers.handler_boundary module#

title: TrussPy - Truss Solver for Python author: Andreas Dutzler year: 2023

class trusspy.handlers.handler_boundary.BoundaryHandler[source]#

Bases: object

Handler for Boundary Conditions

add_bound_T(B)[source]#
add_bound_U(B, *args, **kwargs)[source]#

add displacement boundary

add_bounds_T(BB)[source]#
add_bounds_U(BB)[source]#

add list of displacement boundaries

del_bound_U(label)[source]#

delete boundary U by label

fix_bounds_U(nodelist)[source]#