Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
HookeanSpring.hpp File Reference

Classes

class  mundy::HookeanSpring< Scalar, LineSegmentType, OwnershipType >
 A hookean spring between two points with a rest length and spring constant. More...
struct  mundy::is_hookean_spring< T >
 Type trait to determine if a type is a HookeanSpring. More...
struct  mundy::is_hookean_spring< HookeanSpring< Scalar, LineSegmentType, OwnershipType > >
struct  mundy::is_hookean_spring< const HookeanSpring< Scalar, LineSegmentType, OwnershipType > >

Namespaces

namespace  mundy

Concepts

concept  mundy::ValidHookeanSpringType
 Concept to check if a type is a valid HookeanSpring type.

Variables

template<typename T>
constexpr bool mundy::is_hookean_spring_v = is_hookean_spring<T>::value