|
Go to the source code of this file.
Enumerations | |
enum class | IntegralType : unsigned char { CONTACT_TO_P = 0 , I_TO_CONTACT = 1 , I_TO_P = 2 , NONE = 3 } |
Specifies the two points between which a line integral is computed. More... | |
|
strong |
Specifies the two points between which a line integral is computed.
A line integral can be computed between two of the following points: positions of particles p and i, and particle positions p and i to the contact.
Enumerator | |
---|---|
CONTACT_TO_P | |
I_TO_CONTACT | |
I_TO_P | |
NONE |