MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
DynamicRelaxation.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 INC_DYNAMICRELAXATION_H_
5
#define INC_DYNAMICRELAXATION_H_
6
7
#include "
Body/Body.h
"
8
9
namespace
DynamicRelaxation
{
10
11
double
computeKineticEnergy
(vector<Body *> *bodies);
12
13
void
setStaticSolution
(vector<Body *> *bodies,
int
loopCounter);
14
}
15
16
#endif
/* INC_DYNAMICRELAXATION_H_ */
Body.h
DynamicRelaxation
Definition
DynamicRelaxation.h:9
DynamicRelaxation::setStaticSolution
void setStaticSolution(vector< Body * > *bodies, int loopCounter)
DynamicRelaxation::computeKineticEnergy
double computeKineticEnergy(vector< Body * > *bodies)
inc
DynamicRelaxation.h
Generated by
1.12.0