Skip to content
Snippets Groups Projects
Commit 819e53e7 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

store coordinates at quadrature points or faster dg computation (40X faster for VortexInBox.dg) :-)

parent fcbf93d3
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
%include std_list.i %include std_list.i
%{ %{
#include "GModel.h" #include "GModel.h"
#include "DefaultOptions.h"
#include "fullMatrix.h" #include "fullMatrix.h"
#include "function.h" #include "function.h"
#include "dofManager.h" #include "dofManager.h"
...@@ -124,4 +125,5 @@ namespace std { ...@@ -124,4 +125,5 @@ namespace std {
%include "SPoint2.h" %include "SPoint2.h"
%include "GPoint.h" %include "GPoint.h"
%include "functionPython.h" %include "functionPython.h"
%include "DefaultOptions.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment