|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Classes | |
| class | mundy::FeneSpring< Scalar, LineSegmentType, OwnershipType > |
| A hookean spring between two points with a max length and spring constant. More... | |
| struct | mundy::is_fene_spring< T > |
| Type trait to determine if a type is a FeneSpring. More... | |
| struct | mundy::is_fene_spring< FeneSpring< Scalar, LineSegmentType, OwnershipType > > |
| struct | mundy::is_fene_spring< const FeneSpring< Scalar, LineSegmentType, OwnershipType > > |
Namespaces | |
| namespace | mundy |
Concepts | |
| concept | mundy::ValidFeneSpringType |
| Concept to check if a type is a valid FeneSpring type. | |
Variables | |
| template<typename T> | |
| constexpr bool | mundy::is_fene_spring_v = is_fene_spring<T>::value |