IntegralType.h File Reference

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...
 

Enumeration Type Documentation

◆ IntegralType

enum IntegralType : unsigned char
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 
34 {
35  CONTACT_TO_P = 0,
36  I_TO_CONTACT = 1,
37  I_TO_P = 2,
38  NONE = 3
39 };