![]() |
GranOO
3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
|
#include <map>
#include <string>
#include "GranOO3/Core/Macro.hpp"
#include "GranOO3/3rdParty/Eigen/Dense"
Go to the source code of this file.
Classes | |
class | GranOO3::Physic::Dof< NUM > |
Namespaces | |
GranOO3 | |
GranOO3::DOF | |
GranOO3::Physic | |
This namespace group the entire Physic library. | |
Enumerations | |
enum | GranOO3::DOF::State { GranOO3::DOF::FREE =0 , GranOO3::DOF::FIXED =1 , GranOO3::DOF::PRESCRIBED =2 } |
enum | GranOO3::DOF::Mecha { GranOO3::DOF::X =0 , GranOO3::DOF::Y =1 , GranOO3::DOF::Z =2 , GranOO3::DOF::RX =3 , GranOO3::DOF::RY =4 , GranOO3::DOF::RZ =5 } |