From f23e6a8956245d2d7521e6040005cfc99c326559 Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Fri, 22 Apr 2011 09:27:37 +0000 Subject: [PATCH] bindings for JacobianBasis --- Common/gmshpy.i | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common/gmshpy.i b/Common/gmshpy.i index f47e2c126e..6238db199b 100644 --- a/Common/gmshpy.i +++ b/Common/gmshpy.i @@ -47,6 +47,7 @@ #include "SPoint3.h" #include "SPoint2.h" #include "GPoint.h" + #include "JacobianBasis.h" #if defined(HAVE_FLTK) #include "FlGui.h" #endif @@ -105,6 +106,7 @@ namespace std { %include "linearSystemPETSc.h" %template(linearSystemPETScDouble) linearSystemPETSc<double>; %include "linearSystemCSR.h" +%template(linearSystemCSRDouble) linearSystemCSR<double>; %template(linearSystemTAUCSDouble) linearSystemCSRTaucs<double>; %include "GEntity.h" %include "GVertex.h" @@ -137,6 +139,7 @@ namespace std { %include "DefaultOptions.h" %include "meshGFaceOptimize.h" %include "Generator.h" +%include "JacobianBasis.h" #if defined(HAVE_FLTK) %include "FlGui.h" #endif -- GitLab