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
9
class
Contact
{
10
11
public
:
12
15
Contact
();
16
19
virtual
~Contact
();
20
};
21
22
#endif
/* CONTACT_H_ */
Contact
Represents a frictional contact between bodies.
Definition
Contact.h:9
Contact::~Contact
virtual ~Contact()
Default destructor.
Contact::Contact
Contact()
Default constructor.
inc
Contact.h
Generated by
1.12.0