Objects for Results of FEM analysis
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
#include "FemConstraintGear.h"
|
||||
#include "FemConstraintPulley.h"
|
||||
|
||||
#include "FemResultObject.h"
|
||||
#include "FemResultValue.h"
|
||||
#include "FemResultVector.h"
|
||||
|
||||
extern struct PyMethodDef Fem_methods[];
|
||||
|
||||
PyDoc_STRVAR(module_Fem_doc,
|
||||
@@ -133,6 +137,10 @@ void AppFemExport initFem()
|
||||
Fem::ConstraintForce ::init();
|
||||
Fem::ConstraintGear ::init();
|
||||
Fem::ConstraintPulley ::init();
|
||||
|
||||
Fem::FemResultObject ::init();
|
||||
Fem::FemResultValue ::init();
|
||||
Fem::FemResultVector ::init();
|
||||
}
|
||||
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user