PeriDEM
0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
damping.h
Go to the documentation of this file.
1
/*
2
* -------------------------------------------
3
* Copyright (c) 2021 - 2026 Prashant K. Jha
4
* -------------------------------------------
5
* PeriDEM https://github.com/prashjha/PeriDEM
6
*
7
* Distributed under the Boost Software License, Version 1.0. (See accompanying
8
* file LICENSE)
9
*/
10
11
#ifndef CONTACT_DAMPING_H
12
#define CONTACT_DAMPING_H
13
14
namespace
data
{
15
class
ModelData;
16
}
17
18
namespace
contact
{
19
31
class
Damping
{
32
public
:
33
virtual
~Damping
() =
default
;
34
35
virtual
void
apply
(
data::ModelData
&
data
);
36
};
37
38
}
// namespace contact
39
40
#endif
// CONTACT_DAMPING_H
contact::Damping
Definition
damping.h:31
contact::Damping::~Damping
virtual ~Damping()=default
contact::Damping::apply
virtual void apply(data::ModelData &data)
Definition
damping.cpp:25
data::ModelData
A class to store model data.
Definition
modelData.h:50
contact
Definition
contact.h:24
data
Definition
contact.h:20
src
contact
damping.h
Generated by
1.9.8