Skip to content
Snippets Groups Projects
Commit ea9b366f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 17faf6cd
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.4 2000-11-25 15:26:10 geuzaine Exp $ # $Id: Makefile,v 1.5 2000-11-27 17:13:35 geuzaine Exp $
# #
# Makefile for "libAdapt.a" # Makefile for "libAdapt.a"
# #
...@@ -57,13 +57,13 @@ depend: ...@@ -57,13 +57,13 @@ depend:
$(RM) $(RMFLAGS) Makefile.new $(RM) $(RMFLAGS) Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
brent.o: brent.cpp nrutil.h ../Common/Const.h Adapt.o: Adapt.cpp ../Common/Gmsh.h ../Common/Message.h \
mnbrak.o: mnbrak.cpp nrutil.h ../Common/Const.h
nrutil.o: nrutil.cpp
optimesh.o: optimesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Adapt.h nrutil.h \ ../DataStr/avl.h ../DataStr/Tools.h Adapt.h nrutil.h \
../Common/Const.h ../Common/Const.h
mnbrak.o: mnbrak.cpp nrutil.h ../Common/Const.h
brent.o: brent.cpp nrutil.h ../Common/Const.h
nrutil.o: nrutil.cpp
dsvdcmp.o: dsvdcmp.cpp nrutil.h ../Common/Const.h dsvdcmp.o: dsvdcmp.cpp nrutil.h ../Common/Const.h
newt.o: newt.cpp nrutil.h ../Common/Const.h newt.o: newt.cpp nrutil.h ../Common/Const.h
fmin.o: fmin.cpp nrutil.h ../Common/Const.h fmin.o: fmin.cpp nrutil.h ../Common/Const.h
......
# $Id: Makefile,v 1.4 2000-11-25 15:26:10 geuzaine Exp $ # $Id: Makefile,v 1.5 2000-11-27 17:13:45 geuzaine Exp $
# #
# Makefile for "libGeo.a" # Makefile for "libGeo.a"
# #
...@@ -60,7 +60,7 @@ CAD.o: CAD.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -60,7 +60,7 @@ CAD.o: CAD.cpp ../Common/Gmsh.h ../Common/Message.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h \
../Mesh/Interpolation.h ../Mesh/Numeric.h ../Common/Const.h \ ../Mesh/Interpolation.h ../Mesh/Numeric.h ../Common/Const.h \
../Mesh/Create.h CAD.h ../Mesh/Create.h CAD.h ../Common/Context.h
DataBase.o: DataBase.cpp ../Common/Gmsh.h ../Common/Message.h \ DataBase.o: DataBase.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Geo.h \
...@@ -83,8 +83,9 @@ Geo.o: Geo.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -83,8 +83,9 @@ Geo.o: Geo.cpp ../Common/Gmsh.h ../Common/Message.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h ../Parser/Parser.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h ../Parser/Parser.h
StepGeomDatabase.o: StepGeomDatabase.cpp ../Common/Gmsh.h \ StepGeomDatabase.o: StepGeomDatabase.cpp ../Common/Gmsh.h \
../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h Geo.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
StepGeomDatabase.h DataBase.h ../Common/Const.h Geo.h StepGeomDatabase.h DataBase.h \
../Common/Context.h
Verif.o: Verif.cpp ../Common/Gmsh.h ../Common/Message.h \ Verif.o: Verif.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \
......
# $Id: Makefile,v 1.3 2000-11-25 15:26:10 geuzaine Exp $ # $Id: Makefile,v 1.4 2000-11-27 17:13:48 geuzaine Exp $
# #
# Makefile for "libGraphics.a" # Makefile for "libGraphics.a"
# #
...@@ -98,24 +98,6 @@ PostSimplex.o: PostSimplex.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -98,24 +98,6 @@ PostSimplex.o: PostSimplex.cpp ../Common/Gmsh.h ../Common/Message.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Graphics/ColorTable.h Iso.h ../Common/Context.h ../Common/Const.h ../Graphics/ColorTable.h Iso.h ../Common/Context.h
PostTriangle.o: PostTriangle.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Graphics/ColorTable.h Iso.h ../Common/Context.h
PostLine.o: PostLine.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Graphics/ColorTable.h Iso.h ../Common/Context.h
PostPoint.o: PostPoint.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Graphics/ColorTable.h Iso.h ../Common/Context.h
Iso.o: Iso.cpp ../Common/Gmsh.h ../Common/Message.h \ Iso.o: Iso.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Mesh/Mesh.h ../Mesh/Vertex.h \
......
/* $Id: 3D_Mesh.cpp,v 1.7 2000-11-26 15:43:46 geuzaine Exp $ */ /* $Id: 3D_Mesh.cpp,v 1.8 2000-11-27 17:13:49 geuzaine Exp $ */
/* /*
J-F Remacle 1995 J-F Remacle 1995
...@@ -605,18 +605,18 @@ void Convex_Hull_Mesh (List_T * Points, Mesh * m){ ...@@ -605,18 +605,18 @@ void Convex_Hull_Mesh (List_T * Points, Mesh * m){
if (!THES){ if (!THES){
Msg(WARNING, "Vertex (%g,%g,%g) in no Simplex", Msg(WARNING, "Vertex (%g,%g,%g) in no Simplex",
THEV->Pos.X,THEV->Pos.Y,THEV->Pos.Z); THEV->Pos.X,THEV->Pos.Y,THEV->Pos.Z);
THEV->Pos.X += CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX; THEV->Pos.X += 10 * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX;
THEV->Pos.Y += CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX; THEV->Pos.Y += 10 * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX;
THEV->Pos.Z += CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX; THEV->Pos.Z += 10 * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX;
Tree_Action (m->Simplexes, Action_First_Simplexes); Tree_Action (m->Simplexes, Action_First_Simplexes);
} }
bool ca_marche = Bowyer_Watson (m, THEV, THES, 1); bool ca_marche = Bowyer_Watson (m, THEV, THES, 1);
int count = 0; int count = 0;
while(!ca_marche){ while(!ca_marche){
count ++; count ++;
double dx = rand_sign() * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX; double dx = rand_sign() * 10 * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX;
double dy = rand_sign() * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX; double dy = rand_sign() * 10 * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX;
double dz = rand_sign() * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX; double dz = rand_sign() * 10 * CTX.mesh.rand_factor * LC3D * rand()/RAND_MAX;
THEV->Pos.X += dx; THEV->Pos.X += dx;
THEV->Pos.Y += dy; THEV->Pos.Y += dy;
THEV->Pos.Z += dz; THEV->Pos.Z += dz;
......
# $Id: Makefile,v 1.4 2000-11-25 15:26:11 geuzaine Exp $ # $Id: Makefile,v 1.5 2000-11-27 17:13:49 geuzaine Exp $
# #
# Makefile for "libMesh.a" # Makefile for "libMesh.a"
# #
...@@ -219,7 +219,7 @@ Print_Mesh.o: Print_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -219,7 +219,7 @@ Print_Mesh.o: Print_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \
Create.h Create.h ../Common/Context.h
Read_Mesh.o: Read_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ Read_Mesh.o: Read_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \
...@@ -269,7 +269,9 @@ CrossData.o: CrossData.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -269,7 +269,9 @@ CrossData.o: CrossData.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \
../Geo/ExtrudeParams.h Metric.h ../Geo/ExtrudeParams.h Metric.h
Vertex.o: Vertex.cpp Vertex.h ../DataStr/List.h Vertex.o: Vertex.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Vertex.h ../Common/Context.h
Edge.o: Edge.cpp ../Common/Gmsh.h ../Common/Message.h \ Edge.o: Edge.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \
......
# $Id: Makefile,v 1.3 2000-11-25 15:26:12 geuzaine Exp $ # $Id: Makefile,v 1.4 2000-11-27 17:13:50 geuzaine Exp $
# #
# Makefile for "libUnix.a" # Makefile for "libUnix.a"
# #
...@@ -80,7 +80,7 @@ Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -80,7 +80,7 @@ Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h \
../Graphics/ColorTable.h ../Common/Context.h ../Parser/Parser.h \ ../Graphics/ColorTable.h ../Common/Context.h ../Parser/Parser.h \
../Geo/MinMax.h Widgets.h Pixmaps.h XColors.h XContext.h \ ../Geo/MinMax.h Widgets.h Pixmaps.h XColors.h XContext.h \
XRessources.h CbContext.h CbGeom.h Register.h Geometry.h \ XRessources.h CbContext.h CbGeom.h Register.h Geometry.h \
../Common/Static.h ../Common/Version.h XStatic.h ../Common/Static.h XStatic.h ../Common/Version.h
Widgets.o: Widgets.cpp ../Common/Gmsh.h ../Common/Message.h \ Widgets.o: Widgets.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Mesh/Mesh.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Mesh/Mesh.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment