NodeSupport#
- class planestress.pre.boundary_condition.NodeSupport(point: tuple[float, float], direction: str, value: float)[source]#
Bases:
NodeBoundaryConditionClass for adding a support to a node.
- Variables:
mesh_tag – Tagged node object.
Methods
Applies the boundary condition.
Get the degrees of freedom of the node.
- __init__(point: tuple[float, float], direction: str, value: float) None[source]#
Inits the NodeSupport class.