FEM: constraint plane rotation: object implementation

This commit is contained in:
vdwalts
2016-08-01 21:56:50 +01:00
committed by wmayer
parent 9107e92b52
commit fdee687f01
13 changed files with 904 additions and 5 deletions

View File

@@ -51,6 +51,7 @@
#include "FemConstraintGear.h"
#include "FemConstraintPulley.h"
#include "FemConstraintDisplacement.h"
#include "FemConstraintPlaneRotation.h"
#include "FemConstraintContact.h"
#include "FemResultObject.h"
@@ -148,12 +149,13 @@ PyMODINIT_FUNC initFem()
Fem::ConstraintGear ::init();
Fem::ConstraintPulley ::init();
Fem::ConstraintDisplacement ::init();
Fem::ConstraintContact ::init();
Fem::ConstraintPlaneRotation ::init();
Fem::ConstraintContact ::init();
Fem::FemResultObject ::init();
Fem::FemSolverObject ::init();
Fem::FemSolverObjectPython ::init();
#ifdef FC_USE_VTK
Fem::FemPostObject ::init();
Fem::FemPostPipeline ::init();