[gmsh] branch master updated (5e7b80b -> a0cfe2d)
Nico Schlömer
nschloe-guest at moszumanska.debian.org
Fri Sep 22 14:34:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
nschloe-guest pushed a change to branch master
in repository gmsh.
from 5e7b80b fix custom test (in preparation for gmsh 3)
adds c1d17e5 New upstream version 3.0.5+dfsg1
new a0cfe2d Updated version 3.0.5+dfsg1 from 'upstream/3.0.5+dfsg1'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/VERSIONS.txt => CHANGELOG.txt | 34 +-
CMakeLists.txt | 378 +-
doc/CREDITS.txt => CREDITS.txt | 119 +-
CTestConfig.cmake | 2 +-
Common/CMakeLists.txt | 3 +-
Common/Colors.h | 2 +-
Common/CommandLine.cpp | 88 +-
Common/CommandLine.h | 2 +-
Common/Context.cpp | 3 +-
Common/Context.h | 25 +-
Common/CreateFile.cpp | 16 +-
Common/CreateFile.h | 2 +-
Common/DefaultOptions.h | 59 +-
Common/GamePad.cpp | 2 +-
Common/GamePad.h | 2 +-
Common/Gmsh.cpp | 29 +-
Common/Gmsh.h | 3 +-
Common/GmshAPI.cpp | 118 +
Common/GmshAPI.h | 70 +
Common/GmshConfig.h.in | 2 +-
Common/GmshDefines.h | 3 +-
Common/GmshIO.h | 2 +-
Common/GmshMessage.cpp | 167 +-
Common/GmshMessage.h | 18 +-
Common/GmshRemote.cpp | 2 +-
Common/GmshRemote.h | 2 +-
Common/GmshSocket.h | 14 +-
Common/GmshVersion.h.in | 2 +-
Common/Hash.h | 2 +-
Common/HashMap.h | 2 +-
Common/ListUtils.cpp | 2 +-
Common/ListUtils.h | 2 +-
Common/Main.cpp | 2 +-
Common/MallocUtils.cpp | 2 +-
Common/MallocUtils.h | 2 +-
Common/OS.cpp | 10 +-
Common/OS.h | 2 +-
Common/Octree.cpp | 2 +-
Common/Octree.h | 2 +-
Common/OctreeInternals.cpp | 2 +-
Common/OctreeInternals.h | 2 +-
Common/OpenFile.cpp | 52 +-
Common/OpenFile.h | 2 +-
Common/Options.cpp | 248 +-
Common/Options.h | 17 +-
Common/SmoothData.cpp | 2 +-
Common/SmoothData.h | 2 +-
Common/StringUtils.cpp | 2 +-
Common/StringUtils.h | 2 +-
Common/TreeUtils.cpp | 2 +-
Common/TreeUtils.h | 7 +-
Common/VertexArray.cpp | 2 +-
Common/VertexArray.h | 2 +-
Common/avl.cpp | 66 +-
Common/gmshLocalNetworkClient.cpp | 6 +-
Common/gmshLocalNetworkClient.h | 2 +-
Common/gmshPopplerWrapper.cpp | 2 +-
Common/gmshPopplerWrapper.h | 2 +-
Common/onelab.h | 301 +-
Common/onelabUtils.cpp | 2 +-
Common/onelabUtils.h | 2 +-
Common/picojson.h | 1160 +
Common/rtree.h | 16 +-
Fltk/CMakeLists.txt | 2 +-
Fltk/FlGui.cpp | 93 +-
Fltk/FlGui.h | 7 +-
Fltk/Main.cpp | 2 +-
Fltk/Navigator.cpp | 2 +-
Fltk/Navigator.h | 2 +-
Fltk/classificationEditor.cpp | 126 +-
Fltk/classificationEditor.h | 2 +-
Fltk/clippingWindow.cpp | 2 +-
Fltk/clippingWindow.h | 2 +-
Fltk/colorbarWindow.cpp | 2 +-
Fltk/colorbarWindow.h | 2 +-
Fltk/contextWindow.cpp | 1219 +-
Fltk/contextWindow.h | 29 +-
Fltk/drawContextFltk.h | 9 +-
Fltk/drawContextFltkCairo.cpp | 3 +-
Fltk/drawContextFltkCairo.h | 2 +-
Fltk/drawContextFltkStringTexture.cpp | 3 +-
Fltk/drawContextFltkStringTexture.h | 2 +-
Fltk/extraDialogs.cpp | 2 +-
Fltk/extraDialogs.h | 2 +-
Fltk/fieldWindow.cpp | 2 +-
Fltk/fieldWindow.h | 2 +-
Fltk/fileDialogs.cpp | 49 +-
Fltk/fileDialogs.h | 2 +-
Fltk/gamepadWindow.cpp | 2 +-
Fltk/gamepadWindow.h | 2 +-
Fltk/graphicWindow.cpp | 1330 +-
Fltk/graphicWindow.h | 2 +-
Fltk/helpWindow.cpp | 4 +-
Fltk/helpWindow.h | 2 +-
Fltk/highOrderToolsWindow.cpp | 5 +-
Fltk/highOrderToolsWindow.h | 2 +-
Fltk/inputRange.h | 2 +-
Fltk/inputRegion.cpp | 2 +-
Fltk/inputRegion.h | 2 +-
Fltk/inputValue.cpp | 2 +-
Fltk/inputValue.h | 2 +-
Fltk/mainWindow.h | 2 +-
Fltk/manipWindow.cpp | 2 +-
Fltk/manipWindow.h | 2 +-
Fltk/messageBrowser.h | 2 +-
Fltk/onelabGroup.cpp | 36 +-
Fltk/onelabGroup.h | 2 +-
Fltk/openglWindow.cpp | 31 +-
Fltk/openglWindow.h | 14 +-
Fltk/optionWindow.cpp | 17 +-
Fltk/optionWindow.h | 2 +-
Fltk/outputRange.h | 2 +-
Fltk/paletteWindow.h | 2 +-
Fltk/partitionDialog.cpp | 2 +-
Fltk/partitionDialog.h | 2 +-
Fltk/pluginWindow.cpp | 2 +-
Fltk/pluginWindow.h | 2 +-
Fltk/projectionEditor.cpp | 2 +-
Fltk/projectionEditor.h | 2 +-
Fltk/solverButton.cpp | 2 +-
Fltk/solverButton.h | 2 +-
Fltk/spherePositionWidget.h | 2 +-
Fltk/statisticsWindow.cpp | 28 +-
Fltk/statisticsWindow.h | 2 +-
Fltk/treeIcons.h | 2 +-
Fltk/viewButton.cpp | 11 +-
Fltk/viewButton.h | 2 +-
Fltk/visibilityWindow.cpp | 2 +-
Fltk/visibilityWindow.h | 2 +-
Geo/ACISEdge.cpp | 2 +-
Geo/ACISEdge.h | 2 +-
Geo/ACISFace.cpp | 2 +-
Geo/ACISFace.h | 2 +-
Geo/ACISVertex.h | 2 +-
Geo/CGNSOptions.h | 2 +-
Geo/CMakeLists.txt | 8 +-
Geo/Cell.cpp | 2 +-
Geo/Cell.h | 2 +-
Geo/CellComplex.cpp | 2 +-
Geo/CellComplex.h | 2 +-
Geo/Chain.cpp | 2 +-
Geo/Chain.h | 2 +-
Geo/ChainComplex.cpp | 2 +-
Geo/ChainComplex.h | 2 +-
Geo/Curvature.cpp | 2 +-
Geo/Curvature.h | 2 +-
Geo/CustomContainer.h | 2 +-
Geo/ExtrudeParams.cpp | 2 +-
Geo/ExtrudeParams.h | 21 +-
Geo/GEdge.cpp | 21 +-
Geo/GEdge.h | 7 +-
Geo/GEdgeCompound.cpp | 2 +-
Geo/GEdgeCompound.h | 2 +-
Geo/GEdgeLoop.cpp | 16 +-
Geo/GEdgeLoop.h | 2 +-
Geo/GEntity.cpp | 2 +-
Geo/GEntity.h | 34 +-
Geo/GFace.cpp | 69 +-
Geo/GFace.h | 18 +-
Geo/GFaceCompound.cpp | 2 +-
Geo/GFaceCompound.h | 2 +-
Geo/GModel.cpp | 555 +-
Geo/GModel.h | 86 +-
Geo/GModelCreateTopologyFromMesh.cpp | 224 +-
Geo/GModelCreateTopologyFromMesh.h | 2 +-
Geo/GModelFactory.cpp | 609 +-
Geo/GModelFactory.h | 63 +-
Geo/GModelIO_ACIS.cpp | 2 +-
Geo/GModelIO_ACTRAN.cpp | 2 +-
Geo/GModelIO_BDF.cpp | 30 +-
Geo/GModelIO_CGNS.cpp | 2 +-
Geo/GModelIO_DIFF.cpp | 2 +-
Geo/GModelIO_Fourier.cpp | 2 +-
Geo/GModelIO_Fourier.h | 2 +-
Geo/GModelIO_GEO.cpp | 1637 +-
Geo/GModelIO_GEO.h | 155 +
Geo/GModelIO_GEOM.cpp | 2 +-
Geo/GModelIO_INP.cpp | 2 +-
Geo/GModelIO_IR3.cpp | 2 +-
Geo/GModelIO_MAIL.cpp | 2 +-
Geo/GModelIO_MED.cpp | 10 +-
Geo/GModelIO_MESH.cpp | 2 +-
Geo/GModelIO_MSH.cpp | 54 +-
Geo/GModelIO_MSH2.cpp | 11 +-
Geo/GModelIO_OCC.cpp | 4032 +-
Geo/GModelIO_OCC.h | 705 +-
Geo/GModelIO_P3D.cpp | 2 +-
Geo/GModelIO_PLY.cpp | 2 +-
Geo/GModelIO_POS.cpp | 28 +-
Geo/GModelIO_SAMCEF.cpp | 97 +
Geo/GModelIO_SGEOM.cpp | 1091 -
Geo/GModelIO_SGEOM.h | 63 -
Geo/GModelIO_STL.cpp | 2 +-
Geo/GModelIO_SU2.cpp | 2 +-
Geo/GModelIO_UNV.cpp | 2 +-
Geo/GModelIO_VRML.cpp | 2 +-
Geo/GModelIO_VTK.cpp | 18 +-
Geo/GModelVertexArrays.cpp | 6 +-
Geo/GPoint.h | 2 +-
Geo/GRbf.cpp | 2 +-
Geo/GRbf.h | 2 +-
Geo/GRegion.cpp | 26 +-
Geo/GRegion.h | 5 +-
Geo/GRegionCompound.cpp | 2 +-
Geo/GRegionCompound.h | 2 +-
Geo/GVertex.cpp | 3 +-
Geo/GVertex.h | 2 +-
Geo/GenericEdge.cpp | 2 +-
Geo/GenericEdge.h | 2 +-
Geo/GenericFace.cpp | 2 +-
Geo/GenericFace.h | 2 +-
Geo/GenericRegion.cpp | 2 +-
Geo/GenericRegion.h | 2 +-
Geo/GenericVertex.cpp | 2 +-
Geo/GenericVertex.h | 2 +-
Geo/Geo.cpp | 2004 +-
Geo/Geo.h | 354 +-
Geo/GeoDefines.h | 49 +
Geo/GeoInterpolation.cpp | 217 +-
Geo/GeoInterpolation.h | 11 +-
Geo/GeoStringInterface.cpp | 437 +-
Geo/GeoStringInterface.h | 111 +-
Geo/GeomMeshMatcher.cpp | 2 +-
Geo/GeomMeshMatcher.h | 2 +-
Geo/Homology.cpp | 2 +-
Geo/Homology.h | 2 +-
Geo/MEdge.cpp | 2 +-
Geo/MEdge.h | 2 +-
Geo/MEdgeHash.h | 2 +-
Geo/MElement.cpp | 50 +-
Geo/MElement.h | 31 +-
Geo/MElementCut.cpp | 2 +-
Geo/MElementCut.h | 2 +-
Geo/MElementOctree.cpp | 2 +-
Geo/MElementOctree.h | 2 +-
Geo/MFace.cpp | 11 +-
Geo/MFace.h | 3 +-
Geo/MFaceHash.h | 2 +-
Geo/MHexahedron.cpp | 50 +-
Geo/MHexahedron.h | 10 +-
Geo/MLine.cpp | 2 +-
Geo/MLine.h | 2 +-
Geo/MPoint.h | 2 +-
Geo/MPrism.cpp | 50 +-
Geo/MPrism.h | 12 +-
Geo/MPyramid.cpp | 50 +-
Geo/MPyramid.h | 19 +-
Geo/MQuadrangle.cpp | 20 +-
Geo/MQuadrangle.h | 11 +-
Geo/MSubElement.cpp | 2 +-
Geo/MSubElement.h | 2 +-
Geo/MTetrahedron.cpp | 140 +-
Geo/MTetrahedron.h | 18 +-
Geo/MTriangle.cpp | 23 +-
Geo/MTriangle.h | 19 +-
Geo/MVertex.cpp | 4 +-
Geo/MVertex.h | 2 +-
Geo/MVertexBoundaryLayerData.cpp | 2 +-
Geo/MVertexBoundaryLayerData.h | 2 +-
Geo/MVertexRTree.h | 2 +-
Geo/MZone.cpp | 2 +-
Geo/MZone.h | 2 +-
Geo/MZoneBoundary.cpp | 2 +-
Geo/MZoneBoundary.h | 2 +-
Geo/OCCEdge.cpp | 54 +-
Geo/OCCEdge.h | 8 +-
Geo/OCCFace.cpp | 178 +-
Geo/OCCFace.h | 6 +-
Geo/OCCIncludes.h | 126 -
Geo/OCCMeshAttributes.h | 210 +
Geo/OCCRegion.cpp | 47 +-
Geo/OCCRegion.h | 4 +-
Geo/OCCVertex.cpp | 15 +-
Geo/OCCVertex.h | 13 +-
Geo/OCC_Connect.cpp | 1071 -
Geo/OCC_Connect.h | 85 -
Geo/Pair.h | 2 +-
Geo/Range.h | 2 +-
Geo/SBoundingBox3d.h | 2 +-
Geo/SGEOMIncludes.h | 337 -
Geo/SOrientedBoundingBox.cpp | 2 +-
Geo/SOrientedBoundingBox.h | 2 +-
Geo/SPoint2.h | 2 +-
Geo/SPoint3.h | 2 +-
Geo/STensor3.cpp | 2 +-
Geo/STensor3.h | 2 +-
Geo/SVector3.h | 2 +-
Geo/boundaryLayersData.cpp | 268 +-
Geo/boundaryLayersData.h | 6 +-
Geo/closestPoint.cpp | 2 +-
Geo/closestPoint.h | 2 +-
Geo/discreteDiskFace.cpp | 151 +-
Geo/discreteDiskFace.h | 26 +-
Geo/discreteEdge.cpp | 5 +-
Geo/discreteEdge.h | 2 +-
Geo/discreteFace.cpp | 498 +-
Geo/discreteFace.h | 23 +-
Geo/discreteRegion.cpp | 40 +-
Geo/discreteRegion.h | 6 +-
Geo/discreteVertex.h | 2 +-
Geo/findLinks.cpp | 2 +-
Geo/findLinks.h | 2 +-
Geo/fourierEdge.cpp | 2 +-
Geo/fourierEdge.h | 2 +-
Geo/fourierFace.cpp | 2 +-
Geo/fourierFace.h | 2 +-
Geo/fourierProjectionFace.cpp | 2 +-
Geo/fourierProjectionFace.h | 2 +-
Geo/fourierVertex.h | 2 +-
Geo/gmshEdge.cpp | 10 +-
Geo/gmshEdge.h | 10 +-
Geo/gmshEdgeDiscretize.cpp | 2 +-
Geo/gmshFace.cpp | 61 +-
Geo/gmshFace.h | 23 +-
Geo/gmshLevelset.cpp | 23 +-
Geo/gmshLevelset.h | 170 +-
Geo/gmshRegion.cpp | 29 +-
Geo/gmshRegion.h | 8 +-
Geo/gmshSurface.cpp | 20 +-
Geo/gmshSurface.h | 2 +-
Geo/gmshVertex.cpp | 34 +-
Geo/gmshVertex.h | 23 +-
Geo/intersectCurveSurface.cpp | 2 +-
Geo/intersectCurveSurface.h | 2 +-
Geo/partitionEdge.h | 2 +-
Geo/partitionFace.h | 2 +-
Geo/partitionVertex.h | 2 +-
Graphics/CMakeLists.txt | 2 +-
Graphics/Camera.cpp | 2 +-
Graphics/Camera.h | 16 +-
Graphics/PixelBuffer.h | 2 +-
Graphics/ReadImg.cpp | 2 +-
Graphics/ReadImg.h | 2 +-
Graphics/Trackball.cpp | 18 +-
Graphics/drawAxes.cpp | 4 +-
Graphics/drawContext.cpp | 12 +-
Graphics/drawContext.h | 7 +-
Graphics/drawGeom.cpp | 5 +-
Graphics/drawGlyph.cpp | 5 +-
Graphics/drawGraph2d.cpp | 2 +-
Graphics/drawMesh.cpp | 3 +-
Graphics/drawPost.cpp | 3 +-
Graphics/drawScales.cpp | 2 +-
Graphics/gl2gif.cpp | 62 +-
Graphics/gl2gif.h | 2 +-
Graphics/gl2jpeg.cpp | 2 +-
Graphics/gl2jpeg.h | 2 +-
Graphics/gl2pgf.cpp | 2 +-
Graphics/gl2pgf.h | 2 +-
Graphics/gl2png.cpp | 2 +-
Graphics/gl2png.h | 2 +-
Graphics/gl2ppm.cpp | 2 +-
Graphics/gl2ppm.h | 2 +-
Graphics/gl2ps.cpp | 508 +-
Graphics/gl2ps.h | 52 +-
Graphics/gl2yuv.cpp | 20 +-
Graphics/gl2yuv.h | 2 +-
doc/LICENSE.txt => LICENSE.txt | 0
Mesh/BDS.cpp | 8 +-
Mesh/BDS.h | 2 +-
Mesh/BGMBase.cpp | 2 +-
Mesh/BackgroundMesh.cpp | 5 +-
Mesh/BackgroundMesh.h | 2 +-
Mesh/BackgroundMesh2D.cpp | 2 +-
Mesh/BackgroundMesh2D.h | 2 +-
Mesh/BackgroundMesh3D.cpp | 2 +-
Mesh/BackgroundMesh3D.h | 2 +-
Mesh/BackgroundMeshManager.cpp | 2 +-
Mesh/BackgroundMeshManager.h | 2 +-
Mesh/BackgroundMeshTools.cpp | 6 +-
Mesh/BackgroundMeshTools.h | 2 +-
Mesh/BoundaryLayers.cpp | 2 +-
Mesh/BoundaryLayers.h | 2 +-
Mesh/CMakeLists.txt | 7 +-
Mesh/CenterlineField.cpp | 1336 -
Mesh/CenterlineField.h | 201 -
Mesh/Field.cpp | 440 +-
Mesh/Field.h | 28 +-
Mesh/FieldPython.h | 2 +-
Mesh/Generator.cpp | 196 +-
Mesh/Generator.h | 2 +-
Mesh/HighOrder.cpp | 73 +-
Mesh/HighOrder.h | 2 +-
Mesh/Levy3D.cpp | 2 +-
Mesh/Levy3D.h | 2 +-
Mesh/QuadTriExtruded2D.cpp | 1 +
Mesh/QuadTriExtruded2D.h | 1 -
Mesh/QuadTriExtruded3D.cpp | 1 +
Mesh/QuadTriExtruded3D.h | 1 -
Mesh/QuadTriTransfinite3D.cpp | 2 +-
Mesh/QuadTriTransfinite3D.h | 2 +-
Mesh/QuadTriUtils.cpp | 2 +-
Mesh/QuadTriUtils.h | 3 +-
Mesh/ThinLayer.cpp | 2 +-
Mesh/ThinLayer.h | 2 +-
Mesh/Voronoi3D.cpp | 2 +-
Mesh/Voronoi3D.h | 2 +-
Mesh/cross3D.h | 2 +-
Mesh/delaunay3d.cpp | 359 +-
Mesh/delaunay3d.h | 2 +-
Mesh/delaunay3d_private.h | 68 +-
Mesh/delaunay_refinement.cpp | 472 +-
Mesh/delaunay_refinement.h | 2 +-
Mesh/directions3D.cpp | 2 +-
Mesh/directions3D.h | 2 +-
Mesh/filterElements.cpp | 2 +-
Mesh/filterElements.h | 2 +-
Mesh/meshDiscreteRegion.cpp | 31 +-
Mesh/meshGEdge.cpp | 140 +-
Mesh/meshGEdge.h | 2 +-
Mesh/meshGEdgeExtruded.cpp | 15 +-
Mesh/meshGFace.cpp | 185 +-
Mesh/meshGFace.h | 2 +-
Mesh/meshGFaceBDS.cpp | 104 +-
Mesh/meshGFaceBDS.h | 2 +-
Mesh/meshGFaceBamg.cpp | 3 +-
Mesh/meshGFaceBamg.h | 2 +-
Mesh/meshGFaceDelaunayInsertion.cpp | 47 +-
Mesh/meshGFaceDelaunayInsertion.h | 2 +-
Mesh/meshGFaceElliptic.cpp | 880 -
Mesh/meshGFaceElliptic.h | 25 -
Mesh/meshGFaceExtruded.cpp | 2 +-
Mesh/meshGFaceLloyd.cpp | 5 +-
Mesh/meshGFaceOptimize.cpp | 214 +-
Mesh/meshGFaceOptimize.h | 2 +-
...hGFaceOptimize.cpp => meshGFaceOptimizeOld.cpp} | 97 +-
Mesh/meshGFaceQuadrilateralize.cpp | 2 +-
Mesh/meshGFaceQuadrilateralize.h | 2 +-
Mesh/meshGFaceTransfinite.cpp | 11 +-
Mesh/meshGRegion.cpp | 18 +-
Mesh/meshGRegion.h | 2 +-
Mesh/meshGRegionBoundaryRecovery.cpp | 89 +-
Mesh/meshGRegionCarveHole.cpp | 2 +-
Mesh/meshGRegionDelaunayInsertion.cpp | 816 +-
Mesh/meshGRegionDelaunayInsertion.h | 71 +-
Mesh/meshGRegionExtruded.cpp | 19 +-
Mesh/meshGRegionLocalMeshMod.cpp | 24 +-
Mesh/meshGRegionLocalMeshMod.h | 2 +-
Mesh/meshGRegionMMG3D.cpp | 2 +-
Mesh/meshGRegionMMG3D.h | 2 +-
Mesh/meshGRegionRelocateVertex.cpp | 121 +-
Mesh/meshGRegionTransfinite.cpp | 2 +-
Mesh/meshMetric.cpp | 2 +-
Mesh/meshMetric.h | 2 +-
Mesh/meshPartition.cpp | 2 +-
Mesh/meshPartition.h | 2 +-
Mesh/meshPartitionObjects.h | 2 +-
Mesh/meshPartitionOptions.h | 2 +-
Mesh/meshRefine.cpp | 2 +-
Mesh/multiscalePartition.cpp | 4 +-
Mesh/multiscalePartition.h | 2 +-
Mesh/mwis.hpp | 723 +-
Mesh/periodical.h | 43 -
Mesh/pointInsertion.cpp | 2 +-
Mesh/pointInsertion.h | 2 +-
Mesh/pointInsertionRTreeTools.cpp | 2 +-
Mesh/pointInsertionRTreeTools.h | 2 +-
Mesh/qualityMeasures.cpp | 77 +-
Mesh/qualityMeasures.h | 2 +-
Mesh/qualityMeasuresJacobian.cpp | 373 +-
Mesh/qualityMeasuresJacobian.h | 42 +-
Mesh/search.hpp | 201 +-
Mesh/simple3D.cpp | 15 +-
Mesh/simple3D.h | 2 +-
Mesh/surfaceFiller.cpp | 16 +-
Mesh/surfaceFiller.h | 2 +-
Mesh/yamakawa.cpp | 72 +-
Mesh/yamakawa.h | 206 +-
Numeric/BasisFactory.h | 2 +-
Numeric/BergotBasis.cpp | 98 +-
Numeric/BergotBasis.h | 7 +-
Numeric/CMakeLists.txt | 2 +-
Numeric/CondNumBasis.cpp | 8 +-
Numeric/CondNumBasis.h | 2 +-
Numeric/ConjugateGradients.cpp | 2 +-
Numeric/ConjugateGradients.h | 2 +-
Numeric/ElementType.cpp | 2 +-
Numeric/ElementType.h | 2 +-
Numeric/FuncSpaceData.h | 2 +-
Numeric/GaussIntegration.cpp | 2 +-
Numeric/GaussIntegration.h | 2 +-
Numeric/GaussJacobi1D.cpp | 2 +-
Numeric/GaussJacobi1D.h | 2 +-
Numeric/GaussLegendre1D.h | 2 +-
Numeric/GaussLegendreSimplex.cpp | 2 +-
Numeric/GaussQuadratureHex.cpp | 2 +-
Numeric/GaussQuadratureLin.cpp | 2 +-
Numeric/GaussQuadraturePri.cpp | 2 +-
Numeric/GaussQuadraturePyr.cpp | 4 +-
Numeric/GaussQuadratureQuad.cpp | 2 +-
Numeric/GaussQuadratureTet.cpp | 2 +-
Numeric/GaussQuadratureTri.cpp | 2 +-
Numeric/HilbertCurve.cpp | 8 +-
Numeric/HilbertCurve.h | 2 +-
Numeric/Iso.cpp | 2 +-
Numeric/Iso.h | 2 +-
Numeric/JacobianBasis.cpp | 2 +-
Numeric/JacobianBasis.h | 2 +-
Numeric/Numeric.cpp | 74 +-
Numeric/Numeric.h | 5 +-
Numeric/approximationError.cpp | 2 +-
Numeric/approximationError.h | 2 +-
Numeric/bezierBasis.cpp | 2 +-
Numeric/bezierBasis.h | 2 +-
Numeric/cartesian.h | 2 +-
Numeric/decasteljau.cpp | 2 +-
Numeric/decasteljau.h | 2 +-
Numeric/discreteFrechetDistance.cpp | 2 +-
Numeric/discreteFrechetDistance.h | 2 +-
Numeric/fullMatrix.cpp | 2 +-
Numeric/fullMatrix.h | 2 +-
Numeric/hausdorffDistance.cpp | 2 +-
Numeric/jacobiPolynomials.cpp | 2 +-
Numeric/jacobiPolynomials.h | 2 +-
Numeric/legendrePolynomials.cpp | 2 +-
Numeric/legendrePolynomials.h | 2 +-
Numeric/mathEvaluator.cpp | 22 +-
Numeric/mathEvaluator.h | 10 +-
Numeric/miniBasis.cpp | 2 +-
Numeric/miniBasis.h | 2 +-
Numeric/nanoflann.hpp | 1414 +
Numeric/nodalBasis.cpp | 2 +-
Numeric/nodalBasis.h | 2 +-
Numeric/pointsGenerators.cpp | 3 +-
Numeric/pointsGenerators.h | 2 +-
Numeric/polynomialBasis.cpp | 2 +-
Numeric/polynomialBasis.h | 2 +-
Numeric/pyramidalBasis.cpp | 34 +-
Numeric/pyramidalBasis.h | 2 +-
Numeric/robustPredicates.h | 2 +-
Numeric/simpleFunction.h | 2 +-
Numeric/simpleFunctionPython.h | 2 +-
Parser/CMakeLists.txt | 2 +-
Parser/FunctionManager.cpp | 2 +-
Parser/FunctionManager.h | 2 +-
Parser/Gmsh.l | 199 +-
Parser/Gmsh.tab.cpp | 15851 ++---
Parser/Gmsh.tab.hpp | 807 +-
Parser/Gmsh.y | 5307 +-
Parser/Gmsh.yy.cpp | 2525 +-
Parser/Parser.h | 422 +-
Plugin/AnalyseCurvedMesh.cpp | 295 +-
Plugin/AnalyseCurvedMesh.h | 80 +-
Plugin/Annotate.cpp | 2 +-
Plugin/Annotate.h | 2 +-
Plugin/Bubbles.cpp | 2 +-
Plugin/Bubbles.h | 2 +-
Plugin/CMakeLists.txt | 4 +-
Plugin/Crack.cpp | 2 +-
Plugin/Crack.h | 2 +-
Plugin/Curl.cpp | 2 +-
Plugin/Curl.h | 2 +-
Plugin/CutBox.cpp | 2 +-
Plugin/CutBox.h | 2 +-
Plugin/CutGrid.cpp | 2 +-
Plugin/CutGrid.h | 2 +-
Plugin/CutMesh.cpp | 2 +-
Plugin/CutMesh.h | 2 +-
Plugin/CutParametric.cpp | 2 +-
Plugin/CutParametric.h | 2 +-
Plugin/CutPlane.cpp | 2 +-
Plugin/CutPlane.h | 2 +-
Plugin/CutSphere.cpp | 6 +-
Plugin/CutSphere.h | 2 +-
Plugin/DiscretizationError.cpp | 2 +-
Plugin/DiscretizationError.h | 2 +-
Plugin/Distance.cpp | 2 +-
Plugin/Distance.h | 2 +-
Plugin/Divergence.cpp | 2 +-
Plugin/Divergence.h | 2 +-
Plugin/Eigenvalues.cpp | 2 +-
Plugin/Eigenvalues.h | 2 +-
Plugin/Eigenvectors.cpp | 2 +-
Plugin/Eigenvectors.h | 2 +-
Plugin/ExtractEdges.cpp | 2 +-
Plugin/ExtractEdges.h | 2 +-
Plugin/ExtractElements.cpp | 2 +-
Plugin/ExtractElements.h | 2 +-
Plugin/FaultZone.cpp | 20 +-
Plugin/FaultZone.h | 2 +-
Plugin/FieldFromAmplitudePhase.cpp | 2 +-
Plugin/FieldFromAmplitudePhase.h | 2 +-
Plugin/GaussPoints.cpp | 93 +
Plugin/{Crack.h => GaussPoints.h} | 17 +-
Plugin/Gradient.cpp | 2 +-
Plugin/Gradient.h | 2 +-
Plugin/HarmonicToTime.cpp | 2 +-
Plugin/HarmonicToTime.h | 2 +-
Plugin/HomologyComputation.cpp | 2 +-
Plugin/HomologyComputation.h | 2 +-
Plugin/HomologyPostProcessing.cpp | 2 +-
Plugin/HomologyPostProcessing.h | 2 +-
Plugin/Integrate.cpp | 2 +-
Plugin/Integrate.h | 2 +-
Plugin/Isosurface.cpp | 2 +-
Plugin/Isosurface.h | 2 +-
Plugin/Lambda2.cpp | 2 +-
Plugin/Lambda2.h | 2 +-
Plugin/Levelset.cpp | 2 +-
Plugin/Levelset.h | 2 +-
Plugin/LongitudeLatitude.cpp | 2 +-
Plugin/LongitudeLatitude.h | 2 +-
Plugin/MakeSimplex.cpp | 2 +-
Plugin/MakeSimplex.h | 2 +-
Plugin/MathEval.cpp | 2 +-
Plugin/MathEval.h | 2 +-
Plugin/MeshSubEntities.cpp | 2 +-
Plugin/MeshSubEntities.h | 2 +-
Plugin/MinMax.cpp | 2 +-
Plugin/MinMax.h | 2 +-
Plugin/ModifyComponents.cpp | 2 +-
Plugin/ModifyComponents.h | 2 +-
Plugin/ModulusPhase.cpp | 2 +-
Plugin/ModulusPhase.h | 2 +-
Plugin/NearToFarField.cpp | 2 +-
Plugin/NearToFarField.h | 2 +-
Plugin/NearestNeighbor.cpp | 2 +-
Plugin/NearestNeighbor.h | 2 +-
Plugin/NewView.cpp | 2 +-
Plugin/NewView.h | 2 +-
Plugin/Particles.cpp | 2 +-
Plugin/Particles.h | 2 +-
Plugin/Plugin.cpp | 2 +-
Plugin/Plugin.h | 12 +-
Plugin/PluginManager.cpp | 8 +-
Plugin/PluginManager.h | 2 +-
Plugin/Probe.cpp | 2 +-
Plugin/Probe.h | 2 +-
Plugin/Remove.cpp | 2 +-
Plugin/Remove.h | 2 +-
Plugin/Scal2Tens.cpp | 2 +-
Plugin/Scal2Tens.h | 2 +-
Plugin/Scal2Vec.cpp | 2 +-
Plugin/Scal2Vec.h | 2 +-
Plugin/ShowNeighborElements.cpp | 2 +-
Plugin/ShowNeighborElements.h | 2 +-
Plugin/SimplePartition.cpp | 2 +-
Plugin/SimplePartition.h | 2 +-
Plugin/Skin.cpp | 2 +-
Plugin/Skin.h | 2 +-
Plugin/Smooth.cpp | 2 +-
Plugin/Smooth.h | 2 +-
Plugin/SphericalRaise.cpp | 2 +-
Plugin/SphericalRaise.h | 2 +-
Plugin/StreamLines.cpp | 2 +-
Plugin/StreamLines.h | 2 +-
Plugin/Tetrahedralize.cpp | 4 +-
Plugin/Tetrahedralize.h | 2 +-
Plugin/Transform.cpp | 2 +-
Plugin/Transform.h | 2 +-
Plugin/Triangulate.cpp | 2 +-
Plugin/Triangulate.h | 2 +-
Mesh/periodical.cpp => Plugin/VoroMetal.cpp | 558 +-
Plugin/VoroMetal.h | 86 +
Plugin/Warp.cpp | 2 +-
Plugin/Warp.h | 2 +-
Post/CMakeLists.txt | 2 +-
Post/ColorTable.cpp | 2 +-
Post/ColorTable.h | 2 +-
Post/OctreePost.cpp | 13 +-
Post/OctreePost.h | 2 +-
Post/PView.cpp | 2 +-
Post/PView.h | 2 +-
Post/PViewAsSimpleFunction.cpp | 2 +-
Post/PViewAsSimpleFunction.h | 2 +-
Post/PViewData.cpp | 3 +-
Post/PViewData.h | 2 +-
Post/PViewDataGModel.cpp | 2 +-
Post/PViewDataGModel.h | 2 +-
Post/PViewDataGModelIO.cpp | 2 +-
Post/PViewDataIO.cpp | 2 +-
Post/PViewDataList.cpp | 2 +-
Post/PViewDataList.h | 2 +-
Post/PViewDataListIO.cpp | 2 +-
Post/PViewDataRemote.h | 2 +-
Post/PViewFactory.cpp | 2 +-
Post/PViewFactory.h | 2 +-
Post/PViewIO.cpp | 2 +-
Post/PViewOptions.cpp | 2 +-
Post/PViewOptions.h | 2 +-
Post/PViewVertexArrays.cpp | 8 +-
Post/PViewX3D.cpp | 2 +-
Post/PViewX3D.h | 2 +-
Post/adaptiveData.cpp | 2 +-
Post/adaptiveData.h | 6 +-
Post/shapeFunctions.cpp | 2 +-
Post/shapeFunctions.h | 2 +-
Qt/CMakeLists.txt | 2 +-
Qt/GLWidget.cpp | 2 +-
Qt/GLWidget.h | 2 +-
Qt/Main.cpp | 2 +-
Qt/QGui.cpp | 2 +-
Qt/QGui.h | 2 +-
Qt/graphicWindow.cpp | 2 +-
Qt/graphicWindow.h | 2 +-
README.txt | 20 +-
Solver/CMakeLists.txt | 2 +-
Solver/FuncGradDisc.h | 2 +-
Solver/FuncHeaviside.h | 2 +-
Solver/SElement.cpp | 2 +-
Solver/SElement.h | 2 +-
Solver/STensor33.cpp | 2 +-
Solver/STensor33.h | 2 +-
Solver/STensor43.cpp | 2 +-
Solver/STensor43.h | 2 +-
Solver/STensor53.cpp | 2 +-
Solver/STensor53.h | 12 +-
Solver/STensor63.cpp | 2 +-
Solver/STensor63.h | 14 +-
Solver/crossConfTerm.h | 2 +-
Solver/distanceTerm.h | 2 +-
Solver/dofManager.cpp | 2 +-
Solver/dofManager.h | 10 +-
Solver/eigenSolver.cpp | 2 +-
Solver/eigenSolver.h | 2 +-
Solver/elasticitySolver.cpp | 2 +-
Solver/elasticitySolver.h | 2 +-
Solver/elasticityTerm.cpp | 2 +-
Solver/elasticityTerm.h | 2 +-
Solver/femTerm.h | 2 +-
Solver/filters.cpp | 2 +-
Solver/filters.h | 2 +-
Solver/frameSolver.h | 2 +-
Solver/functionSpace.cpp | 2 +-
Solver/functionSpace.h | 2 +-
Solver/groupOfElements.cpp | 2 +-
Solver/groupOfElements.h | 2 +-
Solver/helmholtzTerm.h | 2 +-
Solver/laplaceTerm.h | 2 +-
Solver/linearSystem.cpp | 2 +-
Solver/linearSystem.h | 2 +-
Solver/linearSystemCSR.cpp | 2 +-
Solver/linearSystemCSR.h | 2 +-
Solver/linearSystemFull.h | 2 +-
Solver/linearSystemGMM.h | 2 +-
Solver/linearSystemMUMPS.cpp | 2 +-
Solver/linearSystemMUMPS.h | 2 +-
Solver/linearSystemPETSc.cpp | 2 +-
Solver/linearSystemPETSc.h | 9 +-
Solver/linearSystemPETSc.hpp | 2 +-
Solver/materialLaw.h | 2 +-
Solver/multiscaleLaplace.cpp | 2 +-
Solver/multiscaleLaplace.h | 2 +-
Solver/orthogonalTerm.h | 2 +-
Solver/quadratureRules.h | 2 +-
Solver/solverAlgorithms.h | 60 +-
Solver/solverField.h | 2 +-
Solver/sparsityPattern.cpp | 2 +-
Solver/sparsityPattern.h | 2 +-
Solver/terms.cpp | 2 +-
Solver/terms.h | 2 +-
Solver/terms.hpp | 2 +-
contrib/Chaco/CMakeLists.txt | 2 +-
contrib/DiscreteIntegration/CMakeLists.txt | 2 +-
contrib/HighOrderMeshOptimizer/CMakeLists.txt | 4 +-
contrib/HighOrderMeshOptimizer/MetaEl.cpp | 451 +
.../HighOrderMeshOptimizer/{SuperEl.h => MetaEl.h} | 61 +-
contrib/HighOrderMeshOptimizer/OptHOM.cpp | 2 +-
contrib/HighOrderMeshOptimizer/OptHOM.h | 2 +-
.../HighOrderMeshOptimizer/OptHomFastCurving.cpp | 1297 +-
contrib/HighOrderMeshOptimizer/OptHomFastCurving.h | 17 +-
contrib/HighOrderMeshOptimizer/OptHomMesh.cpp | 2 +-
contrib/HighOrderMeshOptimizer/OptHomMesh.h | 2 +-
contrib/HighOrderMeshOptimizer/OptHomRun.cpp | 2 +-
contrib/HighOrderMeshOptimizer/OptHomRun.h | 7 +-
contrib/HighOrderMeshOptimizer/SuperEl.cpp | 233 -
contrib/MathEx/CMakeLists.txt | 2 +-
contrib/MathEx/lesser.txt | 1012 +-
contrib/MathEx/license.txt | 70 +-
contrib/MathEx/mathex.cpp | 323 +-
contrib/MeshOptimizer/CMakeLists.txt | 2 +-
contrib/MeshQualityOptimizer/CMakeLists.txt | 2 +-
contrib/Netgen/CMakeLists.txt | 2 +-
contrib/Netgen/libsrc/general/parthreads.cpp | 80 +-
contrib/Netgen/nglib/ng_occ.cpp | 284 +-
contrib/Revoropt/include/Revoropt/CVT/.gitignore | 7 -
contrib/Revoropt/include/Revoropt/RVD/.gitignore | 1 -
.../Revoropt/include/Revoropt/Solver/.gitignore | 1 -
contrib/Revoropt/include/Revoropt/Tools/.gitignore | 1 -
contrib/Revoropt/include/Revoropt/VSDM/.gitignore | 2 -
contrib/Salome/CMakeLists.txt | 16 -
contrib/Salome/Partition_Inter2d.cxx | 676 -
contrib/Salome/Partition_Inter2d.hxx | 115 -
contrib/Salome/Partition_Inter2d.ixx | 38 -
contrib/Salome/Partition_Inter2d.jxx | 47 -
contrib/Salome/Partition_Inter3d.cxx | 955 -
contrib/Salome/Partition_Inter3d.hxx | 141 -
contrib/Salome/Partition_Inter3d.ixx | 31 -
contrib/Salome/Partition_Inter3d.jxx | 53 -
contrib/Salome/Partition_Loop.cxx | 479 -
contrib/Salome/Partition_Loop.hxx | 117 -
contrib/Salome/Partition_Loop.ixx | 31 -
contrib/Salome/Partition_Loop.jxx | 41 -
contrib/Salome/Partition_Loop2d.cxx | 1161 -
contrib/Salome/Partition_Loop2d.hxx | 105 -
contrib/Salome/Partition_Loop2d.ixx | 14 -
contrib/Salome/Partition_Loop2d.jxx | 24 -
contrib/Salome/Partition_Loop3d.cxx | 361 -
contrib/Salome/Partition_Loop3d.hxx | 105 -
contrib/Salome/Partition_Loop3d.ixx | 14 -
contrib/Salome/Partition_Loop3d.jxx | 30 -
contrib/Salome/Partition_Spliter.cxx | 2176 -
contrib/Salome/Partition_Spliter.hxx | 150 -
contrib/Salome/Partition_Spliter.ixx | 31 -
contrib/Salome/Partition_Spliter.jxx | 41 -
contrib/bamg/CMakeLists.txt | 2 +-
contrib/bamg/RNM.hpp | 8 +-
contrib/bamg/bamg-gmsh.cpp | 258 +-
contrib/bamg/bamglib/Mesh2.h | 40 +-
contrib/blossom/CMakeLists.txt | 2 +-
contrib/gmm/gmm_domain_decomp.h | 20 +-
contrib/kbipack/CMakeLists.txt | 2 +-
contrib/lbfgs/alglibinternal.cpp | 22700 +++----
contrib/lbfgs/alglibinternal.h | 1576 +-
contrib/lbfgs/alglibmisc.cpp | 6716 +--
contrib/lbfgs/alglibmisc.h | 1432 +-
contrib/lbfgs/ap.cpp | 19262 +++---
contrib/lbfgs/ap.h | 2508 +-
contrib/lbfgs/linalg.cpp | 60398 +++++++++----------
contrib/lbfgs/linalg.h | 8202 +--
contrib/lbfgs/optimization.cpp | 32472 +++++-----
contrib/lbfgs/optimization.h | 7062 +--
contrib/lbfgs/solvers.cpp | 11330 ++--
contrib/lbfgs/solvers.h | 2706 +-
contrib/lbfgs/stdafx.h | 4 +-
contrib/mmg3d/CMakeLists.txt | 2 +-
.../Android/{ => app/src/main}/AndroidManifest.xml | 6 +-
.../main/java}/org/geuz/onelab/AboutActivity.java | 2 +-
.../src/main/java}/org/geuz/onelab/GLESRender.java | 0
.../src/main/java}/org/geuz/onelab/Gmsh.java | 0
.../main/java}/org/geuz/onelab/MainActivity.java | 0
.../src/main/java}/org/geuz/onelab/Model.java | 0
.../java}/org/geuz/onelab/ModelArrayAdapter.java | 0
.../main/java}/org/geuz/onelab/ModelFragment.java | 0
.../src/main/java}/org/geuz/onelab/ModelList.java | 0
.../java}/org/geuz/onelab/OptionsActivity.java | 0
.../org/geuz/onelab/OptionsDisplayFragment.java | 0
.../java}/org/geuz/onelab/OptionsFragment.java | 0
.../org/geuz/onelab/OptionsModelFragment.java | 0
.../geuz/onelab/OptionsPostProcessingFragment.java | 0
.../src/main/java}/org/geuz/onelab/Parameter.java | 0
.../java}/org/geuz/onelab/ParameterNumber.java | 0
.../java}/org/geuz/onelab/ParameterString.java | 0
.../org/geuz/onelab/PostProcessingActivity.java | 0
.../java}/org/geuz/onelab/SeparatedListView.java | 0
.../main/java}/org/geuz/onelab/SplashScreen.java | 0
.../src/main/java}/org/geuz/onelab/Stepper.java | 0
.../main/java}/org/geuz/onelab/StringTexture.java | 0
.../main/java}/org/geuz/onelab/mGLSurfaceView.java | 0
.../src/main}/res/drawable-hdpi/ic_launcher.png | Bin
.../src/main}/res/drawable-ldpi/ic_launcher.png | Bin
.../src/main}/res/drawable-mdpi/ic_launcher.png | Bin
.../src/main}/res/drawable-mdpi/icon_rotate.png | Bin
.../src/main}/res/drawable-mdpi/icon_translate.png | Bin
.../src/main}/res/layout/activity_fragment.xml | 0
.../src/main}/res/layout/activity_model.xml | 0
.../src/main}/res/layout/activity_twopane.xml | 0
.../{ => app/src/main}/res/layout/control_bar.xml | 0
.../src/main}/res/layout/fragment_model.xml | 0
.../src/main}/res/layout/fragment_options.xml | 0
.../main}/res/layout/fragment_options_display.xml | 0
.../main}/res/layout/fragment_postprocessing.xml | 0
.../{ => app/src/main}/res/layout/list_header.xml | 0
.../{ => app/src/main}/res/layout/model.xml | 0
.../{ => app/src/main}/res/layout/splash.xml | 0
.../{ => app/src/main}/res/values-sw600dp/refs.xml | 0
.../{ => app/src/main}/res/values-v11/styles.xml | 0
.../{ => app/src/main}/res/values-v14/styles.xml | 0
.../{ => app/src/main}/res/values/colors.xml | 0
.../Android/{ => app/src/main}/res/values/refs.xml | 0
.../{ => app/src/main}/res/values/strings.xml | 0
.../{ => app/src/main}/res/values/styles.xml | 0
contrib/mobile/Android/local.properties | 12 +
contrib/mobile/Android/settings.gradle | 1 +
contrib/mobile/CMakeLists.txt | 34 +-
contrib/mobile/README.txt | 2 +-
contrib/mobile/androidUtils.cpp | 44 +-
contrib/mobile/androidUtils.h | 8 +-
contrib/mobile/drawContext.cpp | 16 +-
contrib/mobile/drawString.cpp | 6 +-
contrib/mobile/drawString.h | 2 +-
.../mobile/iOS/Onelab.xcodeproj/project.pbxproj | 8 +-
contrib/mobile/iOS/Onelab/AboutViewController.mm | 2 +-
contrib/mobile/iOS/Onelab/Onelab-Info.plist | 4 +-
contrib/mobile/iOS/Onelab/Parameter.mm | 2 +-
.../mobile/iOS/Onelab/ParametersViewController.mm | 8 +-
contrib/mobile/utils/Android.cmake | 1125 -
contrib/mobile/utils/android_build.sh | 157 +-
contrib/mobile/utils/ant.properties | 3 +
.../mobile/utils/f2cblaslapack_android_cmakelists | 34 +
contrib/mobile/utils/ios_build.sh | 97 +-
contrib/mobile/utils/iossimulator_build.sh | 75 -
.../mobile/utils/make_mobile_zip_from_geo_files.sh | 63 +
contrib/mobile/utils/occt_configuration.txt | 21 +
.../mobile/utils/petsc_reconfigure_android_real.py | 27 +-
contrib/mpeg_encode/CMakeLists.txt | 2 +-
contrib/onelab/CMakeLists.txt | 2 +-
contrib/onelab/OnelabMessage.cpp | 2 +-
contrib/onelab/myOS.cpp | 2 +-
contrib/onelab/myOS.h | 2 +-
contrib/onelab/python/onelab.py | 8 +
contrib/taucs/CMakeLists.txt | 2 +-
contrib/zipper/CMakeLists.txt | 2 +-
contrib/zipper/example.cpp | 138 +-
contrib/zipper/unzipper.cpp | 364 +-
contrib/zipper/unzipper.h | 88 +-
contrib/zipper/zipper.cpp | 292 +-
contrib/zipper/zipper.h | 78 +-
demos/boolean/baffles.geo | 16 +
demos/boolean/boolean.geo | 27 +
demos/{ => boolean}/component8.step | 2482 +-
demos/boolean/compsolid.geo | 35 +
demos/boolean/compsolid2.geo | 25 +
demos/boolean/extrude.geo | 44 +
demos/boolean/extrude2.geo | 34 +
demos/boolean/fillet.geo | 10 +
demos/boolean/fillet2.geo | 11 +
demos/boolean/fillet3.geo | 28 +
demos/boolean/fragment_numbering.geo | 34 +
.../hybrid_occ_builtin.geo} | 0
demos/boolean/import.geo | 29 +
demos/boolean/import2.geo | 14 +
demos/boolean/intersect_line_volume.geo | 32 +
demos/boolean/neuron.geo | 73 +
demos/boolean/periodic.geo | 11 +
demos/boolean/pipe.geo | 26 +
demos/boolean/primitives.geo | 79 +
demos/boolean/revolve.geo | 36 +
demos/boolean/revolve2.geo | 36 +
demos/boolean/simple.geo | 13 +
demos/boolean/simple2.geo | 27 +
demos/boolean/simple3.geo | 30 +
demos/boolean/simple4.geo | 33 +
demos/boolean/simple5.geo | 15 +
demos/boolean/simple6.geo | 16 +
demos/boolean/simple7.geo | 16 +
demos/boolean/spline.geo | 12 +
demos/boolean/thicksolid.geo | 10 +
demos/boolean/thrusections.geo | 53 +
demos/boolean/transfinite.geo | 24 +
demos/boolean/transform.geo | 31 +
demos/{ => post_processing}/anim.script | 0
demos/{ => post_processing}/encode.script | 0
demos/{ => post_processing}/isosurf.script | 0
demos/{ => post_processing}/lowmem-anim.geo | 2 +-
demos/{ => post_processing}/multislice.script | 0
demos/{ => post_processing}/plot2d.geo | 0
demos/{ => post_processing}/primitives.pos | 0
demos/{ => post_processing}/rotate.script | 0
demos/{ => post_processing}/title.script | 0
demos/{ => post_processing}/view_groups.geo | 0
demos/{ => simple_geo}/antenna.geo | 0
demos/{ => simple_geo}/antenna.i1 | 16 +-
demos/{ => simple_geo}/cone.geo | 0
demos/{ => simple_geo}/cube.geo | 0
demos/{ => simple_geo}/fields.geo | 0
demos/{ => simple_geo}/filter.geo | 64 +-
demos/{ => simple_geo}/hex.geo | 0
demos/{ => simple_geo}/homology.geo | 24 +-
demos/{ => simple_geo}/indheat.geo | 0
demos/{ => simple_geo}/machine.geo | 0
demos/{ => simple_geo}/machine.i1 | 0
demos/{ => simple_geo}/machine.i2 | 0
demos/{ => simple_geo}/piece-extr-rec.geo | 0
demos/{ => simple_geo}/piece-extr.geo | 0
demos/{ => simple_geo}/piece.geo | 0
demos/{ => simple_geo}/pripyrtet.geo | 0
demos/{ => simple_geo}/sphere-discrete.geo | 0
demos/{ => simple_geo}/sphere-surf.stl | 0
demos/{ => simple_geo}/sphere.geo | 16 +-
demos/{ => simple_geo}/splines.geo | 0
demos/{ => simple_geo}/square_regular.geo | 0
demos/{ => simple_geo}/tower.geo | 0
demos/{ => simple_geo}/tower.i1 | 0
demos/{ => simple_geo}/tower.i2 | 0
demos/{ => simple_geo}/tower.i3 | 0
demos/{ => simple_geo}/tower.i4 | 0
demos/{ => simple_geo}/tower.i5 | 0
demos/{ => simple_geo}/transfinite.geo | 4 +-
demos/struct/Exists_GetForced.geo | 64 +
demos/struct/struct.geo | 116 +
doc/docker-test/Dockerfile | 12 +
doc/docker-test/README | 6 +
doc/gmsh.1 | 73 +-
doc/gmsh.html | 75 +-
doc/texinfo/commandline.texi | 16 +-
doc/texinfo/gmsh.texi | 827 +-
doc/texinfo/opt_fields.texi | 100 +-
doc/texinfo/opt_general.texi | 18 +-
doc/texinfo/opt_geometry.texi | 31 +-
doc/texinfo/opt_mesh.texi | 19 +-
doc/texinfo/opt_plugin.texi | 58 +-
doc/texinfo/opt_print.texi | 9 +-
doc/texinfo/shortcuts.texi | 22 +-
tutorial/t1.geo | 15 +-
tutorial/t12.geo | 6 +-
tutorial/t16.geo | 34 +
tutorial/t17.geo | 35 +
tutorial/t17.pos | 23252 +++++++
tutorial/t3.geo | 2 +-
tutorial/t5.geo | 16 +-
utils/api_demos/mainHomology.cpp | 2 +-
utils/converters/gid/gmsh2_2gid.c | 242 +-
utils/converters/maya/edgeVertexOrder.mel | 132 +-
utils/converters/maya/gmsh.mel | 434 +-
utils/misc/gmsh_app.plist | 2 +-
utils/misc/gource.sh | 8 +
utils/misc/package_onelab.sh | 47 +-
utils/misc/re-sign.sh | 38 +
utils/misc/release_gmsh_getdp.sh | 6 +-
utils/misc/update_copyright.sh | 5 +-
utils/solvers/c++/GmshSocket.h | 14 +-
utils/solvers/c++/onelab.h | 140 +-
utils/solvers/c++/pend.cpp | 9 +-
wrappers/gmshpy/CMakeLists.txt | 2 +-
wrappers/gmshpy/gmshGeo.i | 2 +
wrappers/gmshpy/gmshMesh.i | 8 -
wrappers/java/WrappingJava/src/main/java/t5.geo | 16 +-
1018 files changed, 153183 insertions(+), 127302 deletions(-)
rename doc/VERSIONS.txt => CHANGELOG.txt (95%)
rename doc/CREDITS.txt => CREDITS.txt (52%)
create mode 100644 Common/GmshAPI.cpp
create mode 100644 Common/GmshAPI.h
create mode 100644 Common/picojson.h
create mode 100644 Geo/GModelIO_GEO.h
create mode 100644 Geo/GModelIO_SAMCEF.cpp
delete mode 100644 Geo/GModelIO_SGEOM.cpp
delete mode 100644 Geo/GModelIO_SGEOM.h
create mode 100644 Geo/GeoDefines.h
delete mode 100644 Geo/OCCIncludes.h
create mode 100644 Geo/OCCMeshAttributes.h
delete mode 100644 Geo/OCC_Connect.cpp
delete mode 100644 Geo/OCC_Connect.h
delete mode 100644 Geo/SGEOMIncludes.h
rename doc/LICENSE.txt => LICENSE.txt (100%)
delete mode 100644 Mesh/CenterlineField.cpp
delete mode 100644 Mesh/CenterlineField.h
delete mode 100644 Mesh/meshGFaceElliptic.cpp
delete mode 100644 Mesh/meshGFaceElliptic.h
copy Mesh/{meshGFaceOptimize.cpp => meshGFaceOptimizeOld.cpp} (95%)
delete mode 100644 Mesh/periodical.h
create mode 100755 Numeric/nanoflann.hpp
create mode 100644 Plugin/GaussPoints.cpp
copy Plugin/{Crack.h => GaussPoints.h} (53%)
rename Mesh/periodical.cpp => Plugin/VoroMetal.cpp (74%)
create mode 100644 Plugin/VoroMetal.h
create mode 100644 contrib/HighOrderMeshOptimizer/MetaEl.cpp
rename contrib/HighOrderMeshOptimizer/{SuperEl.h => MetaEl.h} (52%)
delete mode 100644 contrib/HighOrderMeshOptimizer/SuperEl.cpp
delete mode 100644 contrib/Revoropt/include/Revoropt/CVT/.gitignore
delete mode 100644 contrib/Revoropt/include/Revoropt/RVD/.gitignore
delete mode 100644 contrib/Revoropt/include/Revoropt/Solver/.gitignore
delete mode 100644 contrib/Revoropt/include/Revoropt/Tools/.gitignore
delete mode 100644 contrib/Revoropt/include/Revoropt/VSDM/.gitignore
delete mode 100644 contrib/Salome/CMakeLists.txt
delete mode 100644 contrib/Salome/Partition_Inter2d.cxx
delete mode 100644 contrib/Salome/Partition_Inter2d.hxx
delete mode 100644 contrib/Salome/Partition_Inter2d.ixx
delete mode 100644 contrib/Salome/Partition_Inter2d.jxx
delete mode 100644 contrib/Salome/Partition_Inter3d.cxx
delete mode 100644 contrib/Salome/Partition_Inter3d.hxx
delete mode 100644 contrib/Salome/Partition_Inter3d.ixx
delete mode 100644 contrib/Salome/Partition_Inter3d.jxx
delete mode 100644 contrib/Salome/Partition_Loop.cxx
delete mode 100644 contrib/Salome/Partition_Loop.hxx
delete mode 100644 contrib/Salome/Partition_Loop.ixx
delete mode 100644 contrib/Salome/Partition_Loop.jxx
delete mode 100644 contrib/Salome/Partition_Loop2d.cxx
delete mode 100644 contrib/Salome/Partition_Loop2d.hxx
delete mode 100644 contrib/Salome/Partition_Loop2d.ixx
delete mode 100644 contrib/Salome/Partition_Loop2d.jxx
delete mode 100644 contrib/Salome/Partition_Loop3d.cxx
delete mode 100644 contrib/Salome/Partition_Loop3d.hxx
delete mode 100644 contrib/Salome/Partition_Loop3d.ixx
delete mode 100644 contrib/Salome/Partition_Loop3d.jxx
delete mode 100644 contrib/Salome/Partition_Spliter.cxx
delete mode 100644 contrib/Salome/Partition_Spliter.hxx
delete mode 100644 contrib/Salome/Partition_Spliter.ixx
delete mode 100644 contrib/Salome/Partition_Spliter.jxx
rename contrib/mobile/Android/{ => app/src/main}/AndroidManifest.xml (95%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/AboutActivity.java (99%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/GLESRender.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/Gmsh.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/MainActivity.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/Model.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/ModelArrayAdapter.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/ModelFragment.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/ModelList.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/OptionsActivity.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/OptionsDisplayFragment.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/OptionsFragment.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/OptionsModelFragment.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/OptionsPostProcessingFragment.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/Parameter.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/ParameterNumber.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/ParameterString.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/PostProcessingActivity.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/SeparatedListView.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/SplashScreen.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/Stepper.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/StringTexture.java (100%)
rename contrib/mobile/Android/{src => app/src/main/java}/org/geuz/onelab/mGLSurfaceView.java (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/drawable-hdpi/ic_launcher.png (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/drawable-ldpi/ic_launcher.png (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/drawable-mdpi/ic_launcher.png (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/drawable-mdpi/icon_rotate.png (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/drawable-mdpi/icon_translate.png (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/activity_fragment.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/activity_model.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/activity_twopane.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/control_bar.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/fragment_model.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/fragment_options.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/fragment_options_display.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/fragment_postprocessing.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/list_header.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/model.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/layout/splash.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/values-sw600dp/refs.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/values-v11/styles.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/values-v14/styles.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/values/colors.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/values/refs.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/values/strings.xml (100%)
rename contrib/mobile/Android/{ => app/src/main}/res/values/styles.xml (100%)
create mode 100644 contrib/mobile/Android/local.properties
create mode 100644 contrib/mobile/Android/settings.gradle
delete mode 100644 contrib/mobile/utils/Android.cmake
create mode 100644 contrib/mobile/utils/f2cblaslapack_android_cmakelists
delete mode 100755 contrib/mobile/utils/iossimulator_build.sh
create mode 100755 contrib/mobile/utils/make_mobile_zip_from_geo_files.sh
create mode 100644 contrib/mobile/utils/occt_configuration.txt
create mode 100644 demos/boolean/baffles.geo
create mode 100644 demos/boolean/boolean.geo
rename demos/{ => boolean}/component8.step (98%)
create mode 100644 demos/boolean/compsolid.geo
create mode 100644 demos/boolean/compsolid2.geo
create mode 100644 demos/boolean/extrude.geo
create mode 100644 demos/boolean/extrude2.geo
create mode 100644 demos/boolean/fillet.geo
create mode 100644 demos/boolean/fillet2.geo
create mode 100644 demos/boolean/fillet3.geo
create mode 100644 demos/boolean/fragment_numbering.geo
rename demos/{component8_in_a_box.geo => boolean/hybrid_occ_builtin.geo} (100%)
create mode 100644 demos/boolean/import.geo
create mode 100644 demos/boolean/import2.geo
create mode 100644 demos/boolean/intersect_line_volume.geo
create mode 100644 demos/boolean/neuron.geo
create mode 100644 demos/boolean/periodic.geo
create mode 100644 demos/boolean/pipe.geo
create mode 100644 demos/boolean/primitives.geo
create mode 100644 demos/boolean/revolve.geo
create mode 100644 demos/boolean/revolve2.geo
create mode 100644 demos/boolean/simple.geo
create mode 100644 demos/boolean/simple2.geo
create mode 100644 demos/boolean/simple3.geo
create mode 100644 demos/boolean/simple4.geo
create mode 100644 demos/boolean/simple5.geo
create mode 100644 demos/boolean/simple6.geo
create mode 100644 demos/boolean/simple7.geo
create mode 100644 demos/boolean/spline.geo
create mode 100644 demos/boolean/thicksolid.geo
create mode 100644 demos/boolean/thrusections.geo
create mode 100644 demos/boolean/transfinite.geo
create mode 100644 demos/boolean/transform.geo
rename demos/{ => post_processing}/anim.script (100%)
rename demos/{ => post_processing}/encode.script (100%)
rename demos/{ => post_processing}/isosurf.script (100%)
rename demos/{ => post_processing}/lowmem-anim.geo (88%)
rename demos/{ => post_processing}/multislice.script (100%)
rename demos/{ => post_processing}/plot2d.geo (100%)
rename demos/{ => post_processing}/primitives.pos (100%)
rename demos/{ => post_processing}/rotate.script (100%)
rename demos/{ => post_processing}/title.script (100%)
rename demos/{ => post_processing}/view_groups.geo (100%)
rename demos/{ => simple_geo}/antenna.geo (100%)
rename demos/{ => simple_geo}/antenna.i1 (76%)
rename demos/{ => simple_geo}/cone.geo (100%)
rename demos/{ => simple_geo}/cube.geo (100%)
rename demos/{ => simple_geo}/fields.geo (100%)
rename demos/{ => simple_geo}/filter.geo (92%)
rename demos/{ => simple_geo}/hex.geo (100%)
rename demos/{ => simple_geo}/homology.geo (92%)
rename demos/{ => simple_geo}/indheat.geo (100%)
rename demos/{ => simple_geo}/machine.geo (100%)
rename demos/{ => simple_geo}/machine.i1 (100%)
rename demos/{ => simple_geo}/machine.i2 (100%)
rename demos/{ => simple_geo}/piece-extr-rec.geo (100%)
rename demos/{ => simple_geo}/piece-extr.geo (100%)
rename demos/{ => simple_geo}/piece.geo (100%)
rename demos/{ => simple_geo}/pripyrtet.geo (100%)
rename demos/{ => simple_geo}/sphere-discrete.geo (100%)
rename demos/{ => simple_geo}/sphere-surf.stl (100%)
rename demos/{ => simple_geo}/sphere.geo (79%)
rename demos/{ => simple_geo}/splines.geo (100%)
rename demos/{ => simple_geo}/square_regular.geo (100%)
rename demos/{ => simple_geo}/tower.geo (100%)
rename demos/{ => simple_geo}/tower.i1 (100%)
rename demos/{ => simple_geo}/tower.i2 (100%)
rename demos/{ => simple_geo}/tower.i3 (100%)
rename demos/{ => simple_geo}/tower.i4 (100%)
rename demos/{ => simple_geo}/tower.i5 (100%)
rename demos/{ => simple_geo}/transfinite.geo (97%)
create mode 100644 demos/struct/Exists_GetForced.geo
create mode 100644 demos/struct/struct.geo
create mode 100644 doc/docker-test/Dockerfile
create mode 100644 doc/docker-test/README
create mode 100644 tutorial/t16.geo
create mode 100644 tutorial/t17.geo
create mode 100644 tutorial/t17.pos
create mode 100755 utils/misc/gource.sh
create mode 100755 utils/misc/re-sign.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmsh.git
More information about the debian-science-commits
mailing list