We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135b26d commit ae943f9Copy full SHA for ae943f9
1 file changed
src/chrono_swig/interface/fsi/ChFsiDefinitions.i
@@ -9,5 +9,13 @@ using namespace chrono::fsi;
9
10
%}
11
12
+%shared_ptr(chrono::fsi::FsiBodyState)
13
+%shared_ptr(chrono::fsi::FsiBodyForce)
14
+%shared_ptr(chrono::fsi::FsiMeshState)
15
+%shared_ptr(chrono::fsi::FsiMeshForce)
16
+%shared_ptr(chrono::fsi::FsiBody)
17
+%shared_ptr(chrono::fsi::FsiMesh1D)
18
+%shared_ptr(chrono::fsi::FsiMesh2D)
19
+
20
/* Parse the header file to generate wrappers */
21
%include "../../../chrono_fsi/ChFsiDefinitions.h"
0 commit comments