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

- fix dep

- log vector scaling (idea from bernhard Kubicek)
parent 9a20a99e
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.173 2008-05-19 18:50:31 remacle Exp $ # $Id: Makefile,v 1.174 2008-05-20 19:03:26 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -80,45 +80,17 @@ Options.o: Options.cpp GmshUI.h GmshDefines.h Message.h \ ...@@ -80,45 +80,17 @@ Options.o: Options.cpp GmshUI.h GmshDefines.h Message.h \
../Mesh/Generator.h Context.h Options.h ../Post/ColorTable.h \ ../Mesh/Generator.h Context.h Options.h ../Post/ColorTable.h \
../Mesh/BackgroundMesh.h ../Post/PView.h ../Post/PViewOptions.h \ ../Mesh/BackgroundMesh.h ../Post/PView.h ../Post/PViewOptions.h \
../Post/ColorTable.h ../Post/PViewData.h ../Post/adaptiveData.h \ ../Post/ColorTable.h ../Post/PViewData.h ../Post/adaptiveData.h \
../DataStr/List.h ../Common/GmshMatrix.h /sw//include/gsl/gsl_linalg.h \ ../DataStr/List.h ../Common/GmshMatrix.h ../Plugin/PluginManager.h \
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.h \ ../Plugin/Plugin.h ../Common/Options.h ../Common/Message.h \
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Fltk/Solvers.h \
/sw//include/gsl/gsl_check_range.h /sw//include/gsl/gsl_vector.h \ ../Fltk/GUI.h ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h \
/sw//include/gsl/gsl_vector_complex_long_double.h \ ../Common/GmshUI.h ../Fltk/Popup_Button.h \
/sw//include/gsl/gsl_complex.h \ ../Fltk/SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
/sw//include/gsl/gsl_vector_long_double.h \ ../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
/sw//include/gsl/gsl_block_long_double.h \ ../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
/sw//include/gsl/gsl_vector_complex.h \ ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Numeric/Numeric.h \
/sw//include/gsl/gsl_block_complex_long_double.h \ ../Numeric/NumericEmbedded.h ../DataStr/Tree.h ../DataStr/avl.h \
/sw//include/gsl/gsl_vector_complex_double.h \ ../Geo/SPoint2.h ../Geo/ExtrudeParams.h ../Common/SmoothData.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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h \
../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \
../Common/Message.h ../Post/PViewDataList.h ../Post/PViewData.h
CommandLine.o: CommandLine.cpp GmshUI.h GmshDefines.h GmshVersion.h \ CommandLine.o: CommandLine.cpp GmshUI.h GmshDefines.h GmshVersion.h \
Message.h ../Parser/OpenFile.h CommandLine.h Context.h Options.h \ Message.h ../Parser/OpenFile.h CommandLine.h Context.h Options.h \
../Post/ColorTable.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \ ../Post/ColorTable.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
...@@ -147,46 +119,19 @@ Gmsh.o: Gmsh.cpp GmshDefines.h ../Geo/GModel.h ../Geo/GVertex.h \ ...@@ -147,46 +119,19 @@ Gmsh.o: Gmsh.cpp GmshDefines.h ../Geo/GModel.h ../Geo/GVertex.h \
../Common/SmoothData.h ../Post/PView.h Context.h \ ../Common/SmoothData.h ../Post/PView.h Context.h \
../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \ ../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \
../Common/Message.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Common/Message.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Common/GmshMatrix.h /sw//include/gsl/gsl_linalg.h \ ../Common/GmshMatrix.h
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.h \
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.h \
/sw//include/gsl/gsl_check_range.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_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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h
OS.o: OS.cpp Message.h OS.o: OS.cpp Message.h
Message.o: Message.cpp Message.h Options.h ../Post/ColorTable.h Context.h \ Message.o: Message.cpp Message.h Options.h ../Post/ColorTable.h Context.h \
OS.h OS.h ../Fltk/GUI.h ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h \
../Common/GmshUI.h ../Fltk/Popup_Button.h \
../Fltk/SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
../Fltk/GUI_Extras.h
Visibility.o: Visibility.cpp Visibility.h GmshDefines.h ../Geo/GVertex.h \ Visibility.o: Visibility.cpp Visibility.h GmshDefines.h ../Geo/GVertex.h \
../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/GPoint.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/GPoint.h \
......
# $Id: Makefile,v 1.184 2008-05-19 18:50:32 remacle Exp $ # $Id: Makefile,v 1.185 2008-05-20 19:03:26 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -70,3 +70,199 @@ depend: ...@@ -70,3 +70,199 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Main.o: Main.cpp GUI.h Opengl_Window.h Colorbar_Window.h \
../Common/GmshUI.h ../Post/ColorTable.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
../Common/Gmsh.h ../Common/Message.h ../Graphics/Draw.h \
../Common/Context.h ../Common/Options.h ../Parser/Parser.h \
../Parser/OpenFile.h ../Common/CommandLine.h Solvers.h \
../Plugin/PluginManager.h ../Plugin/Plugin.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Common/GmshMatrix.h ../Geo/GModel.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \
../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h \
../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \
../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Mesh/BackgroundMesh.h
GUI.o: GUI.cpp ../Common/GmshUI.h ../Common/GmshDefines.h \
../Common/Message.h ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \
../Common/Context.h ../Common/Options.h ../Post/ColorTable.h \
../Graphics/Draw.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h GUI.h \
Opengl_Window.h Colorbar_Window.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../Geo/SPoint2.h ../Geo/ExtrudeParams.h \
../Common/SmoothData.h ../Post/PView.h Callbacks.h Win32Icon.h \
../Parser/OpenFile.h ../Common/CommandLine.h ../Mesh/Generator.h \
Solvers.h ../Plugin/PluginManager.h ../Plugin/Plugin.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Common/GmshMatrix.h \
Shortcut_Window.h ../Post/PViewOptions.h ../Post/ColorTable.h \
../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \
../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \
../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h \
../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h \
../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h ../Geo/GRegion.h \
../Geo/GEntity.h ../Geo/SBoundingBox3d.h ../Geo/GeoStringInterface.h
GUI_Extras.o: GUI_Extras.cpp ../Common/GmshUI.h ../Common/GmshDefines.h \
../Parser/CreateFile.h ../Common/Options.h ../Post/ColorTable.h \
../Common/Context.h ../Graphics/Draw.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h GUI.h Opengl_Window.h Colorbar_Window.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../Geo/SPoint2.h ../Geo/ExtrudeParams.h \
../Common/SmoothData.h ../Post/PView.h Shortcut_Window.h \
../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \
../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \
../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h \
../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h \
../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h ../Geo/GRegion.h \
../Geo/GEntity.h ../Geo/SBoundingBox3d.h File_Picker.h
GUI_Projection.o: GUI_Projection.cpp ../Geo/GModelIO_Fourier.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/SPoint2.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/GEntity.h ../Geo/GPoint.h \
../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \
../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \
../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h ../Graphics/Draw.h \
../Common/Options.h ../Post/ColorTable.h ../Common/Context.h \
../Parser/OpenFile.h ../Graphics/SelectBuffer.h GUI_Projection.h \
../Common/GmshUI.h ../Geo/fourierProjectionFace.h ../Geo/GModel.h \
../Geo/Range.h GUI.h Opengl_Window.h Colorbar_Window.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
Shortcut_Window.h GUI_Extras.h ../Geo/fourierFace.h ../Geo/GFace.h \
../Geo/GModel.h ../Geo/Range.h ../Geo/fourierEdge.h ../Geo/GEdge.h \
../Geo/GModel.h ../Geo/fourierVertex.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/MVertex.h ../Common/Message.h
GUI_Classifier.o: GUI_Classifier.cpp GUI_Classifier.h ../Common/GmshUI.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/SPoint2.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/GEntity.h ../Geo/GPoint.h \
../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \
../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \
../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h GUI.h Opengl_Window.h \
Colorbar_Window.h ../Post/ColorTable.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
Shortcut_Window.h ../Graphics/Draw.h ../Common/Options.h \
../Common/Context.h ../Graphics/SelectBuffer.h GUI_Projection.h \
../Geo/fourierProjectionFace.h ../Geo/GModel.h ../Geo/Range.h \
GUI_Extras.h ../Common/Message.h ../Mesh/meshGFaceDelaunayInsertion.h \
../Mesh/meshGFaceOptimize.h ../Mesh/meshGFaceDelaunayInsertion.h \
../Geo/discreteEdge.h ../Geo/GModel.h ../Geo/GEdge.h ../Geo/Geo.h \
../Geo/discreteFace.h ../Geo/GModel.h ../Geo/GFace.h
Callbacks.o: Callbacks.cpp ../Common/GmshUI.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/Tools.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.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/SPoint2.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/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \
../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Geo/GeoStringInterface.h ../Geo/findLinks.h ../Mesh/Generator.h \
../Mesh/HighOrder.h ../Graphics/Draw.h ../Graphics/SelectBuffer.h \
../Post/PView.h ../Post/PViewOptions.h ../Post/ColorTable.h \
../Post/PViewData.h ../Parser/CreateFile.h ../Parser/OpenFile.h \
../Common/CommandLine.h ../Common/Context.h ../Common/Options.h GUI.h \
Opengl_Window.h Colorbar_Window.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h GUI_Extras.h Callbacks.h \
../Plugin/Plugin.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Common/GmshMatrix.h ../Plugin/PluginManager.h ../Plugin/Plugin.h \
../Common/Visibility.h ../Common/GmshDefines.h Solvers.h ../Common/OS.h \
../Mesh/BackgroundMesh.h
Opengl.o: Opengl.cpp ../Common/GmshUI.h ../Common/GmshDefines.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../Common/Context.h \
../Graphics/Draw.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Graphics/SelectBuffer.h ../Geo/GVertex.h ../Geo/GEntity.h \
../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \
../Geo/SPoint2.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/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Common/StringUtils.h GUI.h \
Opengl_Window.h Colorbar_Window.h ../Post/ColorTable.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
../Graphics/gl2ps.h
Opengl_Window.o: Opengl_Window.cpp ../Common/GmshUI.h \
../Common/GmshDefines.h ../Common/Message.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Common/Context.h ../Graphics/Draw.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Graphics/SelectBuffer.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.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/GEntity.h \
../Geo/GPoint.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h \
../Geo/SVector3.h ../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h GUI.h \
Opengl_Window.h Colorbar_Window.h ../Post/ColorTable.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
../Geo/MElement.h ../Geo/MVertex.h ../Geo/SPoint3.h ../Geo/MEdge.h \
../Geo/MVertex.h ../Geo/SVector3.h ../Geo/MFace.h ../Geo/MVertex.h \
../Geo/SVector3.h
Colorbar_Window.o: Colorbar_Window.cpp ../Common/GmshUI.h GUI.h \
Opengl_Window.h Colorbar_Window.h ../Post/ColorTable.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
../Common/Context.h
Solvers.o: Solvers.cpp ../Common/Message.h Solvers.h GmshServer.h \
../Parser/OpenFile.h ../Common/GmshUI.h GUI.h Opengl_Window.h \
Colorbar_Window.h ../Post/ColorTable.h Popup_Button.h \
SpherePosition_Widget.h ../Mesh/Field.h ../Geo/Geo.h \
../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Post/PView.h \
../Graphics/Draw.h ../Common/Context.h
# $Id: Makefile,v 1.207 2008-05-19 19:09:55 remacle Exp $ # $Id: Makefile,v 1.208 2008-05-20 19:03:27 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -101,43 +101,7 @@ GFace.o: GFace.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ ...@@ -101,43 +101,7 @@ GFace.o: GFace.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \
GEdgeLoop.h Pair.h GRegion.h MElement.h ../Common/GmshDefines.h \ GEdgeLoop.h Pair.h GRegion.h MElement.h ../Common/GmshDefines.h \
MVertex.h MEdge.h MFace.h ../Common/Message.h ../Numeric/Numeric.h \ MVertex.h MEdge.h MFace.h ../Common/Message.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/GaussLegendre1D.h \ ../Numeric/NumericEmbedded.h ../Numeric/GaussLegendre1D.h \
../Common/VertexArray.h ../Geo/SVector3.h ../Common/Context.h \ ../Common/VertexArray.h ../Geo/SVector3.h ../Common/Context.h
/sw//include/gsl/gsl_vector.h \
/sw//include/gsl/gsl_vector_complex_long_double.h \
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.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_linalg.h \
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.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
GRegion.o: GRegion.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ GRegion.o: GRegion.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \
SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \ SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \
GEdgeLoop.h Pair.h GRegion.h MElement.h ../Common/GmshDefines.h \ GEdgeLoop.h Pair.h GRegion.h MElement.h ../Common/GmshDefines.h \
...@@ -170,8 +134,7 @@ gmshRegion.o: gmshRegion.cpp GModel.h GVertex.h GEntity.h Range.h \ ...@@ -170,8 +134,7 @@ gmshRegion.o: gmshRegion.cpp GModel.h GVertex.h GEntity.h Range.h \
../Common/Message.h ../Common/Message.h
gmshSurface.o: gmshSurface.cpp gmshSurface.h Pair.h Range.h SPoint2.h \ gmshSurface.o: gmshSurface.cpp gmshSurface.h Pair.h Range.h SPoint2.h \
SPoint3.h SVector3.h SBoundingBox3d.h ../Numeric/Numeric.h \ SPoint3.h SVector3.h SBoundingBox3d.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Common/Message.h \ ../Numeric/NumericEmbedded.h ../Common/Message.h
../contrib/MathEval/matheval.h
OCCVertex.o: OCCVertex.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ OCCVertex.o: OCCVertex.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \
SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \ SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \
GEdgeLoop.h Pair.h GRegion.h OCCVertex.h OCCIncludes.h MVertex.h \ GEdgeLoop.h Pair.h GRegion.h OCCVertex.h OCCIncludes.h MVertex.h \
...@@ -190,6 +153,18 @@ OCCRegion.o: OCCRegion.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ ...@@ -190,6 +153,18 @@ OCCRegion.o: OCCRegion.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \
SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \ SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \
GEdgeLoop.h Pair.h GRegion.h OCCVertex.h OCCIncludes.h MVertex.h \ GEdgeLoop.h Pair.h GRegion.h OCCVertex.h OCCIncludes.h MVertex.h \
OCCEdge.h OCCFace.h OCCRegion.h ../Common/Message.h OCCEdge.h OCCFace.h OCCRegion.h ../Common/Message.h
discreteFace.o: discreteFace.cpp discreteFace.h GModel.h GVertex.h \
GEntity.h Range.h SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h \
SVector3.h GFace.h GEdgeLoop.h Pair.h GRegion.h Geo.h \
../Common/GmshDefines.h gmshSurface.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ExtrudeParams.h ../Common/SmoothData.h
discreteRegion.o: discreteRegion.cpp discreteRegion.h GRegion.h GEntity.h \
Range.h SPoint3.h SBoundingBox3d.h GModel.h GVertex.h GPoint.h \
SPoint2.h GEdge.h SVector3.h GFace.h GEdgeLoop.h Pair.h Geo.h \
../Common/GmshDefines.h gmshSurface.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ExtrudeParams.h ../Common/SmoothData.h
fourierEdge.o: fourierEdge.cpp fourierEdge.h GEdge.h GEntity.h Range.h \ fourierEdge.o: fourierEdge.cpp fourierEdge.h GEdge.h GEntity.h Range.h \
SPoint3.h SBoundingBox3d.h GVertex.h GPoint.h SPoint2.h SVector3.h \ SPoint3.h SBoundingBox3d.h GVertex.h GPoint.h SPoint2.h SVector3.h \
GModel.h GFace.h GEdgeLoop.h Pair.h GRegion.h fourierVertex.h MVertex.h \ GModel.h GFace.h GEdgeLoop.h Pair.h GRegion.h fourierVertex.h MVertex.h \
...@@ -206,12 +181,13 @@ fourierProjectionFace.o: fourierProjectionFace.cpp \ ...@@ -206,12 +181,13 @@ fourierProjectionFace.o: fourierProjectionFace.cpp \
GModel.o: GModel.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ GModel.o: GModel.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \
SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \ SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h GFace.h \
GEdgeLoop.h Pair.h GRegion.h MElement.h ../Common/GmshDefines.h \ GEdgeLoop.h Pair.h GRegion.h MElement.h ../Common/GmshDefines.h \
MVertex.h MEdge.h MFace.h discreteRegion.h Geo.h gmshSurface.h \ MVertex.h MEdge.h MFace.h discreteRegion.h discreteFace.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \ discreteEdge.h Geo.h gmshSurface.h ../Numeric/Numeric.h \
../DataStr/Tree.h ../DataStr/avl.h ExtrudeParams.h \ ../Numeric/NumericEmbedded.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/SmoothData.h discreteFace.h discreteEdge.h discreteVertex.h \ ../DataStr/avl.h ExtrudeParams.h ../Common/SmoothData.h \
../Common/Message.h ../Mesh/Field.h ../Geo/Geo.h ../Post/PView.h \ discreteVertex.h ../Common/Message.h ../Mesh/Field.h ../Geo/Geo.h \
../Geo/SPoint3.h ../Mesh/Generator.h ../Common/Context.h ../Post/PView.h ../Geo/SPoint3.h ../Mesh/Generator.h \
../Common/Context.h
GModelIO_Geo.o: GModelIO_Geo.cpp GModel.h GVertex.h GEntity.h Range.h \ GModelIO_Geo.o: GModelIO_Geo.cpp GModel.h GVertex.h GEntity.h Range.h \
SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h \ SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h \
GFace.h GEdgeLoop.h Pair.h GRegion.h Geo.h ../Common/GmshDefines.h \ GFace.h GEdgeLoop.h Pair.h GRegion.h Geo.h ../Common/GmshDefines.h \
...@@ -224,11 +200,11 @@ GModelIO_Geo.o: GModelIO_Geo.cpp GModel.h GVertex.h GEntity.h Range.h \ ...@@ -224,11 +200,11 @@ GModelIO_Geo.o: GModelIO_Geo.cpp GModel.h GVertex.h GEntity.h Range.h \
GModelIO_Mesh.o: GModelIO_Mesh.cpp GModel.h GVertex.h GEntity.h Range.h \ GModelIO_Mesh.o: GModelIO_Mesh.cpp GModel.h GVertex.h GEntity.h Range.h \
SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h \ SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h \
GFace.h GEdgeLoop.h Pair.h GRegion.h ../Common/GmshDefines.h MElement.h \ GFace.h GEdgeLoop.h Pair.h GRegion.h ../Common/GmshDefines.h MElement.h \
MVertex.h MEdge.h MFace.h discreteRegion.h Geo.h gmshSurface.h \ MVertex.h MEdge.h MFace.h discreteRegion.h discreteFace.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \ discreteEdge.h Geo.h gmshSurface.h ../Numeric/Numeric.h \
../DataStr/Tree.h ../DataStr/avl.h ExtrudeParams.h \ ../Numeric/NumericEmbedded.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/SmoothData.h discreteFace.h discreteEdge.h discreteVertex.h \ ../DataStr/avl.h ExtrudeParams.h ../Common/SmoothData.h \
../Common/StringUtils.h ../Common/Message.h discreteVertex.h ../Common/StringUtils.h ../Common/Message.h
GModelIO_OCC.o: GModelIO_OCC.cpp GModelIO_OCC.h GModel.h GVertex.h \ GModelIO_OCC.o: GModelIO_OCC.cpp GModelIO_OCC.h GModel.h GVertex.h \
GEntity.h Range.h SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h \ GEntity.h Range.h SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h \
SVector3.h GFace.h GEdgeLoop.h Pair.h GRegion.h OCCIncludes.h \ SVector3.h GFace.h GEdgeLoop.h Pair.h GRegion.h OCCIncludes.h \
...@@ -305,41 +281,5 @@ MElement.o: MElement.cpp MElement.h ../Common/GmshDefines.h MVertex.h \ ...@@ -305,41 +281,5 @@ MElement.o: MElement.cpp MElement.h ../Common/GmshDefines.h MVertex.h \
GFace.h GPoint.h GEdgeLoop.h GEdge.h GVertex.h SPoint2.h Pair.h \ GFace.h GPoint.h GEdgeLoop.h GEdge.h GVertex.h SPoint2.h Pair.h \
../Numeric/GaussLegendre1D.h ../Numeric/Numeric.h \ ../Numeric/GaussLegendre1D.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/FunctionSpace.h \ ../Numeric/NumericEmbedded.h ../Numeric/FunctionSpace.h \
../Common/GmshMatrix.h /sw//include/gsl/gsl_linalg.h \ ../Common/GmshMatrix.h ../Common/Message.h ../Common/Context.h \
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.h \ ../Mesh/qualityMeasures.h
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.h \
/sw//include/gsl/gsl_check_range.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_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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h \
../Common/Message.h ../Common/Context.h ../Mesh/qualityMeasures.h
# $Id: Makefile,v 1.152 2008-05-19 18:50:33 remacle Exp $ # $Id: Makefile,v 1.153 2008-05-20 19:03:27 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -112,8 +112,7 @@ Post.o: Post.cpp ../Common/Message.h ../Common/GmshUI.h \ ...@@ -112,8 +112,7 @@ Post.o: Post.cpp ../Common/Message.h ../Common/GmshUI.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h Iso.h ../Post/PView.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h Iso.h ../Post/PView.h \
../Post/PViewOptions.h ../Post/ColorTable.h ../Post/PViewData.h \ ../Post/PViewOptions.h ../Post/ColorTable.h ../Post/PViewData.h \
../Common/VertexArray.h ../Geo/SVector3.h ../Geo/SPoint3.h \ ../Common/VertexArray.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Common/Context.h ../Common/SmoothData.h gl2ps.h \ ../Common/Context.h ../Common/SmoothData.h gl2ps.h
../contrib/MathEval/matheval.h
SelectBuffer.o: SelectBuffer.cpp ../Common/Message.h ../Common/GmshUI.h \ SelectBuffer.o: SelectBuffer.cpp ../Common/Message.h ../Common/GmshUI.h \
../Common/GmshDefines.h ../Geo/GModel.h ../Geo/GVertex.h \ ../Common/GmshDefines.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
......
// $Id: Post.cpp,v 1.165 2008-05-04 08:31:14 geuzaine Exp $ // $Id: Post.cpp,v 1.166 2008-05-20 19:03:27 geuzaine Exp $
// //
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// //
...@@ -1014,13 +1014,17 @@ void drawVectorArray(PView *p, VertexArray *va) ...@@ -1014,13 +1014,17 @@ void drawVectorArray(PView *p, VertexArray *va)
float *s = va->getVertexArray(3 * i); float *s = va->getVertexArray(3 * i);
float *v = va->getVertexArray(3 * (i + 1)); float *v = va->getVertexArray(3 * (i + 1));
glColor4ubv((GLubyte *)va->getColorArray(4 * i)); glColor4ubv((GLubyte *)va->getColorArray(4 * i));
double max; double l = sqrt(v[0] * v[0] + v[1] * v[1] + v[2] * v[2]);
if(opt->ArrowSizeProportional) double lmax = opt->ArrowSizeProportional ? opt->TmpMax : l;
max = opt->TmpMax; if(l && lmax){
else double scale = scale = opt->ArrowSize / lmax;
max = sqrt(v[0] * v[0] + v[1] * v[1] + v[2] * v[2]); // log scaling
if(max){ if(opt->ScaleType == PViewOptions::Logarithmic &&
double scale = opt->ArrowSize / max; opt->ArrowSizeProportional && opt->TmpMin > 0 &&
opt->TmpMax > opt->TmpMin && l != opt->TmpMin){
scale = opt->ArrowSize / l *
log10(l / opt->TmpMin) / log10(opt->TmpMin / opt->TmpMax);
}
double px = v[0] * scale, py = v[1] * scale, pz = v[2] * scale; double px = v[0] * scale, py = v[1] * scale, pz = v[2] * scale;
// only draw vectors larger than 1 pixel on screen // only draw vectors larger than 1 pixel on screen
if(fabs(px) > 1. || fabs(py) > 1. || fabs(pz) > 1.){ if(fabs(px) > 1. || fabs(py) > 1. || fabs(pz) > 1.){
......
# $Id: Makefile,v 1.220 2008-05-19 18:50:33 remacle Exp $ # $Id: Makefile,v 1.221 2008-05-20 19:03:28 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -101,9 +101,8 @@ Generator.o: Generator.cpp ../Common/Message.h ../Numeric/Numeric.h \ ...@@ -101,9 +101,8 @@ Generator.o: Generator.cpp ../Common/Message.h ../Numeric/Numeric.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h meshGEdge.h \ ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h meshGEdge.h \
meshGFace.h meshGFaceBDS.h meshGRegion.h BackgroundMesh.h \ meshGFace.h meshGFaceBDS.h meshGRegion.h BackgroundMesh.h \
BoundaryLayers.h HighOrder.h ../Post/PView.h ../Post/PViewData.h BoundaryLayers.h HighOrder.h ../Post/PView.h ../Post/PViewData.h
Field.o: Field.cpp ../contrib/MathEval/matheval.h \ Field.o: Field.cpp ../Common/Context.h Field.h ../Geo/Geo.h \
../contrib/ANN/include/ANN/ANN.h ../Common/Context.h Field.h \ ../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Geo.h ../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \ ../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \ ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
...@@ -117,45 +116,7 @@ Field.o: Field.cpp ../contrib/MathEval/matheval.h \ ...@@ -117,45 +116,7 @@ Field.o: Field.cpp ../contrib/MathEval/matheval.h \
../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \ ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \
../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \ ../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Common/Message.h ../Post/OctreePost.h ../Common/Octree.h \ ../Common/Message.h ../Post/OctreePost.h ../Common/Octree.h \
../Common/OctreeInternals.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Common/OctreeInternals.h ../Post/PViewDataList.h ../Post/PViewData.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_types.h /sw//include/gsl/gsl_nan.h \
/sw//include/gsl/gsl_pow_int.h /sw//include/gsl/gsl_eigen.h \
/sw//include/gsl/gsl_vector.h \
/sw//include/gsl/gsl_vector_complex_long_double.h \
/sw//include/gsl/gsl_errno.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
meshGEdge.o: meshGEdge.cpp meshGEdge.h ../Geo/GEdge.h ../Geo/GEntity.h \ meshGEdge.o: meshGEdge.cpp meshGEdge.h ../Geo/GEdge.h ../Geo/GEntity.h \
../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \ ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/GPoint.h \ ../Geo/SPoint3.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/GPoint.h \
...@@ -286,9 +247,7 @@ meshGRegion.o: meshGRegion.cpp meshGRegion.h \ ...@@ -286,9 +247,7 @@ meshGRegion.o: meshGRegion.cpp meshGRegion.h \
../Geo/SBoundingBox3d.h ../DataStr/List.h ../DataStr/Tree.h \ ../Geo/SBoundingBox3d.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../Geo/SPoint2.h ../Geo/ExtrudeParams.h \ ../DataStr/avl.h ../Geo/SPoint2.h ../Geo/ExtrudeParams.h \
../Common/SmoothData.h ../Geo/GRegion.h BDS.h ../Post/PView.h \ ../Common/SmoothData.h ../Geo/GRegion.h BDS.h ../Post/PView.h \
../Common/Message.h ../Common/Context.h ../contrib/Tetgen/tetgen.h \ ../Common/Message.h ../Common/Context.h
../contrib/Netgen/libsrc/interface/nglib.h \
../contrib/Netgen/nglib_addon.h
meshGRegionDelaunayInsertion.o: meshGRegionDelaunayInsertion.cpp \ meshGRegionDelaunayInsertion.o: meshGRegionDelaunayInsertion.cpp \
../Common/OS.h BackgroundMesh.h meshGRegion.h meshGRegionLocalMeshMod.h \ ../Common/OS.h BackgroundMesh.h meshGRegion.h meshGRegionLocalMeshMod.h \
meshGRegionDelaunayInsertion.h ../Geo/MElement.h \ meshGRegionDelaunayInsertion.h ../Geo/MElement.h \
...@@ -337,8 +296,7 @@ meshGRegionCarveHole.o: meshGRegionCarveHole.cpp ../Geo/GModel.h \ ...@@ -337,8 +296,7 @@ meshGRegionCarveHole.o: meshGRegionCarveHole.cpp ../Geo/GModel.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \ ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \ ../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \
../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Message.h \ ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Message.h
../contrib/ANN/include/ANN/ANN.h
meshGRegionLocalMeshMod.o: meshGRegionLocalMeshMod.cpp \ meshGRegionLocalMeshMod.o: meshGRegionLocalMeshMod.cpp \
meshGRegionLocalMeshMod.h meshGRegionDelaunayInsertion.h \ meshGRegionLocalMeshMod.h meshGRegionDelaunayInsertion.h \
../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \ ../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \
...@@ -414,41 +372,4 @@ HighOrder.o: HighOrder.cpp HighOrder.h ../Geo/GModel.h ../Geo/GVertex.h \ ...@@ -414,41 +372,4 @@ HighOrder.o: HighOrder.cpp HighOrder.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/SVector3.h ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Geo/SVector3.h ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \
meshGFaceDelaunayInsertion.h ../Common/Message.h ../Common/OS.h \ meshGFaceDelaunayInsertion.h ../Common/Message.h ../Common/OS.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../Common/Context.h \ ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../Common/Context.h \
../Common/GmshMatrix.h /sw//include/gsl/gsl_linalg.h \ ../Common/GmshMatrix.h ../Numeric/FunctionSpace.h
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.h \
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.h \
/sw//include/gsl/gsl_check_range.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_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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h \
../Numeric/FunctionSpace.h
# $Id: Makefile,v 1.52 2008-05-19 18:50:34 remacle Exp $ # $Id: Makefile,v 1.53 2008-05-20 19:03:28 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -62,166 +62,14 @@ depend: ...@@ -62,166 +62,14 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Numeric.o: Numeric.cpp ../Common/Message.h Numeric.h NumericEmbedded.h \ Numeric.o: Numeric.cpp ../Common/Message.h Numeric.h NumericEmbedded.h
/sw//include/gsl/gsl_version.h /sw//include/gsl/gsl_types.h \
/sw//include/gsl/gsl_errno.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_linalg.h \
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.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
NumericEmbedded.o: NumericEmbedded.cpp NumericEmbedded.h \ NumericEmbedded.o: NumericEmbedded.cpp NumericEmbedded.h \
../Common/Message.h ../Common/Message.h
EigSolve.o: EigSolve.cpp EigSolve.o: EigSolve.cpp
FunctionSpace.o: FunctionSpace.cpp FunctionSpace.h ../Common/GmshMatrix.h \ FunctionSpace.o: FunctionSpace.cpp FunctionSpace.h ../Common/GmshMatrix.h \
/sw//include/gsl/gsl_linalg.h /sw//include/gsl/gsl_mode.h \
/sw//include/gsl/gsl_permutation.h /sw//include/gsl/gsl_types.h \
/sw//include/gsl/gsl_errno.h /sw//include/gsl/gsl_check_range.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_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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h \
../Common/GmshDefines.h ../Common/GmshDefines.h
gmsh_predicates.o: gmsh_predicates.cpp gmsh_predicates.o: gmsh_predicates.cpp
gsl_newt.o: gsl_newt.cpp ../Common/Message.h Numeric.h NumericEmbedded.h \ gsl_newt.o: gsl_newt.cpp ../Common/Message.h Numeric.h NumericEmbedded.h
/sw//include/gsl/gsl_math.h /sw//include/gsl/gsl_sys.h \ gsl_min.o: gsl_min.cpp ../Common/Message.h Numeric.h NumericEmbedded.h
/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_min.o: gsl_min.cpp ../Common/Message.h Numeric.h NumericEmbedded.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_multimin.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_min.h
gsl_brent.o: gsl_brent.cpp ../Common/Message.h Numeric.h \ gsl_brent.o: gsl_brent.cpp ../Common/Message.h Numeric.h \
NumericEmbedded.h /sw//include/gsl/gsl_errno.h \ NumericEmbedded.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.154 2008-05-19 18:50:34 remacle Exp $ # $Id: Makefile,v 1.155 2008-05-20 19:03:28 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -71,3 +71,66 @@ depend: ...@@ -71,3 +71,66 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Gmsh.tab.o: Gmsh.tab.cpp ../Common/Message.h ../DataStr/Malloc.h \
../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../Common/Context.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/SPoint2.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/GEntity.h ../Geo/GPoint.h \
../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \
../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Geo/Geo.h ../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint2.h ../Geo/ExtrudeParams.h \
../Common/SmoothData.h ../Geo/GeoInterpolation.h ../Geo/Geo.h \
../Mesh/Generator.h ../Graphics/Draw.h ../Common/Options.h \
../Post/ColorTable.h ../Common/Colors.h ../Common/Options.h Parser.h \
OpenFile.h ../Common/CommandLine.h FunctionManager.h ../Common/OS.h \
CreateFile.h ../Mesh/Field.h ../Post/PView.h ../Mesh/BackgroundMesh.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Plugin/PluginManager.h \
../Plugin/Plugin.h ../Common/GmshMatrix.h
Gmsh.yy.o: Gmsh.yy.cpp ../Common/Message.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Geo/Geo.h ../Common/GmshDefines.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h Gmsh.tab.hpp
OpenFile.o: OpenFile.cpp ../Common/Message.h ../Geo/Geo.h \
../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \
../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \
../Geo/ExtrudeParams.h ../Common/SmoothData.h ../Geo/GModel.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \
../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h \
../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \
../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Common/Context.h Parser.h OpenFile.h ../Common/CommandLine.h \
../Graphics/ReadImg.h ../Common/OS.h ../Mesh/HighOrder.h \
../Post/PView.h ../Post/PViewData.h ../Common/GmshUI.h \
../Graphics/Draw.h ../Graphics/SelectBuffer.h ../Fltk/GUI.h \
../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h ../Post/ColorTable.h \
../Fltk/Popup_Button.h ../Fltk/SpherePosition_Widget.h ../Mesh/Field.h
CreateFile.o: CreateFile.cpp ../Common/Message.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/SPoint2.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/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SBoundingBox3d.h \
../Common/GmshDefines.h OpenFile.h ../Common/Context.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshUI.h \
../Graphics/gl2ps.h ../Graphics/gl2gif.h ../Graphics/PixelBuffer.h \
../DataStr/Malloc.h ../Graphics/Draw.h ../Graphics/gl2jpeg.h \
../Graphics/PixelBuffer.h ../Graphics/gl2png.h \
../Graphics/PixelBuffer.h ../Graphics/gl2ppm.h \
../Graphics/PixelBuffer.h ../Graphics/gl2yuv.h \
../Graphics/PixelBuffer.h
FunctionManager.o: FunctionManager.cpp FunctionManager.h
This diff is collapsed.
# $Id: Makefile,v 1.47 2008-05-19 18:50:35 remacle Exp $ # $Id: Makefile,v 1.48 2008-05-20 19:03:29 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -69,44 +69,7 @@ PView.o: PView.cpp PView.h ../Geo/SPoint3.h PViewOptions.h ColorTable.h \ ...@@ -69,44 +69,7 @@ PView.o: PView.cpp PView.h ../Geo/SPoint3.h PViewOptions.h ColorTable.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h PViewData.h PViewDataList.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h PViewData.h PViewDataList.h \
../DataStr/List.h ../Common/VertexArray.h ../Geo/SVector3.h \ ../DataStr/List.h ../Common/VertexArray.h ../Geo/SVector3.h \
../Geo/SPoint3.h ../Common/Context.h ../Common/SmoothData.h \ ../Geo/SPoint3.h ../Common/Context.h ../Common/SmoothData.h \
adaptiveData.h ../Common/GmshMatrix.h /sw//include/gsl/gsl_linalg.h \ adaptiveData.h ../Common/GmshMatrix.h ../Common/Message.h
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.h \
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.h \
/sw//include/gsl/gsl_check_range.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_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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h \
../Common/Message.h
PViewIO.o: PViewIO.cpp PView.h ../Geo/SPoint3.h PViewDataList.h \ PViewIO.o: PViewIO.cpp PView.h ../Geo/SPoint3.h PViewDataList.h \
PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../DataStr/List.h \ PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../DataStr/List.h \
PViewDataGModel.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \ PViewDataGModel.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
...@@ -119,44 +82,8 @@ PViewIO.o: PViewIO.cpp PView.h ../Geo/SPoint3.h PViewDataList.h \ ...@@ -119,44 +82,8 @@ PViewIO.o: PViewIO.cpp PView.h ../Geo/SPoint3.h PViewDataList.h \
../Common/StringUtils.h ../Common/Message.h ../Common/StringUtils.h ../Common/Message.h
PViewData.o: PViewData.cpp PViewData.h ../Geo/SBoundingBox3d.h \ PViewData.o: PViewData.cpp PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../DataStr/List.h adaptiveData.h \ ../Geo/SPoint3.h ../DataStr/List.h adaptiveData.h \
../Common/GmshMatrix.h /sw//include/gsl/gsl_linalg.h \ ../Common/GmshMatrix.h ../Numeric/Numeric.h \
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.h \ ../Numeric/NumericEmbedded.h ../Common/Message.h
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.h \
/sw//include/gsl/gsl_check_range.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_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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h ../Common/Message.h
PViewDataIO.o: PViewDataIO.cpp ../Common/Message.h ../Numeric/Numeric.h \ PViewDataIO.o: PViewDataIO.cpp ../Common/Message.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h PViewData.h ../Geo/SBoundingBox3d.h \ ../Numeric/NumericEmbedded.h PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Geo/SPoint3.h
...@@ -195,50 +122,12 @@ PViewDataGModelIO.o: PViewDataGModelIO.cpp ../Common/Message.h \ ...@@ -195,50 +122,12 @@ PViewDataGModelIO.o: PViewDataGModelIO.cpp ../Common/Message.h \
../Geo/SVector3.h ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \ ../Geo/SVector3.h ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \
../Common/StringUtils.h ../Common/StringUtils.h
PViewOptions.o: PViewOptions.cpp PViewOptions.h ColorTable.h \ PViewOptions.o: PViewOptions.cpp PViewOptions.h ColorTable.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/Message.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/Message.h
../contrib/MathEval/matheval.h
adaptiveData.o: adaptiveData.cpp ../Plugin/Plugin.h ../Common/Options.h \ adaptiveData.o: adaptiveData.cpp ../Plugin/Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/Message.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/Message.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../DataStr/List.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../DataStr/List.h \
../Common/GmshMatrix.h /sw//include/gsl/gsl_linalg.h \ ../Common/GmshMatrix.h adaptiveData.h
/sw//include/gsl/gsl_mode.h /sw//include/gsl/gsl_permutation.h \
/sw//include/gsl/gsl_types.h /sw//include/gsl/gsl_errno.h \
/sw//include/gsl/gsl_check_range.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_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_blas.h \
/sw//include/gsl/gsl_blas_types.h /sw//include/gsl/gsl_cblas.h \
adaptiveData.h
OctreePost.o: OctreePost.cpp ../Common/Octree.h \ OctreePost.o: OctreePost.cpp ../Common/Octree.h \
../Common/OctreeInternals.h OctreePost.h ../DataStr/List.h PView.h \ ../Common/OctreeInternals.h OctreePost.h ../DataStr/List.h PView.h \
../Geo/SPoint3.h PViewDataList.h PViewData.h ../Geo/SBoundingBox3d.h \ ../Geo/SPoint3.h PViewDataList.h PViewData.h ../Geo/SBoundingBox3d.h \
......
// $Id: PViewOptions.cpp,v 1.21 2008-05-04 08:31:24 geuzaine Exp $ // $Id: PViewOptions.cpp,v 1.22 2008-05-20 19:03:29 geuzaine Exp $
// //
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// //
...@@ -53,11 +53,11 @@ double PViewOptions::getScaleValue(int iso, int numIso, double min, double max) ...@@ -53,11 +53,11 @@ double PViewOptions::getScaleValue(int iso, int numIso, double min, double max)
} }
else if(ScaleType == Logarithmic){ else if(ScaleType == Logarithmic){
// should translate scale instead, with smallest val an option! // should translate scale instead, with smallest val an option!
if(min < 0.) return 0; if(min <= 0.) return 0;
return pow(10., log10(min) + iso * (log10(max) - log10(min)) / (numIso - 1.)); return pow(10., log10(min) + iso * (log10(max) - log10(min)) / (numIso - 1.));
} }
else if(ScaleType == DoubleLogarithmic){ else if(ScaleType == DoubleLogarithmic){
if(min < 0.) return 0; if(min <= 0.) return 0;
double iso2 = iso / 2.; double iso2 = iso / 2.;
double numIso2 = numIso / 2.; double numIso2 = numIso / 2.;
return pow(10., log10(min) + iso2 * (log10(max) - log10(min)) / (numIso2 - 1.)); return pow(10., log10(min) + iso2 * (log10(max) - log10(min)) / (numIso2 - 1.));
......
...@@ -5,17 +5,37 @@ How to build OpenCascade 6.2 (OCC) for Gmsh: ...@@ -5,17 +5,37 @@ How to build OpenCascade 6.2 (OCC) for Gmsh:
following <OpenCascade dir> refers to the directory where OCC is following <OpenCascade dir> refers to the directory where OCC is
installed (e.g ~/OpenCascade) installed (e.g ~/OpenCascade)
- If you're using Cygwin/Mingw32 (Windows) define - OS/compiler specific stuff:
* On Cygwin/Mingw32 (Windows) define
export CC="gcc -mno-cygwin -DWNT=1 -DWIN32 -DHAVE_NO_DLL" export CC="gcc -mno-cygwin -DWNT=1 -DWIN32 -DHAVE_NO_DLL"
export CXX="g++ -mno-cygwin -DWNT=1 -DWIN32 -DHAVE_NO_DLL" export CXX="g++ -mno-cygwin -DWNT=1 -DWIN32 -DHAVE_NO_DLL"
- With new versions of gcc, add "-ffriend-injection -fpermissive" to * With new versions of gcc, add "-ffriend-injection -fpermissive"
the compiler options (this prevents the "Standard_Transient_Type_ to the compiler options (this prevents the
not declared" error), i.e., define "Standard_Transient_Type_ not declared" error), i.e., define
export CXXFLAGS="${CXXFLAGS} -ffriend-injection -fpermissive" export CXXFLAGS="${CXXFLAGS} -ffriend-injection -fpermissive"
* on Mac OS X unfortunately you cannot build universal libs simply
by using "-arch i386 -arch ppc" (the code depends on
configure-time endinanness checks). So, first configure and build
with
export CFLAGS="-arch i386"
export CXXFLAGS="-arch i386"
and then do "make distclean" and configure and build again
with
export CFLAGS="-arch ppc"
export CXXFLAGS="-arch ppc"
after the install step, use "lipo" to merge both archs, e.g.
lipo -create libi386.a libppc.a -output libuniversal.a
- Go to the <OpenCascade dir>/Linux/ros directory and type - Go to the <OpenCascade dir>/Linux/ros directory and type
./configure --prefix=/usr/local/opencascade --enable-debug=no ./configure --prefix=/usr/local/opencascade --enable-debug=no
......
$Id: TODO,v 1.71 2008-05-04 08:31:24 geuzaine Exp $ $Id: TODO,v 1.72 2008-05-20 19:03:30 geuzaine Exp $
********************************************************************
replace Symbol_T with something like
class ParserSymbol{
public:
std::vector<double> num;
std::vector<std::string> str;
};
and Tree_T Symbols with std::map<std::string, ParserSymbol>.
******************************************************************** ********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment