Surface#
Description#
Surface is a static system that does not change by the timestepping.
Available Surface Types#
type |
description |
|---|---|
plane |
Plane static system. |
Module containing plane surface implementation for contact interactions.
- class elastica.surface.plane.Plane(plane_origin, plane_normal)[source]#
Plane static system. Static system does not change by the timestepping.
- Attributes:
- normalnumpy.ndarray
1D (3,) array containing the normal vector of the plane.
- originnumpy.ndarray
2D (3, 1) array containing the origin of the plane.