v1.0
IntegralType.h
Go to the documentation of this file.
1
// This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2
// Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3
// License: BSD 3-Clause License; see the LICENSE file in the root directory.
4
5
#ifndef IntegralType_H
6
#define IntegralType_H
7
13
enum class
IntegralType
:
unsigned
char
14
{
15
CONTACT_TO_P
= 0,
16
I_TO_CONTACT
= 1,
17
I_TO_P
= 2,
18
NONE
= 3
19
};
20
22
#endif
IntegralType
IntegralType
Specifies the two points between which a line integral is computed.
Definition:
IntegralType.h:14
IntegralType::I_TO_P
@ I_TO_P
IntegralType::I_TO_CONTACT
@ I_TO_CONTACT
IntegralType::CONTACT_TO_P
@ CONTACT_TO_P
IntegralType::NONE
@ NONE
char
unsigned
Kernel
CG
Functions
IntegralType.h
Generated on Wed Aug 27 2025 17:01:33 for MercuryDPM by
1.9.1