FEM: new solver object implementation of the object

This commit is contained in:
Author qingfengxia
2015-11-13 08:16:14 +01:00
committed by Yorik van Havre
parent 8e0bd8e9e8
commit ac9400e493
10 changed files with 375 additions and 0 deletions

View File

@@ -52,6 +52,7 @@
#include "FemConstraintPulley.h"
#include "FemResultObject.h"
#include "FemSolverObject.h"
extern struct PyMethodDef Fem_methods[];
@@ -142,6 +143,8 @@ void AppFemExport initFem()
Fem::FemResultObject ::init();
Fem::FemResultObjectPython ::init();
Fem::FemSolverObject ::init();
Fem::FemSolverObjectPython ::init();
}
} // extern "C"