Skip to content
Snippets Groups Projects
Commit f9107096 authored by Bastien Gorissen's avatar Bastien Gorissen
Browse files

Remove old smoothing code

parent 8e594ae0
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ CenterlineField.cpp
BoundaryLayers.cpp
BDS.cpp
HighOrder.cpp
highOrderSmoother.cpp
highOrderTools.cpp
meshPartition.cpp
meshRefine.cpp
......
This diff is collapsed.
......@@ -19,16 +19,12 @@ typedef std::map<std::pair<MVertex*, MVertex*>, std::vector<MVertex*> > edgeCont
// are the high order representation of the face
typedef std::map<MFace, std::vector<MVertex*>, Less_Face> faceContainer;
class highOrderSmoother;
void SetOrder1(GModel *m);
void SetOrderN(GModel *m, int order, bool linear=true, bool incomplete=false);
MTriangle* setHighOrder(MTriangle *t, GFace *gf,
edgeContainer &edgeVertices,
faceContainer &faceVertices,
bool linear, bool incomplete, int nPts = 1,
highOrderSmoother *displ2D = 0,
highOrderSmoother *displ3D = 0);
bool linear, bool incomplete, int nPts = 1);
void checkHighOrderTriangles(const char* cc, GModel *m,
std::vector<MElement*> &bad, double &minJGlob);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment