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 @@
%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"
......@@ -404,7 +404,7 @@ class GModel
double angle);
GEntity *extrude(GEntity *e, std::vector<double> p1, std::vector<double> p2);
GEntity *addPipe(GEntity *e, std::vector<GEdge *> edges);
void addRuledFaces(std::vector<std::vector<GEdge *> > edges);
GFace *addFace(std::vector<GEdge *> edges, std::vector< std::vector<double > > points);
GFace *addPlanarFace(std::vector<std::vector<GEdge *> > edges);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment