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/*
2 * Integration.h
3 *
4 * Created on: 13 de abr de 2021
5 * Author: Fabricio Fernandez <fabricio.hmf@gmail.com>
6 */
7
8#ifndef INTEGRATION_H_
9#define INTEGRATION_H_
10
11#include "Mesh/Mesh.h"
12
15namespace Integration {
16
20 void nodalMomentum(Mesh* mesh, double dt);
21};
22
23#endif /* INTEGRATION_H_ */
Class representing a rectangular grid mesh.
Definition Mesh.h:29
Represents the integration operations in the MPM.
void nodalMomentum(Mesh *mesh, double dt)
Integrate the nodal momentum.