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
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@
%include std_list.i
%{
#include "GModel.h"
#include "DefaultOptions.h"
#include "fullMatrix.h"
#include "function.h"
#include "dofManager.h"
......@@ -124,4 +125,5 @@ namespace std {
%include "SPoint2.h"
%include "GPoint.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