![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <algorithm>
#include <mechsys/mpm/defs.h>
#include <mechsys/util/array.h>
Go to the source code of this file.
Namespaces | |
namespace | MPM |
Material Point Method. | |
Functions | |
bool | MPM::CompareVec2D (Vector3D const &A, Vector3D const &B) |
double | MPM::Cross2D (Vector3D const &O, Vector3D const &A, Vector3D const &B) |
void | MPM::CHull2D (Array< Vector3D > &P, Array< size_t > &H) |