MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
Integration.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 INTEGRATION_H_
5#define INTEGRATION_H_
6
7#include "Mesh/Mesh.h"
8
11namespace Integration {
12
16 void nodalMomentum(Mesh* mesh, double dt);
17};
18
19#endif /* INTEGRATION_H_ */
Class representing a rectangular grid mesh.
Definition Mesh.h:26
Represents the integration operations in the MPM.
void nodalMomentum(Mesh *mesh, double dt)
Integrate the nodal momentum.