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
11
namespace
Integration
{
12
16
void
nodalMomentum
(
Mesh
* mesh,
double
dt);
17
};
18
19
#endif
/* INTEGRATION_H_ */
Mesh.h
Mesh
Class representing a rectangular grid mesh.
Definition
Mesh.h:26
Integration
Represents the integration operations in the MPM.
Integration::nodalMomentum
void nodalMomentum(Mesh *mesh, double dt)
Integrate the nodal momentum.
inc
Integration.h
Generated by
1.12.0