Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::SecondOrderStepResult< Scalar > Struct Template Reference

Result of a second-order integration step. More...

#include <IntegratorStep.hpp>

Public Attributes

JanusVector< Scalar > q
JanusVector< Scalar > v

Detailed Description

template<typename Scalar>
struct janus::SecondOrderStepResult< Scalar >

Result of a second-order integration step.

The returned state represents the generalized coordinates and generalized velocities at the end of the step.

Template Parameters
ScalarNumeric or symbolic scalar type

Member Data Documentation

◆ q

template<typename Scalar>
JanusVector<Scalar> janus::SecondOrderStepResult< Scalar >::q

◆ v

template<typename Scalar>
JanusVector<Scalar> janus::SecondOrderStepResult< Scalar >::v

The documentation for this struct was generated from the following file: