Skip to content
Snippets Groups Projects
Commit f23e6a89 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

bindings for JacobianBasis

parent ecd7ff33
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
#include "SPoint3.h" #include "SPoint3.h"
#include "SPoint2.h" #include "SPoint2.h"
#include "GPoint.h" #include "GPoint.h"
#include "JacobianBasis.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
#include "FlGui.h" #include "FlGui.h"
#endif #endif
...@@ -105,6 +106,7 @@ namespace std { ...@@ -105,6 +106,7 @@ namespace std {
%include "linearSystemPETSc.h" %include "linearSystemPETSc.h"
%template(linearSystemPETScDouble) linearSystemPETSc<double>; %template(linearSystemPETScDouble) linearSystemPETSc<double>;
%include "linearSystemCSR.h" %include "linearSystemCSR.h"
%template(linearSystemCSRDouble) linearSystemCSR<double>;
%template(linearSystemTAUCSDouble) linearSystemCSRTaucs<double>; %template(linearSystemTAUCSDouble) linearSystemCSRTaucs<double>;
%include "GEntity.h" %include "GEntity.h"
%include "GVertex.h" %include "GVertex.h"
...@@ -137,6 +139,7 @@ namespace std { ...@@ -137,6 +139,7 @@ namespace std {
%include "DefaultOptions.h" %include "DefaultOptions.h"
%include "meshGFaceOptimize.h" %include "meshGFaceOptimize.h"
%include "Generator.h" %include "Generator.h"
%include "JacobianBasis.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
%include "FlGui.h" %include "FlGui.h"
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment