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 "Particle/Particle.h"
8
10{
11 void setStaticSolution(vector<Particle*>* particles);
12}
13
14#endif /* INC_DYNAMICRELAXATION_H_ */
Definition DynamicRelaxation.h:10
void setStaticSolution(vector< Particle * > *particles)