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
15
namespace
Integration
{
16
20
void
nodalMomentum
(
Mesh
* mesh,
double
dt);
21
};
22
23
#endif
/* INTEGRATION_H_ */
Mesh.h
Mesh
Class representing a rectangular grid mesh.
Definition
Mesh.h:29
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