Skip to content
Snippets Groups Projects
Commit 03587153 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

oops

parent c2ea472e
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ set(SRC ...@@ -15,7 +15,7 @@ set(SRC
gmshSurface.cpp gmshSurface.cpp
OCCVertex.cpp OCCEdge.cpp OCCFace.cpp OCCRegion.cpp OCCVertex.cpp OCCEdge.cpp OCCFace.cpp OCCRegion.cpp
GenericVertex.cpp GenericEdge.cpp GenericFace.cpp GenericRegion.cpp GenericVertex.cpp GenericEdge.cpp GenericFace.cpp GenericRegion.cpp
discreteEdge.cpp discreteFace.cpp discreteDiskFace.cpp discreteRegion.cpp discreteEdge.cpp discreteFace.cpp discreteRegion.cpp
fourierEdge.cpp fourierFace.cpp fourierProjectionFace.cpp fourierEdge.cpp fourierFace.cpp fourierProjectionFace.cpp
ACISVertex.cpp ACISVertex.cpp
ACISEdge.cpp ACISEdge.cpp
......
...@@ -71,11 +71,6 @@ bool buildEdgeCavity(MTet4 *t, int iLocalEdge, MVertex **v1, MVertex **v2, ...@@ -71,11 +71,6 @@ bool buildEdgeCavity(MTet4 *t, int iLocalEdge, MVertex **v1, MVertex **v2,
while (1){ while (1){
MVertex *ov1 = t->tet()->getVertex(edges[5 - iLocalEdge][0]); MVertex *ov1 = t->tet()->getVertex(edges[5 - iLocalEdge][0]);
MVertex *ov2 = t->tet()->getVertex(edges[5 - iLocalEdge][1]); MVertex *ov2 = t->tet()->getVertex(edges[5 - iLocalEdge][1]);
// printf("edge %d %d tet %d %d %d %d\n",(*v1)->getNum(),(*v2)->getNum(),
// t->tet()->getVertex(0)->getNum(),
// t->tet()->getVertex(1)->getNum(),
// t->tet()->getVertex(2)->getNum(),
// t->tet()->getVertex(3)->getNum());
int K = ov1 == lastinring ? 1 : 0; int K = ov1 == lastinring ? 1 : 0;
lastinring = ov1 == lastinring ? ov2 : ov1; lastinring = ov1 == lastinring ? ov2 : ov1;
// look in the 2 faces sharing this edge the one that has vertex // look in the 2 faces sharing this edge the one that has vertex
......
...@@ -40,8 +40,8 @@ Line Loop(24) = {6,-12,3,10}; ...@@ -40,8 +40,8 @@ Line Loop(24) = {6,-12,3,10};
Ruled Surface(25) = {24}; Ruled Surface(25) = {24};
Surface Loop(1) = {17,-25,-23,-21,19,15}; Surface Loop(1) = {17,-25,-23,-21,19,15};
Volume(1) = {1}; Volume(1) = {1};
Transfinite Line{1:4,6:9} = 10; Transfinite Line{1:4,6:9} = 30;
Transfinite Line{10:13} = 10; Transfinite Line{10:13} = 30;
Transfinite Surface {15} = {1,2,3,4}; Transfinite Surface {15} = {1,2,3,4};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment