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

*** empty log message ***

parent 420c253b
Branches
Tags
No related merge requests found
This diff is collapsed.
# $Id: Makefile,v 1.24 2006-01-28 18:44:19 geuzaine Exp $ # $Id: Makefile,v 1.25 2006-07-10 12:16:35 remacle Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -53,20 +53,57 @@ depend: ...@@ -53,20 +53,57 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
# 1 "/Users/geuzaine/.gmsh/Numeric//"
Numeric.o: Numeric.cpp ../Common/Gmsh.h ../Common/Message.h \ Numeric.o: Numeric.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 ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
Numeric.h Numeric.h /sw/include/gsl/gsl_version.h /sw/include/gsl/gsl_types.h \
# 1 "/Users/geuzaine/.gmsh/Numeric//" /sw/include/gsl/gsl_errno.h
EigSolve.o: EigSolve.cpp EigSolve.o: EigSolve.cpp
# 1 "/Users/geuzaine/.gmsh/Numeric//"
gsl_newt.o: gsl_newt.cpp ../Common/Gmsh.h ../Common/Message.h \ gsl_newt.o: gsl_newt.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 ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
Numeric.h Numeric.h /sw/include/gsl/gsl_math.h /sw/include/gsl/gsl_sys.h \
# 1 "/Users/geuzaine/.gmsh/Numeric//" /sw/include/gsl/gsl_machine.h /sw/include/gsl/gsl_precision.h \
/sw/include/gsl/gsl_types.h /sw/include/gsl/gsl_nan.h \
/sw/include/gsl/gsl_pow_int.h /sw/include/gsl/gsl_errno.h \
/sw/include/gsl/gsl_multiroots.h /sw/include/gsl/gsl_vector.h \
/sw/include/gsl/gsl_vector_complex_long_double.h \
/sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_check_range.h \
/sw/include/gsl/gsl_vector_long_double.h \
/sw/include/gsl/gsl_block_long_double.h \
/sw/include/gsl/gsl_vector_complex.h \
/sw/include/gsl/gsl_block_complex_long_double.h \
/sw/include/gsl/gsl_vector_complex_double.h \
/sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \
/sw/include/gsl/gsl_block_complex_double.h \
/sw/include/gsl/gsl_vector_complex_float.h \
/sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \
/sw/include/gsl/gsl_block_complex_float.h \
/sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \
/sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \
/sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \
/sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \
/sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \
/sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \
/sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \
/sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \
/sw/include/gsl/gsl_matrix.h \
/sw/include/gsl/gsl_matrix_complex_long_double.h \
/sw/include/gsl/gsl_matrix_complex_double.h \
/sw/include/gsl/gsl_matrix_complex_float.h \
/sw/include/gsl/gsl_matrix_long_double.h \
/sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \
/sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \
/sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \
/sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \
/sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \
/sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \
/sw/include/gsl/gsl_permutation.h
gsl_brent.o: gsl_brent.cpp ../Common/Gmsh.h ../Common/Message.h \ gsl_brent.o: gsl_brent.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 ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
Numeric.h Numeric.h /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_types.h \
/sw/include/gsl/gsl_math.h /sw/include/gsl/gsl_sys.h \
/sw/include/gsl/gsl_machine.h /sw/include/gsl/gsl_precision.h \
/sw/include/gsl/gsl_nan.h /sw/include/gsl/gsl_pow_int.h \
/sw/include/gsl/gsl_min.h
# $Id: Makefile,v 1.27 2006-02-26 16:26:09 geuzaine Exp $ # $Id: Makefile,v 1.28 2006-07-10 12:16:35 remacle Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -50,7 +50,6 @@ depend: ...@@ -50,7 +50,6 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
# 1 "/Users/geuzaine/.gmsh/Parallel//"
ParUtil.o: ParUtil.cpp ../Common/Gmsh.h ../Common/Message.h \ ParUtil.o: ParUtil.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 ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
......
# $Id: Makefile,v 1.85 2006-04-01 23:02:22 geuzaine Exp $ # $Id: Makefile,v 1.86 2006-07-10 12:16:35 remacle Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -75,26 +75,59 @@ depend: ...@@ -75,26 +75,59 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
# 1 "/Users/geuzaine/.gmsh/Parser//"
Gmsh.tab.o: Gmsh.tab.cpp ../Plugin/PluginManager.h ../Plugin/Plugin.h \ Gmsh.tab.o: Gmsh.tab.cpp ../Plugin/PluginManager.h ../Plugin/Plugin.h \
../Common/Options.h ../Common/Message.h ../Common/Views.h \ ../Common/Options.h ../Common/Message.h ../Common/Views.h \
../Common/ColorTable.h ../DataStr/List.h ../Common/VertexArray.h \ ../Common/ColorTable.h ../DataStr/List.h ../Common/VertexArray.h \
../Common/SmoothNormals.h ../Numeric/Numeric.h ../Common/GmshMatrix.h \ ../Common/SmoothNormals.h ../Numeric/Numeric.h ../Common/GmshMatrix.h \
../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Parallel/ParUtil.h \ /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \
../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \
../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h \ /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \
../DataStr/Tree.h ../Common/Context.h ../Geo/Geo.h ../Geo/GeoUtils.h \ /sw/include/gsl/gsl_vector.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Vertex.h \ /sw/include/gsl/gsl_vector_complex_long_double.h \
../Mesh/Simplex.h ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Face.h \ /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \
../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Edge.h ../Mesh/Vertex.h \ /sw/include/gsl/gsl_block_long_double.h \
../Mesh/Simplex.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \ /sw/include/gsl/gsl_vector_complex.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Mesh.h ../Mesh/Matrix.h \ /sw/include/gsl/gsl_block_complex_long_double.h \
../Mesh/Nurbs.h ../Mesh/Vertex.h ../Mesh/Mesh.h ../Geo/CAD.h \ /sw/include/gsl/gsl_vector_complex_double.h \
../Geo/ExtrudeParams.h ../Graphics/Draw.h ../Mesh/Create.h \ /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \
../Mesh/Vertex.h ../Mesh/Mesh.h ../Common/Colors.h ../Common/Options.h \ /sw/include/gsl/gsl_block_complex_double.h \
Parser.h OpenFile.h ../Common/CommandLine.h FunctionManager.h \ /sw/include/gsl/gsl_vector_complex_float.h \
../Common/OS.h ../Graphics/CreateFile.h ../Common/Visibility.h /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \
# 1 "/Users/geuzaine/.gmsh/Parser//" /sw/include/gsl/gsl_block_complex_float.h \
/sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \
/sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \
/sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \
/sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \
/sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \
/sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \
/sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \
/sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \
/sw/include/gsl/gsl_matrix.h \
/sw/include/gsl/gsl_matrix_complex_long_double.h \
/sw/include/gsl/gsl_matrix_complex_double.h \
/sw/include/gsl/gsl_matrix_complex_float.h \
/sw/include/gsl/gsl_matrix_long_double.h \
/sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \
/sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \
/sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \
/sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \
/sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \
/sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \
/sw/include/gsl/gsl_cblas.h ../Common/AdaptiveViews.h \
../Common/GmshMatrix.h ../Parallel/ParUtil.h ../Common/Gmsh.h \
../Common/Message.h ../DataStr/Malloc.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/Context.h ../Geo/Geo.h ../Geo/GeoUtils.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Face.h ../Mesh/Vertex.h \
../Mesh/Element.h ../Mesh/Edge.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Mesh/Vertex.h \
../Mesh/Simplex.h ../Mesh/Mesh.h ../Mesh/Matrix.h ../Mesh/Nurbs.h \
../Mesh/Vertex.h ../Mesh/Mesh.h ../Geo/CAD.h ../Geo/ExtrudeParams.h \
../Graphics/Draw.h ../Mesh/Create.h ../Mesh/Vertex.h ../Mesh/Mesh.h \
../Common/Colors.h ../Common/Options.h Parser.h OpenFile.h \
../Common/CommandLine.h FunctionManager.h ../Common/OS.h \
../Graphics/CreateFile.h ../Common/Visibility.h
Gmsh.yy.o: Gmsh.yy.cpp ../Common/Gmsh.h ../Common/Message.h \ Gmsh.yy.o: Gmsh.yy.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 ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
...@@ -106,23 +139,63 @@ Gmsh.yy.o: Gmsh.yy.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -106,23 +139,63 @@ Gmsh.yy.o: Gmsh.yy.cpp ../Common/Gmsh.h ../Common/Message.h \
../Common/SmoothNormals.h ../Mesh/Metric.h ../Mesh/Vertex.h \ ../Common/SmoothNormals.h ../Mesh/Metric.h ../Mesh/Vertex.h \
../Mesh/Simplex.h ../Mesh/Mesh.h ../Mesh/Matrix.h \ ../Mesh/Simplex.h ../Mesh/Mesh.h ../Mesh/Matrix.h \
../Geo/ExtrudeParams.h Gmsh.tab.hpp ../Geo/ExtrudeParams.h Gmsh.tab.hpp
# 1 "/Users/geuzaine/.gmsh/Parser//" OpenFile.o: OpenFile.cpp ../Mesh/BDS.h ../contrib/ANN/include/ANN/ANN.h \
OpenFile.o: OpenFile.cpp ../Mesh/BDS.h ../Common/Views.h \ ../Common/Views.h ../Common/ColorTable.h ../DataStr/List.h \
../Common/ColorTable.h ../DataStr/List.h ../Common/VertexArray.h \ ../Common/VertexArray.h ../Common/SmoothNormals.h ../Numeric/Numeric.h \
../Common/SmoothNormals.h ../Numeric/Numeric.h ../Common/GmshMatrix.h \ ../Common/GmshMatrix.h /sw/include/gsl/gsl_linalg.h \
../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/Gmsh.h \ /sw/include/gsl/gsl_mode.h /sw/include/gsl/gsl_permutation.h \
../Common/Message.h ../DataStr/Malloc.h ../DataStr/Tree.h \ /sw/include/gsl/gsl_types.h /sw/include/gsl/gsl_errno.h \
../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ /sw/include/gsl/gsl_check_range.h /sw/include/gsl/gsl_vector.h \
../Common/Context.h Parser.h OpenFile.h ../Common/CommandLine.h \ /sw/include/gsl/gsl_vector_complex_long_double.h \
../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \ /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \
../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Element.h \ /sw/include/gsl/gsl_block_long_double.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Vertex.h ../Mesh/Element.h \ /sw/include/gsl/gsl_vector_complex.h \
../Mesh/Face.h ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Edge.h \ /sw/include/gsl/gsl_block_complex_long_double.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Geo/ExtrudeParams.h \ /sw/include/gsl/gsl_vector_complex_double.h \
../Mesh/Metric.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Mesh.h \ /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \
../Mesh/Matrix.h ../Geo/MinMax.h ../Common/Visibility.h \ /sw/include/gsl/gsl_block_complex_double.h \
../Graphics/ReadImg.h ../Common/OS.h ../Common/GmshUI.h \ /sw/include/gsl/gsl_vector_complex_float.h \
../Graphics/Draw.h ../Fltk/GUI.h ../Fltk/Opengl_Window.h \ /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \
../Fltk/Colorbar_Window.h ../Fltk/Popup_Button.h /sw/include/gsl/gsl_block_complex_float.h \
# 1 "/Users/geuzaine/.gmsh/Parser//" /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \
/sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \
/sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \
/sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \
/sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \
/sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \
/sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \
/sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \
/sw/include/gsl/gsl_matrix.h \
/sw/include/gsl/gsl_matrix_complex_long_double.h \
/sw/include/gsl/gsl_matrix_complex_double.h \
/sw/include/gsl/gsl_matrix_complex_float.h \
/sw/include/gsl/gsl_matrix_long_double.h \
/sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \
/sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \
/sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \
/sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \
/sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \
/sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \
/sw/include/gsl/gsl_cblas.h ../Common/AdaptiveViews.h \
../Common/GmshMatrix.h ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/Tree.h ../DataStr/avl.h \
../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
../Geo/gmshModel.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/GEdge.h ../Geo/GEntity.h \
../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h \
../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h \
../Geo/GEdgeLoop.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Common/Context.h Parser.h \
OpenFile.h ../Common/CommandLine.h ../Plugin/PluginManager.h \
../Plugin/Plugin.h ../Common/Options.h ../Geo/Geo.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Face.h ../Mesh/Vertex.h \
../Mesh/Element.h ../Mesh/Edge.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Mesh/Vertex.h \
../Mesh/Simplex.h ../Mesh/Mesh.h ../Mesh/Matrix.h ../Geo/MinMax.h \
../Common/Visibility.h ../Graphics/ReadImg.h ../Common/OS.h \
../Common/GmshUI.h ../Graphics/Draw.h ../Fltk/GUI.h \
../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h \
../Fltk/Popup_Button.h
FunctionManager.o: FunctionManager.cpp FunctionManager.h FunctionManager.o: FunctionManager.cpp FunctionManager.h
// $Id: OpenFile.cpp,v 1.94 2006-03-09 07:56:35 remacle Exp $ // $Id: OpenFile.cpp,v 1.95 2006-07-10 12:16:35 remacle Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include "BDS.h" #include "BDS.h"
#include "Gmsh.h" #include "Gmsh.h"
#include "gmshModel.h"
#include "Numeric.h" #include "Numeric.h"
#include "Context.h" #include "Context.h"
#include "Parser.h" #include "Parser.h"
...@@ -350,7 +351,7 @@ int MergeProblem(char *name, int warn_if_missing) ...@@ -350,7 +351,7 @@ int MergeProblem(char *name, int warn_if_missing)
} }
else { else {
status = ParseFile(name, 0, 1); status = ParseFile(name, 0, 1);
// gmshModel m ; gmshModel m ;
} }
} }
......
This diff is collapsed.
This diff is collapsed.
dnl $Id: configure.in,v 1.98 2006-06-08 12:32:08 geuzaine Exp $ dnl $Id: configure.in,v 1.99 2006-07-10 12:16:34 remacle Exp $
dnl dnl
dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -97,9 +97,6 @@ AC_ARG_ENABLE(tetgen, ...@@ -97,9 +97,6 @@ AC_ARG_ENABLE(tetgen,
AC_ARG_ENABLE(matheval, AC_ARG_ENABLE(matheval,
AC_HELP_STRING([--enable-matheval], AC_HELP_STRING([--enable-matheval],
[compile MathEval if available (default=yes)])) [compile MathEval if available (default=yes)]))
AC_ARG_ENABLE(model,
AC_HELP_STRING([--enable-model],
[compile Model interface if available (default=yes)]))
AC_ARG_ENABLE(osmesa, AC_ARG_ENABLE(osmesa,
AC_HELP_STRING([--enable-osmesa], AC_HELP_STRING([--enable-osmesa],
[use OSMesa for offscreen rendering (default=no)])) [use OSMesa for offscreen rendering (default=no)]))
...@@ -361,30 +358,6 @@ if test "x$enable_contrib" != "xno"; then ...@@ -361,30 +358,6 @@ if test "x$enable_contrib" != "xno"; then
fi fi
fi fi
dnl Check for MODEL
AC_CHECK_FILE(${DEVROOT}/MeshAdapt/model/model/model/SGModel.h, MODEL="yes", MODEL="no")
if test "x${MODEL}" = "xyes"; then
if test "x$enable_model" != "xno"; then
GMSH_LIBS="${GMSH_LIBS} ${DEVROOT}/MeshAdapt/model/lib/x86_linux/libmodel-O.a"
FLAGS="-D_HAVE_SGMODEL_ ${FLAGS}"
echo "********************************************************************"
echo "You are building a version of Gmsh that contains model, the"
echo "Modeler Interface."
echo "Please note that by doing so, you agree with model's licensing"
echo "requirements."
echo "To disable model, run configure again with the --disable-model"
echo "option."
echo "********************************************************************"
fi
else
if test "x$enable_model" != "xno"; then
echo "********************************************************************"
echo "If you want to use model for doing modeling interface, contact us."
echo "********************************************************************"
fi
fi
dnl Check for METIS dnl Check for METIS
AC_CHECK_FILE(./contrib/Metis/metis.h, METIS="yes", METIS="no") AC_CHECK_FILE(./contrib/Metis/metis.h, METIS="yes", METIS="no")
if test "x${METIS}" = "xyes"; then if test "x${METIS}" = "xyes"; then
......
# $Id: Makefile,v 1.5 2006-01-28 18:44:19 geuzaine Exp $ # $Id: Makefile,v 1.6 2006-07-10 12:16:35 remacle Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -63,52 +63,38 @@ depend: ...@@ -63,52 +63,38 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
ANN.o: src/ANN.cpp include/ANN/ANNx.h include/ANN/ANN.h \ ANN.o: src/ANN.cpp include/ANN/ANNx.h include/ANN/ANN.h \
include/ANN/ANNperf.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
bd_fix_rad_search.o: src/bd_fix_rad_search.cpp src/bd_tree.h \ bd_fix_rad_search.o: src/bd_fix_rad_search.cpp src/bd_tree.h \
include/ANN/ANNx.h include/ANN/ANN.h src/kd_tree.h \ include/ANN/ANNx.h include/ANN/ANN.h src/kd_tree.h \
src/kd_fix_rad_search.h src/kd_util.h src/pr_queue_k.h \ src/kd_fix_rad_search.h src/kd_util.h src/pr_queue_k.h \
include/ANN/ANNperf.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
bd_pr_search.o: src/bd_pr_search.cpp src/bd_tree.h include/ANN/ANNx.h \ bd_pr_search.o: src/bd_pr_search.cpp src/bd_tree.h include/ANN/ANNx.h \
include/ANN/ANN.h src/kd_tree.h src/kd_pr_search.h src/kd_util.h \ include/ANN/ANN.h src/kd_tree.h src/kd_pr_search.h src/kd_util.h \
src/pr_queue.h include/ANN/ANNperf.h src/pr_queue_k.h src/pr_queue.h include/ANN/ANNperf.h src/pr_queue_k.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
bd_search.o: src/bd_search.cpp src/bd_tree.h include/ANN/ANNx.h \ bd_search.o: src/bd_search.cpp src/bd_tree.h include/ANN/ANNx.h \
include/ANN/ANN.h src/kd_tree.h src/kd_search.h src/kd_util.h \ include/ANN/ANN.h src/kd_tree.h src/kd_search.h src/kd_util.h \
src/pr_queue_k.h include/ANN/ANNperf.h src/pr_queue_k.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
bd_tree.o: src/bd_tree.cpp src/bd_tree.h include/ANN/ANNx.h \ bd_tree.o: src/bd_tree.cpp src/bd_tree.h include/ANN/ANNx.h \
include/ANN/ANN.h src/kd_tree.h src/kd_util.h src/kd_split.h \ include/ANN/ANN.h src/kd_tree.h src/kd_util.h src/kd_split.h \
include/ANN/ANNperf.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
brute.o: src/brute.cpp include/ANN/ANNx.h include/ANN/ANN.h \ brute.o: src/brute.cpp include/ANN/ANNx.h include/ANN/ANN.h \
src/pr_queue_k.h include/ANN/ANNperf.h src/pr_queue_k.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
kd_dump.o: src/kd_dump.cpp src/kd_tree.h include/ANN/ANNx.h \ kd_dump.o: src/kd_dump.cpp src/kd_tree.h include/ANN/ANNx.h \
include/ANN/ANN.h src/bd_tree.h include/ANN/ANN.h src/bd_tree.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
kd_fix_rad_search.o: src/kd_fix_rad_search.cpp src/kd_fix_rad_search.h \ kd_fix_rad_search.o: src/kd_fix_rad_search.cpp src/kd_fix_rad_search.h \
src/kd_tree.h include/ANN/ANNx.h include/ANN/ANN.h src/kd_util.h \ src/kd_tree.h include/ANN/ANNx.h include/ANN/ANN.h src/kd_util.h \
src/pr_queue_k.h include/ANN/ANNperf.h src/pr_queue_k.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
kd_pr_search.o: src/kd_pr_search.cpp src/kd_pr_search.h src/kd_tree.h \ kd_pr_search.o: src/kd_pr_search.cpp src/kd_pr_search.h src/kd_tree.h \
include/ANN/ANNx.h include/ANN/ANN.h src/kd_util.h src/pr_queue.h \ include/ANN/ANNx.h include/ANN/ANN.h src/kd_util.h src/pr_queue.h \
include/ANN/ANNperf.h src/pr_queue_k.h include/ANN/ANNperf.h src/pr_queue_k.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
kd_search.o: src/kd_search.cpp src/kd_search.h src/kd_tree.h \ kd_search.o: src/kd_search.cpp src/kd_search.h src/kd_tree.h \
include/ANN/ANNx.h include/ANN/ANN.h src/kd_util.h src/pr_queue_k.h \ include/ANN/ANNx.h include/ANN/ANN.h src/kd_util.h src/pr_queue_k.h \
include/ANN/ANNperf.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
kd_split.o: src/kd_split.cpp src/kd_tree.h include/ANN/ANNx.h \ kd_split.o: src/kd_split.cpp src/kd_tree.h include/ANN/ANNx.h \
include/ANN/ANN.h src/kd_util.h src/kd_split.h include/ANN/ANN.h src/kd_util.h src/kd_split.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
kd_tree.o: src/kd_tree.cpp src/kd_tree.h include/ANN/ANNx.h \ kd_tree.o: src/kd_tree.cpp src/kd_tree.h include/ANN/ANNx.h \
include/ANN/ANN.h src/kd_split.h src/kd_util.h include/ANN/ANNperf.h include/ANN/ANN.h src/kd_split.h src/kd_util.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
kd_util.o: src/kd_util.cpp src/kd_util.h src/kd_tree.h include/ANN/ANNx.h \ kd_util.o: src/kd_util.cpp src/kd_util.h src/kd_tree.h include/ANN/ANNx.h \
include/ANN/ANN.h include/ANN/ANNperf.h include/ANN/ANN.h include/ANN/ANNperf.h
# 1 "/Users/geuzaine/.gmsh/contrib/ANN//"
perf.o: src/perf.cpp include/ANN/ANN.h include/ANN/ANNperf.h perf.o: src/perf.cpp include/ANN/ANN.h include/ANN/ANNperf.h
# $Id: Makefile,v 1.5 2006-01-28 18:44:19 geuzaine Exp $ # $Id: Makefile,v 1.6 2006-07-10 12:16:35 remacle Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -61,19 +61,13 @@ depend: ...@@ -61,19 +61,13 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
# 1 "/Users/geuzaine/.gmsh/contrib/MathEval//"
matheval.o: matheval.cpp common.h ../../DataStr/Malloc.h matheval.h \ matheval.o: matheval.cpp common.h ../../DataStr/Malloc.h matheval.h \
node.h symbol_table.h node.h symbol_table.h
# 1 "/Users/geuzaine/.gmsh/contrib/MathEval//"
node.o: node.cpp common.h ../../DataStr/Malloc.h node.h symbol_table.h node.o: node.cpp common.h ../../DataStr/Malloc.h node.h symbol_table.h
# 1 "/Users/geuzaine/.gmsh/contrib/MathEval//"
scanner.yy.o: scanner.yy.cpp common.h ../../DataStr/Malloc.h node.h \ scanner.yy.o: scanner.yy.cpp common.h ../../DataStr/Malloc.h node.h \
symbol_table.h parser.tab.hpp symbol_table.h parser.tab.hpp
# 1 "/Users/geuzaine/.gmsh/contrib/MathEval//"
parser.tab.o: parser.tab.cpp common.h ../../DataStr/Malloc.h node.h \ parser.tab.o: parser.tab.cpp common.h ../../DataStr/Malloc.h node.h \
symbol_table.h symbol_table.h
# 1 "/Users/geuzaine/.gmsh/contrib/MathEval//"
symbol_table.o: symbol_table.cpp common.h ../../DataStr/Malloc.h \ symbol_table.o: symbol_table.cpp common.h ../../DataStr/Malloc.h \
symbol_table.h xmath.h symbol_table.h xmath.h
# 1 "/Users/geuzaine/.gmsh/contrib/MathEval//"
xmath.o: xmath.cpp xmath.h xmath.o: xmath.cpp xmath.h
# $Id: Makefile,v 1.5 2006-01-28 18:44:19 geuzaine Exp $ # $Id: Makefile,v 1.6 2006-07-10 12:16:35 remacle Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -101,117 +101,65 @@ depend: ...@@ -101,117 +101,65 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
balance.o: balance.c metis.h defs.h struct.h macros.h rename.h proto.h balance.o: balance.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
fm.o: fm.c metis.h defs.h struct.h macros.h rename.h proto.h fm.o: fm.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
kwayfm.o: kwayfm.c metis.h defs.h struct.h macros.h rename.h proto.h kwayfm.o: kwayfm.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mcoarsen.o: mcoarsen.c metis.h defs.h struct.h macros.h rename.h proto.h mcoarsen.o: mcoarsen.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
minitpart2.o: minitpart2.c metis.h defs.h struct.h macros.h rename.h \ minitpart2.o: minitpart2.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mpmetis.o: mpmetis.c metis.h defs.h struct.h macros.h rename.h proto.h mpmetis.o: mpmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
pmetis.o: pmetis.c metis.h defs.h struct.h macros.h rename.h proto.h pmetis.o: pmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
subdomains.o: subdomains.c metis.h defs.h struct.h macros.h rename.h \ subdomains.o: subdomains.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
bucketsort.o: bucketsort.c metis.h defs.h struct.h macros.h rename.h \ bucketsort.o: bucketsort.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
fortran.o: fortran.c metis.h defs.h struct.h macros.h rename.h proto.h fortran.o: fortran.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
kwayrefine.o: kwayrefine.c metis.h defs.h struct.h macros.h rename.h \ kwayrefine.o: kwayrefine.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
memory.o: memory.c metis.h defs.h struct.h macros.h rename.h proto.h memory.o: memory.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
minitpart.o: minitpart.c metis.h defs.h struct.h macros.h rename.h \ minitpart.o: minitpart.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mrefine2.o: mrefine2.c metis.h defs.h struct.h macros.h rename.h proto.h mrefine2.o: mrefine2.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
pqueue.o: pqueue.c metis.h defs.h struct.h macros.h rename.h proto.h pqueue.o: pqueue.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
timing.o: timing.c metis.h defs.h struct.h macros.h rename.h proto.h timing.o: timing.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
ccgraph.o: ccgraph.c metis.h defs.h struct.h macros.h rename.h proto.h ccgraph.o: ccgraph.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
frename.o: frename.c metis.h defs.h struct.h macros.h rename.h proto.h frename.o: frename.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
kwayvolfm.o: kwayvolfm.c metis.h defs.h struct.h macros.h rename.h \ kwayvolfm.o: kwayvolfm.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mesh.o: mesh.c metis.h defs.h struct.h macros.h rename.h proto.h mesh.o: mesh.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mkmetis.o: mkmetis.c metis.h defs.h struct.h macros.h rename.h proto.h mkmetis.o: mkmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mrefine.o: mrefine.c metis.h defs.h struct.h macros.h rename.h proto.h mrefine.o: mrefine.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
refine.o: refine.c metis.h defs.h struct.h macros.h rename.h proto.h refine.o: refine.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
util.o: util.c metis.h defs.h struct.h macros.h rename.h proto.h util.o: util.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
coarsen.o: coarsen.c metis.h defs.h struct.h macros.h rename.h proto.h coarsen.o: coarsen.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
graph.o: graph.c metis.h defs.h struct.h macros.h rename.h proto.h graph.o: graph.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
kwayvolrefine.o: kwayvolrefine.c metis.h defs.h struct.h macros.h \ kwayvolrefine.o: kwayvolrefine.c metis.h defs.h struct.h macros.h \
rename.h proto.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
meshpart.o: meshpart.c metis.h defs.h struct.h macros.h rename.h proto.h meshpart.o: meshpart.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mkwayfmh.o: mkwayfmh.c metis.h defs.h struct.h macros.h rename.h proto.h mkwayfmh.o: mkwayfmh.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mutil.o: mutil.c metis.h defs.h struct.h macros.h rename.h proto.h mutil.o: mutil.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
separator.o: separator.c metis.h defs.h struct.h macros.h rename.h \ separator.o: separator.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
compress.o: compress.c metis.h defs.h struct.h macros.h rename.h proto.h compress.o: compress.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
initpart.o: initpart.c metis.h defs.h struct.h macros.h rename.h proto.h initpart.o: initpart.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
match.o: match.c metis.h defs.h struct.h macros.h rename.h proto.h match.o: match.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mfm2.o: mfm2.c metis.h defs.h struct.h macros.h rename.h proto.h mfm2.o: mfm2.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mkwayrefine.o: mkwayrefine.c metis.h defs.h struct.h macros.h rename.h \ mkwayrefine.o: mkwayrefine.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
myqsort.o: myqsort.c metis.h defs.h struct.h macros.h rename.h proto.h myqsort.o: myqsort.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
sfm.o: sfm.c metis.h defs.h struct.h macros.h rename.h proto.h sfm.o: sfm.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
debug.o: debug.c metis.h defs.h struct.h macros.h rename.h proto.h debug.o: debug.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
kmetis.o: kmetis.c metis.h defs.h struct.h macros.h rename.h proto.h kmetis.o: kmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mbalance2.o: mbalance2.c metis.h defs.h struct.h macros.h rename.h \ mbalance2.o: mbalance2.c metis.h defs.h struct.h macros.h rename.h \
proto.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mfm.o: mfm.c metis.h defs.h struct.h macros.h rename.h proto.h mfm.o: mfm.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mmatch.o: mmatch.c metis.h defs.h struct.h macros.h rename.h proto.h mmatch.o: mmatch.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
ometis.o: ometis.c metis.h defs.h struct.h macros.h rename.h proto.h ometis.o: ometis.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
srefine.o: srefine.c metis.h defs.h struct.h macros.h rename.h proto.h srefine.o: srefine.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
estmem.o: estmem.c metis.h defs.h struct.h macros.h rename.h proto.h estmem.o: estmem.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
kvmetis.o: kvmetis.c metis.h defs.h struct.h macros.h rename.h proto.h kvmetis.o: kvmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mbalance.o: mbalance.c metis.h defs.h struct.h macros.h rename.h proto.h mbalance.o: mbalance.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mincover.o: mincover.c metis.h defs.h struct.h macros.h rename.h proto.h mincover.o: mincover.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
mmd.o: mmd.c metis.h defs.h struct.h macros.h rename.h proto.h mmd.o: mmd.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
parmetis.o: parmetis.c metis.h defs.h struct.h macros.h rename.h proto.h parmetis.o: parmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
# 1 "/Users/geuzaine/.gmsh/contrib/Metis//"
stat.o: stat.c metis.h defs.h struct.h macros.h rename.h proto.h stat.o: stat.c metis.h defs.h struct.h macros.h rename.h proto.h
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment