Free Electron
Classes | Namespaces | Macros | Enumerations
mechanicsAS.h File Reference
#include "math/math.h"
#include "shape/shape.h"
Include dependency graph for mechanicsAS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::ext::AsLinearSpring
 Basic Hooke's law linear spring. More...
 
class  fe::ext::AsBend
 For bending element based on Volino 2006 bending model. More...
 

Namespaces

 fe
 kernel
 

Macros

#define FE_DIFF_LOCKED   (int)(1 << 0)
 
#define FE_DIFF_OPEN   (int)(1 << 1)
 
#define FE_DIFF_HLSD   (int)(1 << 2)
 
#define FE_DIFF_VLSD   (int)(1 << 3)
 
#define FE_LSF_NOCOMPRESS   (int)(1 << 0)
 
#define FE_LSF_XIGNORE   (int)(1 << 1)
 
#define FE_LSF_YIGNORE   (int)(1 << 2)
 
#define FE_LSF_ZIGNORE   (int)(1 << 3)
 
#define FE_LSF_PULLCOMPRESS   (int)(1 << 4)
 
#define FE_LSF_OFFSET_MODE   (int)(1 << 5)
 

Enumerations

enum  pointType {
  e_forcePoint = (int)(1 << 0),
  e_solverParticle = (int)(1 << 1),
  e_barycentricPoint = (int)(1 << 2)
}