MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
Contact.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2021-2025 MPM-Geomechanics Development Team
3
4#ifndef CONTACT_H_
5#define CONTACT_H_
6
9class Contact {
10
11public:
12
16
19 virtual ~Contact();
20};
21
22#endif /* CONTACT_H_ */
Represents a frictional contact between bodies.
Definition Contact.h:9
virtual ~Contact()
Default destructor.
Contact()
Default constructor.