Hi,
we are using gmsh API to perform mesh adaptation in feelpp.
We had to add some specific headers to the default gmsh install.
Would it be possible to add these headers to the "standard"
distribution?

Best
C

Description: Adds missing headers 
Author: Christophe Trophime <[email protected]>
Reviewed-by: Anton Gladky <[email protected]>
Last-Update: 2012-06-24

Index: gmsh-tetgen-2.6.2~svn13116/CMakeLists.txt
===================================================================
--- gmsh-tetgen-2.6.2~svn13116.orig/CMakeLists.txt	2012-09-05 11:24:52.000000000 +0200
+++ gmsh-tetgen-2.6.2~svn13116/CMakeLists.txt	2012-09-05 11:27:23.000000000 +0200
@@ -84,6 +84,7 @@
   ${CMAKE_CURRENT_BINARY_DIR}/Common/GmshVersion.h
   Common/Gmsh.h Common/Context.h Common/GmshDefines.h Common/GmshMessage.h
     Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h
+    Common/OS.h Common/Options.h Common/OpenFile.h Common/StringUtils.h
   Numeric/Numeric.h Numeric/GaussIntegration.h Numeric/polynomialBasis.h
     Numeric/JacobianBasis.h Numeric/fullMatrix.h
     Numeric/simpleFunction.h Numeric/cartesian.h
@@ -99,17 +100,22 @@
     Geo/Pair.h Geo/Range.h Geo/SOrientedBoundingBox.h 
     Geo/CellComplex.h Geo/ChainComplex.h Geo/Cell.h Geo/Homology.h Geo/Chain.h 
     Geo/partitionEdge.h Geo/CGNSOptions.h Geo/gmshLevelset.h
+    Geo/Chain.h
   Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h 
     Mesh/meshGFaceElliptic.h Mesh/meshPartition.h Mesh/meshGFaceDelaunayInsertion.h 
     Mesh/simple3D.h Mesh/meshPartitionOptions.h Mesh/directions3D.h Mesh/yamakawa.h
     Mesh/Voronoi3D.h Mesh/Levy3D.h Mesh/periodical.h Mesh/meshMetric.h
+    Mesh/Field.h
   Numeric/mathEvaluator.h
   Solver/dofManager.h Solver/femTerm.h Solver/laplaceTerm.h Solver/elasticityTerm.h
     Solver/crossConfTerm.h Solver/orthogonalTerm.h
     Solver/linearSystem.h Solver/linearSystemGMM.h Solver/linearSystemCSR.h 
     Solver/linearSystemFull.h Solver/elasticitySolver.h Solver/sparsityPattern.h 
+    Solver/functionSpace.h Solver/STensor43.h Solver/STensor33.h
   Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h
+    Post/ColorTable.h Post/PViewOptions.h Post/PViewData.h
   Graphics/drawContext.h
+    Graphics/Camera.h Graphics/Trackball.h
   contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h 
     contrib/kbipack/gmp_blas.h contrib/kbipack/mpz.h
   contrib/DiscreteIntegration/Integration3D.h
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to